public class RouteTableInfo extends AbstractModel
Constructor and Description |
---|
RouteTableInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getRouteTableCidrBlock()
Get Route table CIDR.
|
String |
getRouteTableName()
Get Route table name.
|
String |
getVpcId()
Get VPC instance ID.
|
void |
setRouteTableCidrBlock(String RouteTableCidrBlock)
Set Route table CIDR.
|
void |
setRouteTableName(String RouteTableName)
Set Route table name.
|
void |
setVpcId(String VpcId)
Set VPC instance ID.
|
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 getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName
- Route table name.public String getRouteTableCidrBlock()
public void setRouteTableCidrBlock(String RouteTableCidrBlock)
RouteTableCidrBlock
- Route table CIDR.public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- VPC instance ID.Copyright © 2020. All rights reserved.