Skip to content

RosRuleProps

Properties for defining a RosRule.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RosRuleProps {
    object ListenerId,
    object Priority,
    object RuleActions,
    object RuleConditions,
    object RuleName,
    object Direction = null
};

Properties

Name Type Description
ListenerId object No description.
Priority object No description.
RuleActions object No description.
RuleConditions object No description.
RuleName object No description.
Direction object No description.

ListenerIdRequired

public object ListenerId { get; set; }
  • Type: object

PriorityRequired

public object Priority { get; set; }
  • Type: object

RuleActionsRequired

public object RuleActions { get; set; }
  • Type: object

RuleConditionsRequired

public object RuleConditions { get; set; }
  • Type: object

RuleNameRequired

public object RuleName { get; set; }
  • Type: object

DirectionOptional

public object Direction { get; set; }
  • Type: object