Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-alb-rule

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RosRuleProps {
    ListenerId: interface{},
    Priority: interface{},
    RuleActions: interface{},
    RuleConditions: interface{},
    RuleName: interface{},
    Direction: interface{},
}

Properties

Name Type Description
ListenerId interface{} No description.
Priority interface{} No description.
RuleActions interface{} No description.
RuleConditions interface{} No description.
RuleName interface{} No description.
Direction interface{} No description.

ListenerIdRequired

ListenerId interface{}
  • Type: interface{}

PriorityRequired

Priority interface{}
  • Type: interface{}

RuleActionsRequired

RuleActions interface{}
  • Type: interface{}

RuleConditionsRequired

RuleConditions interface{}
  • Type: interface{}

RuleNameRequired

RuleName interface{}
  • Type: interface{}

DirectionOptional

Direction interface{}
  • Type: interface{}