public class TargetRegionInfo extends AbstractModel
Constructor and Description |
---|
TargetRegionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getRegion()
Get Region of the target, such as ap-guangzhou
|
String |
getVpcId()
Get Network of the target, which is in the format of vpc-abcd1234 for VPC or 0 for basic network
|
void |
setRegion(String Region)
Set Region of the target, such as ap-guangzhou
|
void |
setVpcId(String VpcId)
Set Network of the target, which is in the format of vpc-abcd1234 for VPC or 0 for basic network
|
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 getRegion()
public void setRegion(String Region)
Region
- Region of the target, such as ap-guangzhoupublic String getVpcId()
public void setVpcId(String VpcId)
VpcId
- Network of the target, which is in the format of vpc-abcd1234 for VPC or 0 for basic networkCopyright © 2020. All rights reserved.