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

     1  # ServerInstance
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **ServerInstanceNo** | ***string** | 서버인스턴스번호 | [optional] [default to null]
     7  **ServerName** | ***string** | 서버이름 | [optional] [default to null]
     8  **ServerDescription** | ***string** | 서버설명 | [optional] [default to null]
     9  **CpuCount** | ***int32** | CPU개수 | [optional] [default to null]
    10  **MemorySize** | ***int64** | 메모리사이즈 | [optional] [default to null]
    11  **PlatformType** | **[*CommonCode](CommonCode.md)** | 플랫폼유형 | [optional] [default to null]
    12  **LoginKeyName** | ***string** | 로그인키이름 | [optional] [default to null]
    13  **PublicIpInstanceNo** | ***string** | 공인IP인스턴스번호 | [optional] [default to null]
    14  **PublicIp** | ***string** | 공인IP주소 | [optional] [default to null]
    15  **ServerInstanceStatus** | **[*CommonCode](CommonCode.md)** | 서버인스턴스상태 | [optional] [default to null]
    16  **ServerInstanceOperation** | **[*CommonCode](CommonCode.md)** | 서버인스턴스OP | [optional] [default to null]
    17  **ServerInstanceStatusName** | ***string** | 서버인스턴스상태이름 | [optional] [default to null]
    18  **CreateDate** | ***string** | 생성일시 | [optional] [default to null]
    19  **Uptime** | ***string** | 업시간 | [optional] [default to null]
    20  **ServerImageProductCode** | ***string** | 서버이미지상품코드 | [optional] [default to null]
    21  **ServerProductCode** | ***string** | 서버상품코드 | [optional] [default to null]
    22  **IsProtectServerTermination** | ***bool** | 서버반납보호설정여부 | [optional] [default to null]
    23  **ZoneCode** | ***string** | ZONE코드 | [optional] [default to null]
    24  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
    25  **VpcNo** | ***string** | VPC번호 | [optional] [default to null]
    26  **SubnetNo** | ***string** | 서브넷번호 | [optional] [default to null]
    27  **NetworkInterfaceNoList** | **[]\*string** | 네트워크인터페이스번호리스트 | [optional] [default to null]
    28  **InitScriptNo** | ***string** | 초기화스크립트번호 | [optional] [default to null]
    29  **ServerInstanceType** | **[*CommonCode](CommonCode.md)** | 서버인스턴스유형 | [optional] [default to null]
    30  **BaseBlockStorageDiskType** | **[*CommonCode](CommonCode.md)** | 기본블록스토리지디스크유형 | [optional] [default to null]
    31  **BaseBlockStorageDiskDetailType** | **[*CommonCode](CommonCode.md)** | 기본블록스토리지디스크상세유형 | [optional] [default to null]
    32  **PlacementGroupNo** | ***string** | 물리배치그룹번호 | [optional] [default to null]
    33  
    34  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    35  
    36