public class PrivateIpAddressSpecification extends AbstractModel
Constructor and Description |
---|
PrivateIpAddressSpecification() |
Modifier and Type | Method and Description |
---|---|
String |
getAddressId()
Get EIP instance ID, such as `eip-11112222`.
|
String |
getDescription()
Get Private IP description.
|
Boolean |
getIsWanIpBlocked()
Get Whether the public IP is blocked.
|
Boolean |
getPrimary()
Get Whether it is a primary IP.
|
String |
getPrivateIpAddress()
Get Private IP address.
|
String |
getPublicIpAddress()
Get Public IP address.
|
String |
getState()
Get IP status:
PENDING: Creating
MIGRATING: Migrating
DELETING: Deleting
AVAILABLE: Available
|
void |
setAddressId(String AddressId)
Set EIP instance ID, such as `eip-11112222`.
|
void |
setDescription(String Description)
Set Private IP description.
|
void |
setIsWanIpBlocked(Boolean IsWanIpBlocked)
Set Whether the public IP is blocked.
|
void |
setPrimary(Boolean Primary)
Set Whether it is a primary IP.
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set Private IP address.
|
void |
setPublicIpAddress(String PublicIpAddress)
Set Public IP address.
|
void |
setState(String State)
Set IP status:
PENDING: Creating
MIGRATING: Migrating
DELETING: Deleting
AVAILABLE: Available
|
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 String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress
- Private IP address.public Boolean getPrimary()
public void setPrimary(Boolean Primary)
Primary
- Whether it is a primary IP.public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress
- Public IP address.public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- EIP instance ID, such as `eip-11112222`.public String getDescription()
public void setDescription(String Description)
Description
- Private IP description.public Boolean getIsWanIpBlocked()
public void setIsWanIpBlocked(Boolean IsWanIpBlocked)
IsWanIpBlocked
- Whether the public IP is blocked.public String getState()
public void setState(String State)
State
- IP status:
PENDING: Creating
MIGRATING: Migrating
DELETING: Deleting
AVAILABLE: AvailableCopyright © 2021. All rights reserved.