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

     1  # CreateServerInstancesRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **ServerProductCode** | ***string** | 서버상품코드 | [optional] [default to null]
     8  **ServerImageProductCode** | ***string** | 서버이미지상품코드 | [optional] [default to null]
     9  **MemberServerImageInstanceNo** | ***string** | 회원서버이미지인스턴스번호 | [optional] [default to null]
    10  **ServerName** | ***string** | 서버이름 | [optional] [default to null]
    11  **ServerDescription** | ***string** | 서버설명 | [optional] [default to null]
    12  **LoginKeyName** | ***string** | 로그인키이름 | [optional] [default to null]
    13  **IsProtectServerTermination** | ***bool** | 반납보호여부 | [optional] [default to null]
    14  **ServerCreateCount** | ***int32** | 서버생성개수 | [optional] [default to null]
    15  **ServerCreateStartNo** | ***int32** | 서버생성시작번호 | [optional] [default to null]
    16  **FeeSystemTypeCode** | ***string** | 요금제유형코드 | [optional] [default to null]
    17  **InitScriptNo** | ***string** | 초기화스크립트번호 | [optional] [default to null]
    18  **VpcNo** | ***string** | VPC번호 | [default to null]
    19  **SubnetNo** | ***string** | 서브넷번호 | [default to null]
    20  **NetworkInterfaceList** | **[[]\*NetworkInterfaceParameter](NetworkInterfaceParameter.md)** | 네트워크인터페이스리스트 | [default to null]
    21  **PlacementGroupNo** | ***string** | 물리배치그룹번호 | [optional] [default to null]
    22  **IsEncryptedBaseBlockStorageVolume** | ***bool** | 기본블록스토리지볼륨암호화여부 | [optional] [default to null]
    23  **AssociateWithPublicIp** | ***bool** | 서버생성시공인IP할당여부 | [optional] [default to null]
    24  **RaidTypeName** | ***string** | RAID유형이름 | [optional] [default to null]
    25  **BlockDevicePartitionList** | **[[]\*BlockDevicePartition](BlockDevicePartition.md)** | 블록디바이스파티션리스트 | [optional] [default to null]
    26  
    27  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    28  
    29