github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/loadbalancer/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  **BaseBlockStorageSize** | ***int64** | 기본블럭스토리지사이즈 | [optional] [default to null]
    12  **PlatformType** | **[*CommonCode](CommonCode.md)** | 플랫폼구분 | [optional] [default to null]
    13  **LoginKeyName** | ***string** | 로그인키명 | [optional] [default to null]
    14  **IsFeeChargingMonitoring** | ***bool** | 유료모니터링여부 | [optional] [default to null]
    15  **PublicIp** | ***string** | 공인IP | [optional] [default to null]
    16  **PrivateIp** | ***string** | 사설IP | [optional] [default to null]
    17  **ServerImageName** | ***string** | 서버이미지명 | [optional] [default to null]
    18  **ServerInstanceStatus** | **[*CommonCode](CommonCode.md)** | 서버인스턴스상태 | [optional] [default to null]
    19  **ServerInstanceOperation** | **[*CommonCode](CommonCode.md)** | 서버인스턴스OP | [optional] [default to null]
    20  **ServerInstanceStatusName** | ***string** | 서버인스턴스상태명 | [optional] [default to null]
    21  **CreateDate** | ***string** | 생성일자 | [optional] [default to null]
    22  **Uptime** | ***string** | UPTIME | [optional] [default to null]
    23  **ServerImageProductCode** | ***string** | 서버이미지상품코드 | [optional] [default to null]
    24  **ServerProductCode** | ***string** | 서버상품코드 | [optional] [default to null]
    25  **IsProtectServerTermination** | ***bool** | 반납보호여부 | [optional] [default to null]
    26  **PortForwardingPublicIp** | ***string** | portForwarding 공인 Ip | [optional] [default to null]
    27  **PortForwardingExternalPort** | ***int32** | portForwarding 외부 포트 | [optional] [default to null]
    28  **PortForwardingInternalPort** | ***int32** | portForwarding 내부 포트 | [optional] [default to null]
    29  **Zone** | **[*Zone](Zone.md)** | Zone | [optional] [default to null]
    30  **Region** | **[*Region](Region.md)** | 리전 | [optional] [default to null]
    31  **BaseBlockStorageDiskType** | **[*CommonCode](CommonCode.md)** | 기본블록스토리지디스크유형 | [optional] [default to null]
    32  **BaseBlockStroageDiskDetailType** | **[*CommonCode](CommonCode.md)** | 기본블록스토리지디스크상세유형 | [optional] [default to null]
    33  **InternetLineType** | **[*CommonCode](CommonCode.md)** | 인터넷라인구분 | [optional] [default to null]
    34  **UserData** | ***string** | 사용자데이타 | [optional] [default to null]
    35  **AccessControlGroupList** | **[[]\*AccessControlGroup](AccessControlGroup.md)** | ACG리스트 | [optional] [default to null]
    36  
    37  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    38  
    39