public static class CreateNetworkInterfaceResponseBody.CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Boolean |
primary
Indicates whether the private IP address is the primary private IP address.
|
String |
privateIpAddress
The private IP address of the instance.
|
构造器和说明 |
---|
CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet() |
@NameInMap(value="Primary") public Boolean primary
Indicates whether the private IP address is the primary private IP address.
example:true
@NameInMap(value="PrivateIpAddress") public String privateIpAddress
The private IP address of the instance.
example:172.17.**.**
public CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet()
public static CreateNetworkInterfaceResponseBody.CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet build(Map<String,?> map) throws Exception
Exception
public CreateNetworkInterfaceResponseBody.CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet setPrimary(Boolean primary)
public Boolean getPrimary()
public CreateNetworkInterfaceResponseBody.CreateNetworkInterfaceResponseBodyPrivateIpSetsPrivateIpSet setPrivateIpAddress(String privateIpAddress)
public String getPrivateIpAddress()
Copyright © 2024. All rights reserved.