public class CreateRoInstanceIpRequest extends AbstractModel
Constructor and Description |
---|
CreateRoInstanceIpRequest() |
CreateRoInstanceIpRequest(CreateRoInstanceIpRequest 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 |
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-a23yt67j".
|
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-a23yt67j".
|
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 CreateRoInstanceIpRequest()
public CreateRoInstanceIpRequest(CreateRoInstanceIpRequest source)
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-a23yt67j". If this field is passed in, `UniqSubnetId` will be required.Copyright © 2023. All rights reserved.