Skip to content

RuleProps

Properties for defining a Rule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-rule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Slb;
new RuleProps {
    object RuleId,
    object RefreshOptions = null
};

Properties

Name Type Description
RuleId object Property ruleId: The ID of the forwarding rule.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

RuleIdRequired

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

Property ruleId: The ID of the forwarding rule.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.