public static class DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp |
associatedPublicIp
The EIP that is associated with the secondary private IP address of the ENI.
|
Boolean |
primary
Indicates whether the IP address is the primary private IP address.
|
String |
privateIpAddress
The private IP address of the ENI.
|
构造器和说明 |
---|
DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet() |
@NameInMap(value="AssociatedPublicIp") public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp associatedPublicIp
The EIP that is associated with the secondary private IP address of the ENI.
@NameInMap(value="Primary") public Boolean primary
Indicates whether the IP address is the primary private IP address. Valid values:
true
@NameInMap(value="PrivateIpAddress") public String privateIpAddress
The private IP address of the ENI.
example:172.17.**.**
public DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet()
public static DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet build(Map<String,?> map) throws Exception
Exception
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet setAssociatedPublicIp(DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp associatedPublicIp)
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSetAssociatedPublicIp getAssociatedPublicIp()
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet setPrimary(Boolean primary)
public Boolean getPrimary()
public DescribeNetworkInterfaceAttributeResponseBody.DescribeNetworkInterfaceAttributeResponseBodyPrivateIpSetsPrivateIpSet setPrivateIpAddress(String privateIpAddress)
public String getPrivateIpAddress()
Copyright © 2024. All rights reserved.