public class CreateSubnetsRequest extends AbstractModel
Constructor and Description |
---|
CreateSubnetsRequest() |
Modifier and Type | Method and Description |
---|---|
SubnetInput[] |
getSubnets()
Get 子网对象列表。
|
Tag[] |
getTags()
Get 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]
|
String |
getVpcId()
Get `VPC`实例`ID`。形如:`vpc-6v2ht8q5`
|
void |
setSubnets(SubnetInput[] Subnets)
Set 子网对象列表。
|
void |
setTags(Tag[] Tags)
Set 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]
|
void |
setVpcId(String VpcId)
Set `VPC`实例`ID`。形如:`vpc-6v2ht8q5`
|
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 String getVpcId()
public void setVpcId(String VpcId)
VpcId
- `VPC`实例`ID`。形如:`vpc-6v2ht8q5`public SubnetInput[] getSubnets()
public void setSubnets(SubnetInput[] Subnets)
Subnets
- 子网对象列表。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 指定绑定的标签列表,注意这里的标签集合为列表中所有子网对象所共享,不能为每个子网对象单独指定标签,例如:[{"Key": "city", "Value": "shanghai"}]Copyright © 2020. All rights reserved.