VPC環境で利用できます。
Subnet情報です。
構文
構文は次の通りです。
private String subnetNo;
private String subnetName;
private String vpcNo;
private String vpcName;
private String zoneCode;
private String subnet;
private Boolean isPublic;
private Date createdDate;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
subnetNo |
String | Required | Subnet番号
|
subnetName |
String | Required | Subnet名 |
vpcNo |
String | Requried | VPC番号 |
vpcName |
String | Required | VPC名 |
zoneCode |
String | Required | ゾーンコード |
subnet |
String | Required | IPアドレスの範囲 |
isPublic |
Boolean | Required | Public Subnetかどうか
|
createdDate |
Date | Required | 作成日時 |