github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vmongodb/docs/Product.md (about)

     1  # Product
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ProductCode** | ***string** | 상품코드 | [optional] [default to null]
     7  **ProductName** | ***string** | 상품이름 | [optional] [default to null]
     8  **ProductType** | **[*CommonCode](CommonCode.md)** | 상품유형 | [optional] [default to null]
     9  **ProductDescription** | ***string** | 상품설명 | [optional] [default to null]
    10  **InfraResourceType** | **[*CommonCode](CommonCode.md)** | 인프라자원유형 | [optional] [default to null]
    11  **InfraResourceDetailType** | **[*CommonCode](CommonCode.md)** | 인프라자원상세유형 | [optional] [default to null]
    12  **CpuCount** | ***int32** | CPU개수 | [optional] [default to null]
    13  **MemorySize** | ***int64** | 메모리사이즈 | [optional] [default to null]
    14  **BaseBlockStorageSize** | ***int64** | 기본블록스토리지사이즈 | [optional] [default to null]
    15  **PlatformType** | **[*CommonCode](CommonCode.md)** | 플랫폼유형 | [optional] [default to null]
    16  **OsInformation** | ***string** | OS정보 | [optional] [default to null]
    17  **DiskType** | **[*CommonCode](CommonCode.md)** | 디스크유형 | [optional] [default to null]
    18  **DbKindCode** | ***string** | DB유형코드 | [optional] [default to null]
    19  **AddBlockStorageSize** | ***int64** | 추가블록스토리지사이즈 | [optional] [default to null]
    20  **GenerationCode** | ***string** | 세대코드 | [optional] [default to null]
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24