VPC環境で利用できます。
ルーティング情報です。
構文
構文は次の通りです。
private String routeTableNo;
private String destinationCidrBlock;
private String targetName;
private CommonCode targetType;
private String targetNo;
private Boolean isDefault;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
routeTableNo |
String | Required | ルーティングテーブル番号 |
destinationCidrBlock |
String | Required | 目的地 IPv4 CIDRブロック |
targetName |
String | Required | 目的地名 |
targetType |
CommonCode | Required | 目的地タイプ
|
targetNo |
String | Required | 目的地識別番号 |
isDefault |
Boolean | Required | ルーティングテーブルのデフォルトルーティングかどうか
|