public class CreateVpcInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateVpcInfo() |
CreateVpcInfo(CreateVpcInfo 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 |
---|---|
Long |
getCreateType()
Get 1 新建 2 指定
|
String[] |
getSubnetIds()
Get 子网ID列表
|
String |
getVpcId()
Get vpc id
|
void |
setCreateType(Long CreateType)
Set 1 新建 2 指定
|
void |
setSubnetIds(String[] SubnetIds)
Set 子网ID列表
|
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 CreateVpcInfo()
public CreateVpcInfo(CreateVpcInfo source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- vpc idpublic Long getCreateType()
public void setCreateType(Long CreateType)
CreateType
- 1 新建 2 指定public String[] getSubnetIds()
public void setSubnetIds(String[] SubnetIds)
SubnetIds
- 子网ID列表Copyright © 2025. All rights reserved.