VPC環境で利用できます。
サーバイメージです。
構文
構文は次の通りです。
private String serverImageNo;
private String serverImageName;
private String serverImageDescription;
private CommonCode serverImageType;
private CommonCode hypervisorType;
private CommonCode cpuArchitectureType;
private CommonCode osCategoryType;
private CommonCode osType;
private String serverImageStatusName;
private CommonCode serverImageStatus;
private CommonCode serverImageOperation;
private String serverImageProductCode;
private Date createDate;
private CommonCode shareStatus;
private SharedLoginIdList sharedLoginIdList;
private List<BlockStorageMapping> blockStorageMappingList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
serverImageNo |
String | Required | サーバイメージ番号
|
serverImageName |
String | Required | サーバイメージの名前 |
serverImageDescription |
String | Optional | サーバイメージの説明 |
serverImageType |
CommonCode | Required | サーバイメージタイプ
|
hypervisorType |
CommonCode | Required | ハイパーバイザ区分
|
cpuArchitectureType |
CommonCode | Required | CPUアーキテクチャタイプ
|
osCategoryType |
CommonCode | Required | OSカテゴリ区分
|
osType |
CommonCode | Required | OS区分
|
serverImageStatusName |
String | Required | サーバイメージの状態とサーバイメージの運用状態を組み合わせて現在のサーバイメージの状態名を渡す
|
serverImageStatus |
CommonCode | Required | サーバイメージの状態
|
serverImageOperation |
CommonCode | Required | サーバイメージの運用状態
|
serverImageProductCode |
String | Required | サーバイメージ商品コード |
createDate |
Date | Required | サーバイメージの作成日時(YYYY-MM-DDThh:mm:ssZ) |
shareStatus |
CommonCode | Required | 共有状態 |
sharedLoginIdList |
List |
Required | 共有されたログイン IDリスト |
blockStorageMappingList |
List<BlockStorageMapping> | Required | サーバイメージに割り当てられたブロックストレージリスト
|