public class TargetRegionInfo extends AbstractModel
Constructor and Description |
---|
TargetRegionInfo() |
TargetRegionInfo(TargetRegionInfo 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 |
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 TargetRegionInfo()
public TargetRegionInfo(TargetRegionInfo source)
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 © 2023. All rights reserved.