public class UnassignPrivateIpAddressesRequest extends AbstractModel
Constructor and Description |
---|
UnassignPrivateIpAddressesRequest() |
UnassignPrivateIpAddressesRequest(UnassignPrivateIpAddressesRequest 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 |
---|---|
String |
getInstanceId()
Get Instance ID of the server bound with this IP.
|
String |
getNetworkInterfaceId()
Get The ID of the ENI instance, such as `eni-m6dyj72l`.
|
PrivateIpAddressSpecification[] |
getPrivateIpAddresses()
Get The information of the specified private IPs.
|
void |
setInstanceId(String InstanceId)
Set Instance ID of the server bound with this IP.
|
void |
setNetworkInterfaceId(String NetworkInterfaceId)
Set The ID of the ENI instance, such as `eni-m6dyj72l`.
|
void |
setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
Set The information of the specified private IPs.
|
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 UnassignPrivateIpAddressesRequest()
public UnassignPrivateIpAddressesRequest(UnassignPrivateIpAddressesRequest source)
public String getNetworkInterfaceId()
public void setNetworkInterfaceId(String NetworkInterfaceId)
NetworkInterfaceId
- The ID of the ENI instance, such as `eni-m6dyj72l`.public PrivateIpAddressSpecification[] getPrivateIpAddresses()
public void setPrivateIpAddresses(PrivateIpAddressSpecification[] PrivateIpAddresses)
PrivateIpAddresses
- The information of the specified private IPs. You can specify a maximum of 10 each time.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID of the server bound with this IP. This parameter is only applicable when you need to return an IP and unbind the related servers.Copyright © 2023. All rights reserved.