VPC環境で利用できます。
サーバイメージです。
構文
構文は次の通りです。
private String serverImageNo;
private String serverImageName;
private String serverImageDescription;
private CommonCode serverImageType;
private CommonCode serverImageLifeCyclePhase;
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 String platformCategoryCode;
private List<BlockStorageMapping> blockStorageMappingList;
フィールド
フィールドの詳細は次の通りです。
| フィールド | タイプ | 必須の有無 | 説明 |
|---|---|---|---|
| serverImageNo | String | Required | サーバイメージ番号
|
| serverImageName | String | Required | サーバイメージの名前 |
| serverImageDescription | String | Optional | サーバイメージの説明 |
| serverImageType | CommonCode | Required | サーバイメージタイプ
|
| serverImageLifeCyclePhase | 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 | サーバイメージの作成日時
|
| shareStatus | CommonCode | Required | 共有状態 |
| sharedLoginIdList | List |
Required | 共有されたログイン IDリスト |
| platformCategoryCode | String | Required | プラットフォームカテゴリコード |
| blockStorageMappingList | List<BlockStorageMapping> | Required | サーバイメージに割り当てられたブロックストレージリスト
|