ProductPrice
- 印刷する
- PDF
ProductPrice
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
Classic/VPC環境で利用できます。
商品の料金プランです。
構文
構文は次の通りです。
private CommonCode productItemKind;
private CommonCode productItemKindDetail;
private String productCode;
private String productName;
private String productDescription;
private CommonCode softwareType;
private CommonCode productCategory;
private CommonCode productType;
private CommonCode productTypeDetail;
private Integer gpuCount;
private Integer cpuCount;
private Long memorySize;
private Long baseBlockStorageSize;
private CommonCode dbKind;
private String osInfomation;
private CommonCode platformType;
private CommonCode osType;
private String platformCategoryCode;
private CommonCode diskType;
private CommonCode diskDetailType;
private String generationCode;
private List<Price> priceList;
フィールド
フィールドの説明は次の通りです。
フィールド | タイプ | 必須の有無 | 説明 |
---|---|---|---|
productItemKind | CommonCode | Required | 商品品目の種類 |
productItemKindDetail | CommonCode | Required | 商品品目の種類の詳細 |
productCode | String | Required | 商品コード |
productName | String | Required | 商品名 |
productDescription | String | Required | 商品の説明 |
softwareType | CommonCode | Required | ソフトウェアタイプ |
productCategory | CommonCode | Required | 商品カテゴリ |
productType | CommonCode | Required | 商品タイプ |
productTypeDetail | CommonCode | Required | 商品タイプの詳細 |
gpuCount | Integer | Required | GPU数
|
cpuCount | Integer | Required | CPU数
|
memorySize | Long | Required | メモリ容量(Byte)
|
baseBlockStorageSize | Long | Required | 基本ブロックストレージ容量(Byte)
|
dbKind | CommonCode | Required | データベースタイプコード
|
osInfomation | String | Required | OS情報 |
platformType | CommonCode | Required | プラットフォーム区分 |
osType | CommonCode | Required | OS区分 |
platformCategoryCode | String | Required | プラットフォームカテゴリコード
|
diskType | CommonCode | Required | ディスクタイプ |
diskDetailType | CommonCode | Required | ディスクの詳細タイプ |
generationCode | String | Required | 商品の世代コード
|
priceList | List<Price> | Required | 料金プランリスト
|
この記事は役に立ちましたか?