public class EipAddressRelation extends AbstractModel
Constructor and Description |
---|
EipAddressRelation() |
EipAddressRelation(EipAddressRelation 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 |
getEipAddressRegion()
Get 高防弹性公网IP绑定的实例地区,例如hk代表香港
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEipBoundRscEni()
Get 绑定的弹性网卡ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEipBoundRscIns()
Get 绑定的资源实例ID。可能是一个CVM。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEipBoundRscVip()
Get 绑定的资源内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifyTime()
Get 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEipAddressRegion(String EipAddressRegion)
Set 高防弹性公网IP绑定的实例地区,例如hk代表香港
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEipBoundRscEni(String EipBoundRscEni)
Set 绑定的弹性网卡ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEipBoundRscIns(String EipBoundRscIns)
Set 绑定的资源实例ID。可能是一个CVM。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEipBoundRscVip(String EipBoundRscVip)
Set 绑定的资源内网ip
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifyTime(String ModifyTime)
Set 修改时间
注意:此字段可能返回 null,表示取不到有效值。
|
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 EipAddressRelation()
public EipAddressRelation(EipAddressRelation source)
public String getEipAddressRegion()
public void setEipAddressRegion(String EipAddressRegion)
EipAddressRegion
- 高防弹性公网IP绑定的实例地区,例如hk代表香港
注意:此字段可能返回 null,表示取不到有效值。public String getEipBoundRscIns()
public void setEipBoundRscIns(String EipBoundRscIns)
EipBoundRscIns
- 绑定的资源实例ID。可能是一个CVM。
注意:此字段可能返回 null,表示取不到有效值。public String getEipBoundRscEni()
public void setEipBoundRscEni(String EipBoundRscEni)
EipBoundRscEni
- 绑定的弹性网卡ID
注意:此字段可能返回 null,表示取不到有效值。public String getEipBoundRscVip()
public void setEipBoundRscVip(String EipBoundRscVip)
EipBoundRscVip
- 绑定的资源内网ip
注意:此字段可能返回 null,表示取不到有效值。public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 修改时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.