public class TransformAddressRequest extends AbstractModel
Constructor and Description |
---|
TransformAddressRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get The ID of the instance with a common public IP to be operated on, such as `ins-11112222`.
|
void |
setInstanceId(String InstanceId)
Set The ID of the instance with a common public IP to be operated on, 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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- The ID of the instance with a common public IP to be operated on, such as `ins-11112222`. You can query the instance ID by logging into the [Console](https://console.cloud.tencent.com/cvm). You can also obtain the parameter value from the `InstanceId` field in the returned result of [DescribeInstances](https://intl.cloud.tencent.com/document/api/213/9389?from_cn_redirect=1) API.Copyright © 2020. All rights reserved.