public class CreateSubnetsRequest extends AbstractModel
Constructor and Description |
---|
CreateSubnetsRequest() |
Modifier and Type | Method and Description |
---|---|
SubnetInput[] |
getSubnets()
Get The subnet object list.
|
String |
getVpcId()
Get The `ID` of the `VPC` instance, such as `vpc-6v2ht8q5`.
|
void |
setSubnets(SubnetInput[] Subnets)
Set The subnet object list.
|
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.Copyright © 2020. All rights reserved.