Route

Prev Next

Available in VPC

This is the route information.

Syntax

The syntax is as follows.

private String routeTableNo;
private String destinationCidrBlock;
private String targetName;
private CommonCode targetType;
private String targetNo;
private Boolean isDefault;

Field

The following describes the fields.

Field Type Required Description
routeTableNo String Required Route table number
destinationCidrBlock String Required Destination IPv4 CIDR block
targetName String Required Destination name
targetType CommonCode Required Destination type
  • NATGW | VPCPEERING | VGW
    • NATGW: NAT Gateway
    • VPCPEERING: VPC peering
    • VGW: virtual private gateway
targetNo String Required Destination identification number
isDefault Boolean Required Whether the route table has a default route
  • true | false