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

     1  # TargetGroup
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **TargetGroupNo** | ***string** | 타겟그룹번호 | [optional] [default to null]
     7  **TargetGroupName** | ***string** | 타겟그룹이름 | [optional] [default to null]
     8  **TargetType** | **[*CommonCode](CommonCode.md)** | 타겟유형 | [optional] [default to null]
     9  **VpcNo** | ***string** | VPC번호 | [optional] [default to null]
    10  **TargetGroupProtocolType** | **[*CommonCode](CommonCode.md)** | 타겟그룹프로토콜유형 | [optional] [default to null]
    11  **TargetGroupPort** | ***int32** | 타겟그룹포트 | [optional] [default to null]
    12  **TargetGroupDescription** | ***string** | 타겟그룹설명 | [optional] [default to null]
    13  **UseStickySession** | ***bool** | 세션별접근사용여부 | [optional] [default to null]
    14  **UseProxyProtocol** | ***bool** | 프록시프로토콜사용여부 | [optional] [default to null]
    15  **AlgorithmType** | **[*CommonCode](CommonCode.md)** | 알고리즘유형 | [optional] [default to null]
    16  **CreateDate** | ***string** | 생성일시 | [optional] [default to null]
    17  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
    18  **LoadBalancerInstanceNo** | ***string** | 로드밸런서인스턴스번호 | [optional] [default to null]
    19  **HealthCheckProtocolType** | **[*CommonCode](CommonCode.md)** | 헬스체크프로토콜유형 | [optional] [default to null]
    20  **HealthCheckPort** | ***int32** | 타겟그룹포트 | [optional] [default to null]
    21  **HealthCheckUrlPath** | ***string** | 헬스체크URL경로 | [optional] [default to null]
    22  **HealthCheckHttpMethodType** | **[*CommonCode](CommonCode.md)** | 헬스체크HTTP메소드유형 | [optional] [default to null]
    23  **HealthCheckCycle** | ***int32** | 헬스체크주기 | [optional] [default to null]
    24  **HealthCheckUpThreshold** | ***int32** | 헬스체크정상임계값 | [optional] [default to null]
    25  **HealthCheckDownThreshold** | ***int32** | 헬스체크실패임계값 | [optional] [default to null]
    26  **TargetNoList** | **[]\*string** | 타겟번호리스트 | [optional] [default to null]
    27  
    28  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    29  
    30