public class EipAddressRelation extends AbstractModel
header, skipSign| 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代表中国香港 | 
| String | getEipBoundRscEni()Get 绑定的弹性网卡ID | 
| String | getEipBoundRscIns()Get 绑定的资源实例ID。可能是一个CVM。 | 
| String | getEipBoundRscVip()Get 绑定的资源内网ip | 
| String | getModifyTime()Get 修改时间 | 
| void | setEipAddressRegion(String EipAddressRegion)Set 高防弹性公网IP绑定的实例地区,例如hk代表中国香港 | 
| void | setEipBoundRscEni(String EipBoundRscEni)Set 绑定的弹性网卡ID | 
| void | setEipBoundRscIns(String EipBoundRscIns)Set 绑定的资源实例ID。可能是一个CVM。 | 
| void | setEipBoundRscVip(String EipBoundRscVip)Set 绑定的资源内网ip | 
| void | setModifyTime(String ModifyTime)Set 修改时间 | 
| 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 EipAddressRelation()
public EipAddressRelation(EipAddressRelation source)
public String getEipAddressRegion()
public void setEipAddressRegion(String EipAddressRegion)
EipAddressRegion - 高防弹性公网IP绑定的实例地区,例如hk代表中国香港public String getEipBoundRscIns()
public void setEipBoundRscIns(String EipBoundRscIns)
EipBoundRscIns - 绑定的资源实例ID。可能是一个CVM。public String getEipBoundRscEni()
public void setEipBoundRscEni(String EipBoundRscEni)
EipBoundRscEni - 绑定的弹性网卡IDpublic String getEipBoundRscVip()
public void setEipBoundRscVip(String EipBoundRscVip)
EipBoundRscVip - 绑定的资源内网ippublic String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - 修改时间Copyright © 2025. All rights reserved.