public class RouteTable extends AbstractModel
| Constructor and Description | 
|---|
| RouteTable() | 
| Modifier and Type | Method and Description | 
|---|---|
| RouteTableAssociation[] | getAssociationSet()Get The association relationships of the route table. | 
| String | getCreatedTime()Get Creation Time. | 
| Boolean | getMain()Get Whether it is the default route table. | 
| Route[] | getRouteSet()Get IPv4 routing policy set. | 
| String | getRouteTableId()Get The route table instance ID, such as `rtb-azd4dt1c`. | 
| String | getRouteTableName()Get Route table name. | 
| Tag[] | getTagSet()Get Tag key-value pairs. | 
| String | getVpcId()Get VPC instance ID. | 
| void | setAssociationSet(RouteTableAssociation[] AssociationSet)Set The association relationships of the route table. | 
| void | setCreatedTime(String CreatedTime)Set Creation Time. | 
| void | setMain(Boolean Main)Set Whether it is the default route table. | 
| void | setRouteSet(Route[] RouteSet)Set IPv4 routing policy set. | 
| void | setRouteTableId(String RouteTableId)Set The route table instance ID, such as `rtb-azd4dt1c`. | 
| void | setRouteTableName(String RouteTableName)Set Route table name. | 
| void | setTagSet(Tag[] TagSet)Set Tag key-value pairs. | 
| 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, toJsonStringpublic String getVpcId()
public void setVpcId(String VpcId)
VpcId - VPC instance ID.public String getRouteTableId()
public void setRouteTableId(String RouteTableId)
RouteTableId - The route table instance ID, such as `rtb-azd4dt1c`.public String getRouteTableName()
public void setRouteTableName(String RouteTableName)
RouteTableName - Route table name.public RouteTableAssociation[] getAssociationSet()
public void setAssociationSet(RouteTableAssociation[] AssociationSet)
AssociationSet - The association relationships of the route table.public Route[] getRouteSet()
public void setRouteSet(Route[] RouteSet)
RouteSet - IPv4 routing policy set.public Boolean getMain()
public void setMain(Boolean Main)
Main - Whether it is the default route table.public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime - Creation Time.public Tag[] getTagSet()
public void setTagSet(Tag[] TagSet)
TagSet - Tag key-value pairs.Copyright © 2020. All rights reserved.