public class GetDeploymentBySelectorShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
guestCluster
The name of the cluster.
|
String |
labelSelectorShrink
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.
|
| 构造器和说明 |
|---|
GetDeploymentBySelectorShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDeploymentBySelectorShrinkRequest |
build(Map<String,?> map) |
String |
getGuestCluster() |
String |
getLabelSelectorShrink() |
Long |
getLimit() |
String |
getMark() |
String |
getNameSpace() |
String |
getServiceMeshId() |
GetDeploymentBySelectorShrinkRequest |
setGuestCluster(String guestCluster) |
GetDeploymentBySelectorShrinkRequest |
setLabelSelectorShrink(String labelSelectorShrink) |
GetDeploymentBySelectorShrinkRequest |
setLimit(Long limit) |
GetDeploymentBySelectorShrinkRequest |
setMark(String mark) |
GetDeploymentBySelectorShrinkRequest |
setNameSpace(String nameSpace) |
GetDeploymentBySelectorShrinkRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="GuestCluster") public String guestCluster
The name of the cluster.
@NameInMap(value="LabelSelector") public String labelSelectorShrink
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 GetDeploymentBySelectorShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetDeploymentBySelectorShrinkRequest setGuestCluster(String guestCluster)
public String getGuestCluster()
public GetDeploymentBySelectorShrinkRequest setLabelSelectorShrink(String labelSelectorShrink)
public String getLabelSelectorShrink()
public GetDeploymentBySelectorShrinkRequest setLimit(Long limit)
public Long getLimit()
public GetDeploymentBySelectorShrinkRequest setMark(String mark)
public String getMark()
public GetDeploymentBySelectorShrinkRequest setNameSpace(String nameSpace)
public String getNameSpace()
public GetDeploymentBySelectorShrinkRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.