Product
    • PDF

    Product

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in Classic

    This defines the characteristics of "Product," which refers to all services and solutions provided on NAVER Cloud Platform.

    Syntax

    The syntax is as follows:

    private String productCode;
    private String productName;
    private CommonCode productType;
    private String productDescription;
    private CommonCode infraResourceType;
    private CommonCode infraResourceDetailType;
    private Integer cpuCount;
    private Long memorySize;
    private Long baseBlockStorageSize;
    private CommonCode platformType;
    private String osInformation;
    private CommonCode diskType;
    private String dbKindCode;
    private Long addBlockStroageSize;
    

    Field

    The following describes the field.

    FieldTypeRequiredDescription
    productCodeStringRequiredProduct codes managed by NAVER Cloud Platform
    • Server specifications and server OS definition
    • Example: SPSW0LINUX000032 | SPSW0LINUX000027
    productNameStringRequiredProduct name
    • Example: ubuntu-12.04-64-desktop | centos-6.3-64
    productTypeCommonCodeRequiredProduct type
    • For server image product lookups, values can be Linux, Windows, etc.
    productDescriptionStringRequiredProduct description
    • Example: vCPU 8 EA, Memory 16 GB, Disk 50 GB
    infraResourceTypeCommonCodeRequiredInfrastructure resource type
    • Valid values: SW | SVR
      • SW: Software (server image product)
      • SVR: Server (server product)
    infraResourceTypeCommonCodeRequiredDetailed infrastructure resource type
    • Valid values: BM (returned when searching for bare metal server products)
    cpuCountIntegerOptionalNumber of CPUs (vCPU)
    • Returned when searching for server products
    memorySizeLongOptionalMemory size (Byte)
    • Returned when searching for server products
    baseBlockStorageSizeLongOptionalDefault block storage size (Byte)
    • Returned when searching for server products
    platformTypeCommonCodeOptionalPlatform type
    • Returned when searching for server image products
    • Platform type such as Linux 32 Bit, Windows 64 Bit, etc. is returned
    osInformationStringOptionalOS information
    • Returned when searching for server image products
    • Example: Windows Server 2008 (32bit) SP2
    diskTypeCommonCodeOptionalDisk type
    • Returned when searching for server products
    • Server specification information can be distinguished for network disks and local disks
    dbKindCodeStringOptionalDatabase type code
    • Returned when searching for server products related to Cloud DB
      • Valid values: MSSQL | MYSQL | REDIS
    addBlockStorageSizeLongOptionalAdditional block storage size (Byte)
    • Returned when searching for server products

    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.