public class DescribeGatewayResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
createTime
The time when the private gateway was created.
|
String |
externalClusterId
The ID of the self-managed cluster.
|
String |
gatewayId
The ID of the private gateway.
|
String |
gatewayName
The alias of the private gateway.
|
String |
instanceType
The instance type used by the private gateway.
|
String |
internetDomain
The public endpoint.
|
Boolean |
internetEnabled
Indicates whether Internet access is enabled.
|
String |
internetStatus
Indicates whether Internet access is enabled.
|
String |
intranetDomain
The internal endpoint.
|
Boolean |
isDefault
Indicates whether it is the default private gateway.
|
Integer |
replicas
The number of nodes in the private gateway.
|
String |
requestId
The request ID.
|
String |
status
The status of the private gateway.
|
String |
updateTime
The time when the private gateway was updated.
|
| 构造器和说明 |
|---|
DescribeGatewayResponseBody() |
@NameInMap(value="CreateTime") public String createTime
The time when the private gateway was created. The time is displayed in UTC.
example:2020-05-19T14:19:42Z
@NameInMap(value="ExternalClusterId") public String externalClusterId
The ID of the self-managed cluster.
example:c935eadf284c14c2da57a2a13ad6******
@NameInMap(value="GatewayId") public String gatewayId
The ID of the private gateway.
example:gw-1uhcqmsc7x22******
@NameInMap(value="GatewayName") public String gatewayName
The alias of the private gateway.
example:mygateway1
@NameInMap(value="InstanceType") public String instanceType
The instance type used by the private gateway.
Valid values:
ecs.c6.4xlarge
@NameInMap(value="InternetDomain") public String internetDomain
The public endpoint.
example:gw-1uhcqmsc7x22******-1801786532******.cn-hangzhou.pai-eas.aliyuncs.com
@NameInMap(value="InternetEnabled") public Boolean internetEnabled
Indicates whether Internet access is enabled.
example:true
@NameInMap(value="InternetStatus") public String internetStatus
Indicates whether Internet access is enabled.
Valid values:
Running
@NameInMap(value="IntranetDomain") public String intranetDomain
The internal endpoint.
example:gw-1uhcqmsc7x22******-1801786532******-vpc.cn-hangzhou.pai-eas.aliyuncs.com
@NameInMap(value="IsDefault") public Boolean isDefault
Indicates whether it is the default private gateway.
example:true
@NameInMap(value="Replicas") public Integer replicas
The number of nodes in the private gateway.
example:2
@NameInMap(value="RequestId") public String requestId
The request ID.
example:40325405-579C-4D82****
@NameInMap(value="Status") public String status
The status of the private gateway.
Valid values:
PrivateGatewayRunning
@NameInMap(value="UpdateTime") public String updateTime
The time when the private gateway was updated. The time is displayed in UTC.
example:2021-02-24T11:52:17Z
public static DescribeGatewayResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeGatewayResponseBody setCreateTime(String createTime)
public String getCreateTime()
public DescribeGatewayResponseBody setExternalClusterId(String externalClusterId)
public String getExternalClusterId()
public DescribeGatewayResponseBody setGatewayId(String gatewayId)
public String getGatewayId()
public DescribeGatewayResponseBody setGatewayName(String gatewayName)
public String getGatewayName()
public DescribeGatewayResponseBody setInstanceType(String instanceType)
public String getInstanceType()
public DescribeGatewayResponseBody setInternetDomain(String internetDomain)
public String getInternetDomain()
public DescribeGatewayResponseBody setInternetEnabled(Boolean internetEnabled)
public Boolean getInternetEnabled()
public DescribeGatewayResponseBody setInternetStatus(String internetStatus)
public String getInternetStatus()
public DescribeGatewayResponseBody setIntranetDomain(String intranetDomain)
public String getIntranetDomain()
public DescribeGatewayResponseBody setIsDefault(Boolean isDefault)
public Boolean getIsDefault()
public DescribeGatewayResponseBody setReplicas(Integer replicas)
public Integer getReplicas()
public DescribeGatewayResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeGatewayResponseBody setStatus(String status)
public String getStatus()
public DescribeGatewayResponseBody setUpdateTime(String updateTime)
public String getUpdateTime()
Copyright © 2024. All rights reserved.