public class PrivateIpAddressSpecification extends AbstractModel
header, skipSign| 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 a primary IP. 
 | 
String | 
getPrivateIpAddress()
Get Private IP address. 
 | 
String | 
getPublicIpAddress()
Get Public IP address. 
 | 
String | 
getQosLevel()
Get IP service level. 
 | 
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 | 
setQosLevel(String QosLevel)
Set IP service level. 
 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 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: Availablepublic String getQosLevel()
public void setQosLevel(String QosLevel)
QosLevel - IP service level. Values: PT` (Gold), `AU` (Silver), `AG `(Bronze) and DEFAULT` (Default).Copyright © 2025. All rights reserved.