public class VpcConf extends AbstractModel
header, skipSign
Constructor and Description |
---|
VpcConf() |
VpcConf(VpcConf 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 |
getSubnetCIDR()
Get subnet 网段
|
String |
getSubnetId()
Get subnet id
|
String |
getVpcCIDR()
Get vpc 网段
|
String |
getVpcId()
Get vpc id
|
void |
setSubnetCIDR(String SubnetCIDR)
Set subnet 网段
|
void |
setSubnetId(String SubnetId)
Set subnet id
|
void |
setVpcCIDR(String VpcCIDR)
Set vpc 网段
|
void |
setVpcId(String VpcId)
Set vpc id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public VpcConf()
public VpcConf(VpcConf source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc idpublic String getVpcCIDR()
public void setVpcCIDR(String VpcCIDR)
VpcCIDR
- vpc 网段public String getSubnetId()
public void setSubnetId(String SubnetId)
SubnetId
- subnet idpublic String getSubnetCIDR()
public void setSubnetCIDR(String SubnetCIDR)
SubnetCIDR
- subnet 网段Copyright © 2025. All rights reserved.