public static class DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
allocationId
The ID of the EIP.
|
String |
instanceType
The type of the resource that is associated with the EIP.
|
String |
ipAddress
The IP address of the EIP.
|
String |
status
The status of the EIP.
|
| 构造器和说明 |
|---|
DescribeEipResourcesResponseBodyEipList() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
@NameInMap(value="InstanceType") public String instanceType
The type of the resource that is associated with the EIP. Valid values:
* `EcsInstance`: an ECS instance in a VPC
* `SlbInstance`: a Server Load Balancer (SLB) instance in a VPC
* `Nat`: a NAT gateway
* `HaVip`: a high-availability virtual IP address (HAVIP)
* `NetworkInterface`: a secondary elastic network interface (ENI)
Default value: `EcsInstance`.
@NameInMap(value="IpAddress") public String ipAddress
The IP address of the EIP.
@NameInMap(value="Status") public String status
The status of the EIP. Valid values:
* `Associating`: The EIP is being associated with a resource.
* `Unassociating`: The EIP is being disassociated from a resource.
* `InUse`: The EIP is associated with a resource.
* `Available`: The EIP is available.
public static DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList setAllocationId(String allocationId)
public String getAllocationId()
public DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList setInstanceType(String instanceType)
public String getInstanceType()
public DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList setIpAddress(String ipAddress)
public String getIpAddress()
public DescribeEipResourcesResponseBody.DescribeEipResourcesResponseBodyEipList setStatus(String status)
public String getStatus()
Copyright © 2023. All rights reserved.