public class DisassociateAddressRequest extends AbstractModel
Constructor and Description |
---|
DisassociateAddressRequest() |
DisassociateAddressRequest(DisassociateAddressRequest 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 唯一 ID 形如:eip-11112222。
|
String |
getEcmRegion()
Get ECM 地域
|
Boolean |
getReallocateNormalPublicIp()
Get 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:
TRUE:表示解绑 EIP 之后分配普通公网 IP。
FALSE:表示解绑 EIP 之后不分配普通公网 IP。
默认取值:FALSE。
只有满足以下条件时才能指定该参数:
只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。
解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 DescribeAddressQuota 接口获取。
|
void |
setAddressId(String AddressId)
Set 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:eip-11112222。
|
void |
setEcmRegion(String EcmRegion)
Set ECM 地域
|
void |
setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
Set 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:
TRUE:表示解绑 EIP 之后分配普通公网 IP。
FALSE:表示解绑 EIP 之后不分配普通公网 IP。
默认取值:FALSE。
只有满足以下条件时才能指定该参数:
只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。
解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 DescribeAddressQuota 接口获取。
|
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 DisassociateAddressRequest()
public DisassociateAddressRequest(DisassociateAddressRequest source)
public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM 地域public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- 标识 EIP 的唯一 ID。EIP 唯一 ID 形如:eip-11112222。public Boolean getReallocateNormalPublicIp()
public void setReallocateNormalPublicIp(Boolean ReallocateNormalPublicIp)
ReallocateNormalPublicIp
- 表示解绑 EIP 之后是否分配普通公网 IP。取值范围:
TRUE:表示解绑 EIP 之后分配普通公网 IP。
FALSE:表示解绑 EIP 之后不分配普通公网 IP。
默认取值:FALSE。
只有满足以下条件时才能指定该参数:
只有在解绑主网卡的主内网 IP 上的 EIP 时才能指定该参数。
解绑 EIP 后重新分配普通公网 IP 操作一个账号每天最多操作 10 次;详情可通过 DescribeAddressQuota 接口获取。Copyright © 2021. All rights reserved.