public class DescribeServiceMeshUpgradeStatusRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
allIstioGatewayFullNames
The fully qualified names of ingress gateways in the ASM instance.
|
String |
guestClusterIds
The IDs of the clusters on the data plane of the ASM instance.
|
String |
serviceMeshId
The ASM instance ID.
|
| 构造器和说明 |
|---|
DescribeServiceMeshUpgradeStatusRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeServiceMeshUpgradeStatusRequest |
build(Map<String,?> map) |
String |
getAllIstioGatewayFullNames() |
String |
getGuestClusterIds() |
String |
getServiceMeshId() |
DescribeServiceMeshUpgradeStatusRequest |
setAllIstioGatewayFullNames(String allIstioGatewayFullNames) |
DescribeServiceMeshUpgradeStatusRequest |
setGuestClusterIds(String guestClusterIds) |
DescribeServiceMeshUpgradeStatusRequest |
setServiceMeshId(String serviceMeshId) |
@NameInMap(value="AllIstioGatewayFullNames") public String allIstioGatewayFullNames
The fully qualified names of ingress gateways in the ASM instance. Separate multiple names with commas (,).
@NameInMap(value="GuestClusterIds") public String guestClusterIds
The IDs of the clusters on the data plane of the ASM instance. Separate multiple clusters with commas (,).
@NameInMap(value="ServiceMeshId") public String serviceMeshId
The ASM instance ID.
public static DescribeServiceMeshUpgradeStatusRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshUpgradeStatusRequest setAllIstioGatewayFullNames(String allIstioGatewayFullNames)
public String getAllIstioGatewayFullNames()
public DescribeServiceMeshUpgradeStatusRequest setGuestClusterIds(String guestClusterIds)
public String getGuestClusterIds()
public DescribeServiceMeshUpgradeStatusRequest setServiceMeshId(String serviceMeshId)
public String getServiceMeshId()
Copyright © 2023. All rights reserved.