public static class DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
createTime
The time when the instance was created.
|
Integer |
debtStatus
The overdue status of the instance.
|
Integer |
edition
The mitigation plan of the instance.
|
Integer |
enabled
The traffic forwarding status of the instance.
|
Long |
expireTime
The time when the instance expires.
|
String |
instanceId
The ID of the instance.
|
String |
ip
The IP address of the instance.
|
String |
ipMode
The IP address-based forwarding mode of the instance.
|
String |
ipVersion
The IP version of the instance.
|
Long |
isFirstOpenBw
Indicates whether the metering method of the 95th percentile burstable clean bandwidth is enabled for the instance.
|
Long |
isFirstOpenQps
Indicates whether the metering method of the 95th percentile burstable QPS is enabled for the instance.
|
String |
remark
The remarks of the instance.
|
Integer |
status
The status of the instance.
|
| 构造器和说明 |
|---|
DescribeInstancesResponseBodyInstances() |
@NameInMap(value="CreateTime") public Long createTime
The time when the instance was created. The value is a UNIX timestamp. Unit: milliseconds.
example:1637751953000
@NameInMap(value="DebtStatus") public Integer debtStatus
The overdue status of the instance. The value is fixed as 0, which indicates that your Alibaba Cloud account does not have overdue payments. The instance supports only the subscription billing method.
example:0
@NameInMap(value="Edition") public Integer edition
The mitigation plan of the instance. Valid values:
9
@NameInMap(value="Enabled") public Integer enabled
The traffic forwarding status of the instance. Valid values:
1
@NameInMap(value="ExpireTime") public Long expireTime
The time when the instance expires. The value is a UNIX timestamp. Unit: milliseconds.
example:1640361600000
@NameInMap(value="InstanceId") public String instanceId
The ID of the instance.
example:ddoscoo-cn-7pp2g9ed****
@NameInMap(value="Ip") public String ip
The IP address of the instance.
example:203.199.XX.XX
@NameInMap(value="IpMode") public String ipMode
The IP address-based forwarding mode of the instance. Valid values:
fnat
@NameInMap(value="IpVersion") public String ipVersion
The IP version of the instance. Valid values:
Ipv4
@NameInMap(value="IsFirstOpenBw") public Long isFirstOpenBw
Indicates whether the metering method of the 95th percentile burstable clean bandwidth is enabled for the instance. Valid values:
0
@NameInMap(value="IsFirstOpenQps") public Long isFirstOpenQps
Indicates whether the metering method of the 95th percentile burstable QPS is enabled for the instance. Valid values:
0
@NameInMap(value="Remark") public String remark
The remarks of the instance.
example:doc-test
@NameInMap(value="Status") public Integer status
The status of the instance. Valid values:
1
public static DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances build(Map<String,?> map) throws Exception
Exceptionpublic DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setCreateTime(Long createTime)
public Long getCreateTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setDebtStatus(Integer debtStatus)
public Integer getDebtStatus()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setEdition(Integer edition)
public Integer getEdition()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setEnabled(Integer enabled)
public Integer getEnabled()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setExpireTime(Long expireTime)
public Long getExpireTime()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setInstanceId(String instanceId)
public String getInstanceId()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setIp(String ip)
public String getIp()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setIpMode(String ipMode)
public String getIpMode()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setIpVersion(String ipVersion)
public String getIpVersion()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setIsFirstOpenBw(Long isFirstOpenBw)
public Long getIsFirstOpenBw()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setIsFirstOpenQps(Long isFirstOpenQps)
public Long getIsFirstOpenQps()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setRemark(String remark)
public String getRemark()
public DescribeInstancesResponseBody.DescribeInstancesResponseBodyInstances setStatus(Integer status)
public Integer getStatus()
Copyright © 2026. All rights reserved.