Skip to content

ForwardingRulesProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ga;
new ForwardingRulesProperty {
    object RuleActions,
    object RuleConditions,
    object ForwardingRuleName = null,
    object Priority = null,
    object RuleDirection = null
};

Properties

Name Type Description
RuleActions object No description.
RuleConditions object No description.
ForwardingRuleName object No description.
Priority object No description.
RuleDirection object No description.

RuleActionsRequired

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

RuleConditionsRequired

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

ForwardingRuleNameOptional

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

PriorityOptional

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

RuleDirectionOptional

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