public class PrivateIpAddressSpecification extends AbstractModel
Constructor and Description |
---|
PrivateIpAddressSpecification() |
PrivateIpAddressSpecification(PrivateIpAddressSpecification 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 |
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 the primary IP.
|
String |
getPrivateIpAddress()
Get Private IP address.
|
String |
getPublicIpAddress()
Get Public IP address.
|
String |
getState()
Get IP status:
PENDING: generating
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 the 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: generating
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 PrivateIpAddressSpecification()
public PrivateIpAddressSpecification(PrivateIpAddressSpecification source)
public String getPrivateIpAddress()
public void setPrivateIpAddress(String PrivateIpAddress)
PrivateIpAddress
- Private IP address.public Boolean getPrimary()
public void setPrimary(Boolean Primary)
Primary
- Whether it is the primary IP.
Note: this field may return null, indicating that no valid values can be obtained.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.
Note: this field may return null, indicating that no valid values can be obtained.public String getState()
public void setState(String State)
State
- IP status:
PENDING: generating
MIGRATING: migrating
DELETING: deleting
AVAILABLE: availableCopyright © 2023. All rights reserved.