public class GetDeploymentBySelectorRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
guestCluster
The name of the cluster.
|
Map<String,String> |
labelSelector
The label selector information.
|
Long |
limit
The maximum number of returned data entries.
|
String |
mark
The marker of data queried last time.
|
String |
nameSpace
The namespace.
|
String |
serviceMeshId
The ID of the Alibaba Cloud Service Mesh (ASM) instance.
|
| 构造器和说明 |
|---|
GetDeploymentBySelectorRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDeploymentBySelectorRequest |
build(Map<String,?> map) |
String |
getGuestCluster() |
Map<String,String> |
getLabelSelector() |
Long |
getLimit() |
String |
getMark() |
String |
getNameSpace() |
String |
getServiceMeshId() |
GetDeploymentBySelectorRequest |
setGuestCluster(String guestCluster) |
GetDeploymentBySelectorRequest |
setLabelSelector(Map<String,String> labelSelector) |
GetDeploymentBySelectorRequest |
setLimit(Long limit) |
GetDeploymentBySelectorRequest |
setMark(String mark) |
GetDeploymentBySelectorRequest |
setNameSpace(String nameSpace) |
GetDeploymentBySelectorRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="GuestCluster") public String guestCluster
The name of the cluster.
@NameInMap(value="LabelSelector") public Map<String,String> labelSelector
The label selector information.
@NameInMap(value="Limit") public Long limit
The maximum number of returned data entries.
@NameInMap(value="Mark") public String mark
The marker of data queried last time.
@NameInMap(value="NameSpace") public String nameSpace
The namespace.
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ID of the Alibaba Cloud Service Mesh (ASM) instance.
public static GetDeploymentBySelectorRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDeploymentBySelectorRequest setGuestCluster(String guestCluster)
public String getGuestCluster()
public GetDeploymentBySelectorRequest setLabelSelector(Map<String,String> labelSelector)
public GetDeploymentBySelectorRequest setLimit(Long limit)
public Long getLimit()
public GetDeploymentBySelectorRequest setMark(String mark)
public String getMark()
public GetDeploymentBySelectorRequest setNameSpace(String nameSpace)
public String getNameSpace()
public GetDeploymentBySelectorRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.