RouteTable
- Print
- PDF
RouteTable
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Available in VPC
This is a route table.
Syntax
The syntax is as follows.
private String routeTableNo;
private String routeTableName;
private String regionCode;
private String vpcNo;
private CommonCode supportedSubnetType;
private Boolean isDefault;
private CommonCode routeTableStatus;
private String routeTableDescription;
Field
The following describes the fields.
Field | Type | Required | Description |
---|---|---|---|
routeTableNo | String | Required | Route table number
|
routeTableName | String | Required | Route table name |
regionCode | String | Required | Region code |
vpcNo | String | Required | VPC number |
supportedSubnetType | CommonCode | Required | Supported subnet type
|
isDefault | Boolean | Required | Default route table status of VPC
|
routeTableStatus | CommonCode | Required | Route table status
|
routeTableDescription | String | Optional | Route table description |
Was this article helpful?