public class AssociateDDoSEipAddressRequest extends AbstractModel
Constructor and Description |
---|
AssociateDDoSEipAddressRequest() |
AssociateDDoSEipAddressRequest(AssociateDDoSEipAddressRequest 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 |
getCvmInstanceID()
Get 要绑定的实例 ID。实例 ID 形如:ins-11112222。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。
|
String |
getCvmRegion()
Get cvm实例所在地域,例如:ap-hongkong。
|
String |
getEip()
Get 资源实例ID对应的高防弹性公网IP。
|
String |
getInstanceId()
Get 资源实例ID,实例ID形如:bgpip-0000011x。只能填写高防IP实例。
|
void |
setCvmInstanceID(String CvmInstanceID)
Set 要绑定的实例 ID。实例 ID 形如:ins-11112222。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。
|
void |
setCvmRegion(String CvmRegion)
Set cvm实例所在地域,例如:ap-hongkong。
|
void |
setEip(String Eip)
Set 资源实例ID对应的高防弹性公网IP。
|
void |
setInstanceId(String InstanceId)
Set 资源实例ID,实例ID形如:bgpip-0000011x。只能填写高防IP实例。
|
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 AssociateDDoSEipAddressRequest()
public AssociateDDoSEipAddressRequest(AssociateDDoSEipAddressRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 资源实例ID,实例ID形如:bgpip-0000011x。只能填写高防IP实例。public String getEip()
public void setEip(String Eip)
Eip
- 资源实例ID对应的高防弹性公网IP。public String getCvmInstanceID()
public void setCvmInstanceID(String CvmInstanceID)
CvmInstanceID
- 要绑定的实例 ID。实例 ID 形如:ins-11112222。可通过登录控制台查询,也可通过 DescribeInstances 接口返回值中的InstanceId获取。public String getCvmRegion()
public void setCvmRegion(String CvmRegion)
CvmRegion
- cvm实例所在地域,例如:ap-hongkong。Copyright © 2021. All rights reserved.