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实例ID,例如:eip-11112222。
|
String |
getDescription()
Get 内网IP描述信息。
|
Boolean |
getIsWanIpBlocked()
Get 公网IP是否被封堵。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getPrimary()
Get 是否是主IP。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPrivateIpAddress()
Get 内网IP地址。
|
String |
getPublicIpAddress()
Get 公网IP地址。
|
String |
getState()
Get IP状态:
PENDING:生产中
MIGRATING:迁移中
DELETING:删除中
AVAILABLE:可用的
|
void |
setAddressId(String AddressId)
Set EIP实例ID,例如:eip-11112222。
|
void |
setDescription(String Description)
Set 内网IP描述信息。
|
void |
setIsWanIpBlocked(Boolean IsWanIpBlocked)
Set 公网IP是否被封堵。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPrimary(Boolean Primary)
Set 是否是主IP。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPrivateIpAddress(String PrivateIpAddress)
Set 内网IP地址。
|
void |
setPublicIpAddress(String PublicIpAddress)
Set 公网IP地址。
|
void |
setState(String State)
Set IP状态:
PENDING:生产中
MIGRATING:迁移中
DELETING:删除中
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
- 内网IP地址。public Boolean getPrimary()
public void setPrimary(Boolean Primary)
Primary
- 是否是主IP。
注意:此字段可能返回 null,表示取不到有效值。public String getPublicIpAddress()
public void setPublicIpAddress(String PublicIpAddress)
PublicIpAddress
- 公网IP地址。public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- EIP实例ID,例如:eip-11112222。public String getDescription()
public void setDescription(String Description)
Description
- 内网IP描述信息。public Boolean getIsWanIpBlocked()
public void setIsWanIpBlocked(Boolean IsWanIpBlocked)
IsWanIpBlocked
- 公网IP是否被封堵。
注意:此字段可能返回 null,表示取不到有效值。public String getState()
public void setState(String State)
State
- IP状态:
PENDING:生产中
MIGRATING:迁移中
DELETING:删除中
AVAILABLE:可用的Copyright © 2022. All rights reserved.