Classic環境で利用できます。
ブロックストレージインスタンスです。
構文
構文は次の通りです。
private String blockStorageInstanceNo;
private String serverInstanceNo;
private String serverName;
private CommonCode blockStorageType;
private String blockStorageName;
private Long blockStorageSize;
private String deviceName;
private String blockStorageProductCode;
private CommonCode blockStorageInstanceStatus;
private CommonCode blockStorageInstanceOperation;
private String blockStorageInstanceStatusName;
private Date createDate;
private String blockStorageInstanceDescription;
private CommonCode diskTypeCode;
private CommonCode diskType;
private CommonCode diskDetailType;
private Integer maxIopsThroughput;
private Region region;
private Zone zone;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
blockStorageInstanceNo |
String | Required | ブロックストレージを識別するための NAVERクラウドプラットフォームの識別子 |
serverInstanceNo |
String | Required | ブロックストレージが Attachedされているサーバインスタンス(VM)番号 |
serverName |
String | Required | Attachedされているサーバの名前 |
blockStorageType |
CommonCode | Required | ブロックストレージタイプ
|
blockStorageName |
String | Required | ブロックストレージ名
|
blockStorageSize |
String | Required | ブロックストレージ容量(Gbyte) |
blockStorageProductCode |
String | Required | ブロックストレージ商品コード
|
blockStorageInstanceStatus |
CommonCode | Required | ブロックストレージインスタンスの状態
|
blockStorageInstanceOperation |
CommonCode | Optional | ブロックストレージインスタンスの運用状態
|
blockStorageInstanceStatusName |
String | Required | ブロックストレージインスタンスの状態名
|
createDate |
Date | Required | ブロックストレージの作成日時 |
serverInstanceStatus |
CommonCode | Required | サーバインスタンスの状態 |
blockStorageInstanceDescription |
String | Required | ブロックストレージインスタンスの説明 |
diskType |
CommonCode | Required | ディスクタイプ
|
diskDetailType |
CommonCode | Required | ディスクの詳細タイプ
|
maxIopsThroughput |
Integer | Optional | 最大 IOPS
|
region |
Region | Required | リージョン |
zone |
Zone | Required | ゾーン |