public static class GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyIpList
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP.
|
String |
ipAddress
The IP address of the EIP.
|
String |
usingStatus
The association status of the EIP.
|
构造器和说明 |
---|
GetNatGatewayAttributeResponseBodyIpList() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
example:eip-bp13e9i2qst4g6jzi****
@NameInMap(value="IpAddress") public String ipAddress
The IP address of the EIP.
example:116.33.XX.XX
@NameInMap(value="UsingStatus") public String usingStatus
The association status of the EIP.
idle
public static GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyIpList build(Map<String,?> map) throws Exception
Exception
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyIpList setAllocationId(String allocationId)
public String getAllocationId()
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyIpList setIpAddress(String ipAddress)
public String getIpAddress()
public GetNatGatewayAttributeResponseBody.GetNatGatewayAttributeResponseBodyIpList setUsingStatus(String usingStatus)
public String getUsingStatus()
Copyright © 2024. All rights reserved.