ServerImage
- 印刷する
- PDF
ServerImage
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
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 List<BlockStorageMapping> blockStorageMappingList;
フィールド
フィールドの詳細は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
serverImageNo | String | Required | サーバイメージ番号
|
serverImageName | String | Required | サーバイメージ名 |
serverImageDescription | String | Optional | サーバイメージの説明 |
serverImageType | CommonCode | Required | サーバイメージタイプ
|
serverImageLifeCyclePhase | CommonCode | Required | サーバイメージのライフサイクル(Serverご利用ガイドのサーバイメージ(OS)のライフサイクルを参照)の運用状態
|
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リスト |
blockStorageMappingList | List<BlockStorageMapping> | Required | サーバイメージに割り当てられたブロックストレージリスト
|
この記事は役に立ちましたか?