public class SubnetInput extends AbstractModel
Constructor and Description |
---|
SubnetInput() |
Modifier and Type | Method and Description |
---|---|
String |
getCidrBlock()
Get The `CIDR` of the subnet.
|
String |
getRouteTableId()
Get The specified associated route table, such as `rtb-3ryrwzuu`.
|
String |
getSubnetName()
Get Subnet name.
|
String |
getZone()
Get The availability zone, such as `ap-guangzhou-2`.
|
void |
setCidrBlock(String CidrBlock)
Set The `CIDR` of the subnet.
|
void |
setRouteTableId(String RouteTableId)
Set The specified associated route table, such as `rtb-3ryrwzuu`.
|
void |
setSubnetName(String SubnetName)
Set Subnet name.
|
void |
setZone(String Zone)
Set The availability zone, such as `ap-guangzhou-2`.
|
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 getCidrBlock()
public void setCidrBlock(String CidrBlock)
CidrBlock
- The `CIDR` of the subnet.public String getSubnetName()
public void setSubnetName(String SubnetName)
SubnetName
- Subnet name.public String getZone()
public void setZone(String Zone)
Zone
- The availability zone, such as `ap-guangzhou-2`.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId
- The specified associated route table, such as `rtb-3ryrwzuu`.Copyright © 2020. All rights reserved.