public class DescribeGuestClusterNamespacesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
guestClusterID
The ID of the Kubernetes cluster that is added to the ASM instance.
|
String |
serviceMeshId
The ASM instance ID.
|
Boolean |
showNsLabels
Specifies whether to return the labels of the namespaces.
|
| 构造器和说明 |
|---|
DescribeGuestClusterNamespacesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeGuestClusterNamespacesRequest |
build(Map<String,?> map) |
String |
getGuestClusterID() |
String |
getServiceMeshId() |
Boolean |
getShowNsLabels() |
DescribeGuestClusterNamespacesRequest |
setGuestClusterID(String guestClusterID) |
DescribeGuestClusterNamespacesRequest |
setServiceMeshId(String serviceMeshId) |
DescribeGuestClusterNamespacesRequest |
setShowNsLabels(Boolean showNsLabels) |
@NameInMap(value="GuestClusterID") public String guestClusterID
The ID of the Kubernetes cluster that is added to the ASM instance.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
@NameInMap(value="ShowNsLabels") public Boolean showNsLabels
Specifies whether to return the labels of the namespaces.
public static DescribeGuestClusterNamespacesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGuestClusterNamespacesRequest setGuestClusterID(String guestClusterID)
public String getGuestClusterID()
public DescribeGuestClusterNamespacesRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
public DescribeGuestClusterNamespacesRequest setShowNsLabels(Boolean showNsLabels)
public Boolean getShowNsLabels()
Copyright © 2023. All rights reserved.