public class CreateRoInstanceIpRequest extends AbstractModel
Constructor and Description |
---|
CreateRoInstanceIpRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Read-only instance ID in the format of "cdbro-3i70uj0k".
|
String |
getUniqSubnetId()
Get Subnet descriptor, such as "subnet-1typ0s7d".
|
String |
getUniqVpcId()
Get VPC descriptor, such as "vpc-xxx".
|
void |
setInstanceId(String InstanceId)
Set Read-only instance ID in the format of "cdbro-3i70uj0k".
|
void |
setUniqSubnetId(String UniqSubnetId)
Set Subnet descriptor, such as "subnet-1typ0s7d".
|
void |
setUniqVpcId(String UniqVpcId)
Set VPC descriptor, such as "vpc-xxx".
|
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
- Read-only instance ID in the format of "cdbro-3i70uj0k". Its value is the same as the read-only instance ID in the TencentDB Console.public String getUniqSubnetId()
public void setUniqSubnetId(String UniqSubnetId)
UniqSubnetId
- Subnet descriptor, such as "subnet-1typ0s7d".public String getUniqVpcId()
public void setUniqVpcId(String UniqVpcId)
UniqVpcId
- VPC descriptor, such as "vpc-xxx". If this field is passed in, `UniqSubnetId` will be required.Copyright © 2020. All rights reserved.