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

     1  # CreateTargetGroupRequest
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **RegionCode** | ***string** | REGION코드 | [optional] [default to null]
     7  **TargetGroupPort** | ***int32** | 타겟그룹포트 | [optional] [default to null]
     8  **TargetGroupProtocolTypeCode** | ***string** | 타겟그룹프로토콜유형코드 | [default to null]
     9  **TargetGroupDescription** | ***string** | 타겟그룹설명 | [optional] [default to null]
    10  **HealthCheckCycle** | ***int32** | 헬스체크주기 | [optional] [default to null]
    11  **HealthCheckDownThreshold** | ***int32** | 헬스체크실패임계값 | [optional] [default to null]
    12  **HealthCheckHttpMethodTypeCode** | ***string** | 헬스체크HTTP메소드유형코드 | [optional] [default to null]
    13  **HealthCheckPort** | ***int32** | 헬스체크포트 | [optional] [default to null]
    14  **HealthCheckProtocolTypeCode** | ***string** | 헬스체크프로토콜유형코드 | [default to null]
    15  **HealthCheckUpThreshold** | ***int32** | 헬스체크정상임계값 | [optional] [default to null]
    16  **HealthCheckUrlPath** | ***string** | 헬스체크URL경로 | [optional] [default to null]
    17  **TargetGroupName** | ***string** | 타겟그룹이름 | [optional] [default to null]
    18  **TargetNoList** | **[]\*string** | 타겟번호리스트 | [optional] [default to null]
    19  **TargetTypeCode** | ***string** | 타겟유형코드 | [optional] [default to null]
    20  **VpcNo** | ***string** | VPC번호 | [default to null]
    21  
    22  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    23  
    24