public class CreateSubnetsRequest extends AbstractModel
Constructor and Description |
---|
CreateSubnetsRequest() |
Modifier and Type | Method and Description |
---|---|
SubnetInput[] |
getSubnets()
Get The subnet object list.
|
Tag[] |
getTags()
Get Bound tags.
|
String |
getVpcId()
Get The `ID` of the `VPC` instance, such as `vpc-6v2ht8q5`.
|
void |
setSubnets(SubnetInput[] Subnets)
Set The subnet object list.
|
void |
setTags(Tag[] Tags)
Set Bound tags.
|
void |
setVpcId(String VpcId)
Set The `ID` of the `VPC` instance, such as `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
- The `ID` of the `VPC` instance, such as `vpc-6v2ht8q5`.public SubnetInput[] getSubnets()
public void setSubnets(SubnetInput[] Subnets)
Subnets
- The subnet object list.public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- Bound tags. Note that the collection of tags here is shared by all subnet objects in the list. You cannot specify tags for each subnet. Example: [{"Key": "city", "Value": "shanghai"}].Copyright © 2020. All rights reserved.