ProductPrice

Prev Next

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 データベースタイプコード
  • Cloud DB関連のサーバ商品照会時に返される
osInfomation String Required OS情報
platformType CommonCode Required プラットフォーム区分
osType CommonCode Required OS区分
platformCategoryCode String Required プラットフォームカテゴリコード
  • <例> APPDBMSOS
diskType CommonCode Required ディスクタイプ
diskDetailType CommonCode Required ディスクの詳細タイプ
generationCode String Required 商品の世代コード
  • G1 | G2
priceList List<Price> Required 料金プランリスト
  • その商品が使用する料金プラン情報リスト