RouteTable

Prev Next

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
  • NAVER Cloud Platform's identifier to identify route tables
routeTableName String Required Route table name
regionCode String Required Region code
vpcNo String Required VPC number
supportedSubnetType CommonCode Required Supported subnet type
  • PUBLIC | PRIVATE
    • PUBLIC: public
    • PRIVATE: private
isDefault Boolean Required Default route table status of VPC
  • true | false
routeTableStatus CommonCode Required Route table status
  • RUN
routeTableDescription String Optional Route table description