public class VirtualPrivateCloud extends AbstractModel
header, skipSign
Constructor and Description |
---|
VirtualPrivateCloud() |
VirtualPrivateCloud(VirtualPrivateCloud 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 |
getSubnetId()
Get The subnet ID.
|
String |
getVpcId()
Get The VPC ID.
|
void |
setSubnetId(String SubnetId)
Set The subnet ID.
|
void |
setVpcId(String VpcId)
Set The VPC ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VirtualPrivateCloud()
public VirtualPrivateCloud(VirtualPrivateCloud source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- The VPC ID.public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- The subnet ID.Copyright © 2024. All rights reserved.