public static class DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClustersAccessLogDashboards> |
accessLogDashboards
The configurations of access log collection.
|
String |
clusterDomain
The domain name of the cluster.
|
String |
clusterId
The ID of the cluster.
|
String |
clusterType
The type of the cluster.
|
String |
creationTime
The time when the cluster was created.
|
String |
errorMessage
The error message.
|
String |
logtailInstalledState
Indicates whether the Logtail component is installed in the cluster.
|
String |
name
The name of the cluster.
|
String |
regionId
The ID of the region in which the cluster resides.
|
String |
sgId
The ID of the security group.
|
String |
state
The status of the cluster.
|
String |
updateTime
The time when the cluster was last modified.
|
String |
version
The version number of the cluster.
|
String |
vpcId
The ID of the virtual private cloud (VPC).
|
| 构造器和说明 |
|---|
DescribeClustersInServiceMeshResponseBodyClusters() |
@NameInMap(value="AccessLogDashboards") public List<DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClustersAccessLogDashboards> accessLogDashboards
The configurations of access log collection.
@NameInMap(value="ClusterDomain") public String clusterDomain
The domain name of the cluster.
@NameInMap(value="ClusterId") public String clusterId
The ID of the cluster.
@NameInMap(value="ClusterType") public String clusterType
The type of the cluster.
@NameInMap(value="CreationTime") public String creationTime
The time when the cluster was created.
@NameInMap(value="ErrorMessage") public String errorMessage
The error message.
@NameInMap(value="LogtailInstalledState") public String logtailInstalledState
Indicates whether the Logtail component is installed in the cluster. Valid values:
* `logtail_installed`: The Logtail component is installed.
\-`logtail_uninstalled`: The Logtail component is not installed.
* `logtail_state_get_error`: The Logtail component failed to be installed.
@NameInMap(value="Name") public String name
The name of the cluster.
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the cluster resides.
@NameInMap(value="SgId") public String sgId
The ID of the security group.
@NameInMap(value="State") public String state
The status of the cluster.
@NameInMap(value="UpdateTime") public String updateTime
The time when the cluster was last modified.
@NameInMap(value="Version") public String version
The version number of the cluster.
@NameInMap(value="VpcId") public String vpcId
The ID of the virtual private cloud (VPC).
public DescribeClustersInServiceMeshResponseBodyClusters()
public static DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters build(Map<String,?> map) throws Exception
Exceptionpublic DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setAccessLogDashboards(List<DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClustersAccessLogDashboards> accessLogDashboards)
public List<DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClustersAccessLogDashboards> getAccessLogDashboards()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setClusterDomain(String clusterDomain)
public String getClusterDomain()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setClusterId(String clusterId)
public String getClusterId()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setClusterType(String clusterType)
public String getClusterType()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setCreationTime(String creationTime)
public String getCreationTime()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setErrorMessage(String errorMessage)
public String getErrorMessage()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setLogtailInstalledState(String logtailInstalledState)
public String getLogtailInstalledState()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setName(String name)
public String getName()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setRegionId(String regionId)
public String getRegionId()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setSgId(String sgId)
public String getSgId()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setState(String state)
public String getState()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setUpdateTime(String updateTime)
public String getUpdateTime()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setVersion(String version)
public String getVersion()
public DescribeClustersInServiceMeshResponseBody.DescribeClustersInServiceMeshResponseBodyClusters setVpcId(String vpcId)
public String getVpcId()
Copyright © 2023. All rights reserved.