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 플랫폼 카테고리 코드
  • <예시> APP, DBMS, OS
diskType CommonCode Required 디스크 유형
diskDetailType CommonCode Required 디스크 상세 유형
generationCode String Required 상품 세대 코드
  • G1 | G2
priceList List<Price> Required 요금제 목록
  • 해당 상품이 사용하는 요금제 정보 목록