public static class DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
allocationId
The ID of the EIP.
|
String |
publicIpAddress
The EIP.
|
构造器和说明 |
---|
DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp() |
@NameInMap(value="AllocationId") public String allocationId
The ID of the EIP.
example:null
@NameInMap(value="PublicIpAddress") public String publicIpAddress
The EIP.
example:116.62.**.**
public DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp()
public static DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp setAllocationId(String allocationId)
public String getAllocationId()
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyAssociatedPublicIp setPublicIpAddress(String publicIpAddress)
public String getPublicIpAddress()
Copyright © 2024. All rights reserved.