public class CreateVpcRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVpcRequest() |
CreateVpcRequest(CreateVpcRequest 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 |
getCidrBlock()
Get vpc的cidr,只能为10.*.0.0/16,172.[16-31].0.0/16,192.168.0.0/16这三个内网网段内。
|
String |
getDescription()
Get 描述信息
|
String[] |
getDnsServers()
Get DNS地址,最多支持4个,暂不支持
|
String |
getDomainName()
Get 域名,暂不支持
|
String |
getEcmRegion()
Get ECM 地域
|
String |
getEnableMulticast()
Get 是否开启组播。true: 开启, false: 不开启。暂不支持
|
ISPTypeItem[] |
getISPTypes()
Get 网络运营商类型 取值范围:'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
|
Tag[] |
getTags()
Get 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
String |
getVpcName()
Get vpc名称,最大长度不能超过60个字节。
|
void |
setCidrBlock(String CidrBlock)
Set vpc的cidr,只能为10.*.0.0/16,172.[16-31].0.0/16,192.168.0.0/16这三个内网网段内。
|
void |
setDescription(String Description)
Set 描述信息
|
void |
setDnsServers(String[] DnsServers)
Set DNS地址,最多支持4个,暂不支持
|
void |
setDomainName(String DomainName)
Set 域名,暂不支持
|
void |
setEcmRegion(String EcmRegion)
Set ECM 地域
|
void |
setEnableMulticast(String EnableMulticast)
Set 是否开启组播。true: 开启, false: 不开启。暂不支持
|
void |
setISPTypes(ISPTypeItem[] ISPTypes)
Set 网络运营商类型 取值范围:'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调
|
void |
setTags(Tag[] Tags)
Set 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]
|
void |
setVpcName(String VpcName)
Set vpc名称,最大长度不能超过60个字节。
|
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 CreateVpcRequest()
public CreateVpcRequest(CreateVpcRequest source)
public String getVpcName()
public void setVpcName(String VpcName)
VpcName
- vpc名称,最大长度不能超过60个字节。public String getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- vpc的cidr,只能为10.*.0.0/16,172.[16-31].0.0/16,192.168.0.0/16这三个内网网段内。public String getEcmRegion()
public void setEcmRegion(String EcmRegion)
EcmRegion
- ECM 地域public String getEnableMulticast()
public void setEnableMulticast(String EnableMulticast)
EnableMulticast
- 是否开启组播。true: 开启, false: 不开启。暂不支持public String[] getDnsServers()
public void setDnsServers(String[] DnsServers)
DnsServers
- DNS地址,最多支持4个,暂不支持public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- 域名,暂不支持public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 指定绑定的标签列表,例如:[{"Key": "city", "Value": "shanghai"}]public String getDescription()
public void setDescription(String Description)
Description
- 描述信息public ISPTypeItem[] getISPTypes()
public void setISPTypes(ISPTypeItem[] ISPTypes)
ISPTypes
- 网络运营商类型 取值范围:'CMCC'-中国移动, 'CTCC'-中国电信, 'CUCC'-中国联调Copyright © 2024. All rights reserved.