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

     1  # CreateServerInstancesRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ServerImageProductCode** | ***string** | 서버이미지상품코드 | [optional] [default to null]
     7  **ServerProductCode** | ***string** | 서버상품코드 | [optional] [default to null]
     8  **MemberServerImageNo** | ***string** | 회원서버이미지번호 | [optional] [default to null]
     9  **ServerName** | ***string** | 서버명 | [optional] [default to null]
    10  **ServerDescription** | ***string** | 서버설명 | [optional] [default to null]
    11  **LoginKeyName** | ***string** | 로그인키명 | [optional] [default to null]
    12  **IsProtectServerTermination** | ***bool** | 반납보호여부 | [optional] [default to null]
    13  **ServerCreateCount** | ***int32** | 서버생성갯수 | [optional] [default to null]
    14  **ServerCreateStartNo** | ***int32** | 서버생성시작번호 | [optional] [default to null]
    15  **FeeSystemTypeCode** | ***string** | 요금제구분코드 | [optional] [default to null]
    16  **UserData** | ***string** | 사용자데이터 | [optional] [default to null]
    17  **InitScriptNo** | ***string** | 초기화스크립트번호 | [optional] [default to null]
    18  **ZoneNo** | ***string** | ZONE번호 | [optional] [default to null]
    19  **AccessControlGroupConfigurationNoList** | **[]\*string** | ACG설정번호리스트 | [optional] [default to null]
    20  **RaidTypeName** | ***string** | RAID구분이름 | [optional] [default to null]
    21  **InstanceTagList** | **[[]\*InstanceTagParameter](InstanceTagParameter.md)** | 인스턴스태그리스트 | [optional] [default to null]
    22  **IsVaccineInstall** | ***bool** | 백신설치여부 | [optional] [default to null]
    23  **BlockDevicePartitionList** | **[[]\*BlockDevicePartition](BlockDevicePartition.md)** | 블록디바이스파티션리스트 | [optional] [default to null]
    24  
    25  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    26  
    27