public class Internet extends AbstractModel
Constructor and Description |
---|
Internet() |
Internet(Internet source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInfo[] |
getInstanceNetworkInfoSet()
Get Network information of the instance.
|
PrivateIPAddressInfo[] |
getPrivateIPAddressSet()
Get Private network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
|
PublicIPAddressInfo[] |
getPublicIPAddressSet()
Get Public network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
|
void |
setInstanceNetworkInfoSet(InstanceNetworkInfo[] InstanceNetworkInfoSet)
Set Network information of the instance.
|
void |
setPrivateIPAddressSet(PrivateIPAddressInfo[] PrivateIPAddressSet)
Set Private network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
|
void |
setPublicIPAddressSet(PublicIPAddressInfo[] PublicIPAddressSet)
Set Public network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Internet()
public Internet(Internet source)
public PrivateIPAddressInfo[] getPrivateIPAddressSet()
public void setPrivateIPAddressSet(PrivateIPAddressInfo[] PrivateIPAddressSet)
PrivateIPAddressSet
- Private network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
Note: this field may return null, indicating that no valid values can be obtained.public PublicIPAddressInfo[] getPublicIPAddressSet()
public void setPublicIPAddressSet(PublicIPAddressInfo[] PublicIPAddressSet)
PublicIPAddressSet
- Public network information list of the instance, with the primary ENI followed by secondary ENIs in the order of binding.
Note: this field may return null, indicating that no valid values can be obtained.public InstanceNetworkInfo[] getInstanceNetworkInfoSet()
public void setInstanceNetworkInfoSet(InstanceNetworkInfo[] InstanceNetworkInfoSet)
InstanceNetworkInfoSet
- Network information of the instance.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.