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. |
ListenerId
Required
ListenerId interface{}
- Type: interface{}
Priority
Required
Priority interface{}
- Type: interface{}
RuleActions
Required
RuleActions interface{}
- Type: interface{}
RuleConditions
Required
RuleConditions interface{}
- Type: interface{}
RuleName
Required
RuleName interface{}
- Type: interface{}
Direction
Optional
Direction interface{}
- Type: interface{}