public class AdjustPublicAddressRequest extends AbstractModel
Constructor and Description |
---|
AdjustPublicAddressRequest() |
AdjustPublicAddressRequest(AdjustPublicAddressRequest 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 The unique ID of the EIP, such as `eip-11112222`.
|
String |
getInstanceId()
Get The unique ID of the CVM instance, such as `ins-11112222`.
|
void |
setAddressId(String AddressId)
Set The unique ID of the EIP, such as `eip-11112222`.
|
void |
setInstanceId(String InstanceId)
Set The unique ID of the CVM instance, such as `ins-11112222`.
|
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 AdjustPublicAddressRequest()
public AdjustPublicAddressRequest(AdjustPublicAddressRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The unique ID of the CVM instance, such as `ins-11112222`.public String getAddressId()
public void setAddressId(String AddressId)
AddressId
- The unique ID of the EIP, such as `eip-11112222`.Copyright © 2023. All rights reserved.