github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/vloadbalancer/load_balancer_rule_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 LoadBalancerRuleAction struct {
    12  
    13  	// 룰액션유형
    14  RuleActionType *CommonCode `json:"ruleActionType,omitempty"`
    15  
    16  	// 타겟그룹액션
    17  TargetGroupAction *TargetGroupAction `json:"targetGroupAction,omitempty"`
    18  
    19  	// 리다이렉션액션
    20  RedirectionAction *RedirectionAction `json:"redirectionAction,omitempty"`
    21  }