VPC環境で利用できます。
ルーティングテーブルです。
構文
構文は次の通りです。
private String routeTableNo;
private String routeTableName;
private String regionCode;
private String vpcNo;
private CommonCode supportedSubnetType;
private Boolean isDefault;
private CommonCode routeTableStatus;
private String routeTableDescription;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
routeTableNo |
String | Required | ルーティングテーブル番号
|
routeTableName |
String | Required | ルーティングテーブル名 |
regionCode |
String | Required | リージョンコード |
vpcNo |
String | Required | VPC番号 |
supportedSubnetType |
CommonCode | Required | サポートするサブネットタイプ
|
isDefault |
Boolean | Required | VPCのデフォルトルーティングテーブルかどうか
|
routeTableStatus |
CommonCode | Required | ルーティングテーブル状態
|
routeTableDescription |
String | Optional | ルーティングテーブルの説明 |