public class DisassociateDhcpIpWithAddressIpRequest extends AbstractModel
Constructor and Description |
---|
DisassociateDhcpIpWithAddressIpRequest() |
DisassociateDhcpIpWithAddressIpRequest(DisassociateDhcpIpWithAddressIpRequest 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 |
getDhcpIpId()
Get `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。必须是已绑定`EIP`的`DhcpIp`。
|
void |
setDhcpIpId(String DhcpIpId)
Set `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。必须是已绑定`EIP`的`DhcpIp`。
|
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 DisassociateDhcpIpWithAddressIpRequest()
public DisassociateDhcpIpWithAddressIpRequest(DisassociateDhcpIpWithAddressIpRequest source)
public String getDhcpIpId()
public void setDhcpIpId(String DhcpIpId)
DhcpIpId
- `DhcpIp`唯一`ID`,形如:`dhcpip-9o233uri`。必须是已绑定`EIP`的`DhcpIp`。Copyright © 2021. All rights reserved.