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

     1  /*
     2   * vloadbalancer
     3   *
     4   * VPC Load Balancer 관련 API<br/>https://ncloud.apigw.ntruss.com/vloadbalancer/v2
     5   *
     6   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     7   */
     8  
     9  package vloadbalancer
    10  
    11  type TargetGroupAction struct {
    12  
    13  	// 타겟그룹가중치리스트
    14  TargetGroupWeightList []*TargetGroupWeight `json:"targetGroupWeightList,omitempty"`
    15  
    16  	// 세션별접근사용여부
    17  UseStickySession *bool `json:"useStickySession,omitempty"`
    18  }