ForwardingRulesProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ga;
new ForwardingRulesProperty {
object RuleActions,
object RuleConditions,
object ForwardingRuleName = null,
object Priority = null,
object RuleDirection = null
};
Properties
RuleActions
Required
public object RuleActions { get; set; }
RuleConditions
Required
public object RuleConditions { get; set; }
ForwardingRuleName
Optional
public object ForwardingRuleName { get; set; }
Priority
Optional
public object Priority { get; set; }
RuleDirection
Optional
public object RuleDirection { get; set; }