public static class DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
clusters
The clusters.
|
String |
clusterSpec
The edition of the ASM instance.
|
DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints |
endpoints
The information about all endpoints of the ASM instances.
|
String |
ownerId
The ID of the Alibaba Cloud service instance for which the ASM instance is created.
|
String |
ownerType
The Alibaba Cloud service for which the ASM instance is created.
|
DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesServiceMeshInfo |
serviceMeshInfo
The basic information about the ASM instances.
|
DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpec |
spec
The specifications of the ASM instance.
|
List<DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesTag> |
tag |
Boolean |
upgradable |
| 构造器和说明 |
|---|
DescribeServiceMeshesResponseBodyServiceMeshes() |
@NameInMap(value="ClusterSpec") public String clusterSpec
The edition of the ASM instance. Valid values:
* `standard`: Standard Edition
* `enterprise`: Enterprise Edition
* `ultimate`: Ultimate Edition
@NameInMap(value="Endpoints") public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints endpoints
The information about all endpoints of the ASM instances.
@NameInMap(value="OwnerId") public String ownerId
The ID of the Alibaba Cloud service instance for which the ASM instance is created.
@NameInMap(value="OwnerType") public String ownerType
The Alibaba Cloud service for which the ASM instance is created. Valid values:
* `ackone`: The ASM instance is created for Alibaba Cloud Distributed Cloud Container Platform (ACK One).
* An empty value indicates that the ASM instance is created by the user.
@NameInMap(value="ServiceMeshInfo") public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesServiceMeshInfo serviceMeshInfo
The basic information about the ASM instances.
@NameInMap(value="Spec") public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpec spec
The specifications of the ASM instance.
@NameInMap(value="Tag") public List<DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesTag> tag
@NameInMap(value="Upgradable") public Boolean upgradable
public DescribeServiceMeshesResponseBodyServiceMeshes()
public static DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes build(Map<String,?> map) throws Exception
Exceptionpublic DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setClusterSpec(String clusterSpec)
public String getClusterSpec()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setClusters(List<String> clusters)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setEndpoints(DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints endpoints)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesEndpoints getEndpoints()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setOwnerId(String ownerId)
public String getOwnerId()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setOwnerType(String ownerType)
public String getOwnerType()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setServiceMeshInfo(DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesServiceMeshInfo serviceMeshInfo)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesServiceMeshInfo getServiceMeshInfo()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setSpec(DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpec spec)
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesSpec getSpec()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setTag(List<DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesTag> tag)
public List<DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshesTag> getTag()
public DescribeServiceMeshesResponseBody.DescribeServiceMeshesResponseBodyServiceMeshes setUpgradable(Boolean upgradable)
public Boolean getUpgradable()
Copyright © 2023. All rights reserved.