Skip to content

RosSchedulerRuleProps

Properties for defining a RosSchedulerRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-schedulerrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new RosSchedulerRuleProps {
    object RuleName,
    object Rules,
    object RuleType,
    object Param = null,
    object ResourceGroupId = null
};

Properties

Name Type Description
RuleName object No description.
Rules object No description.
RuleType object No description.
Param object No description.
ResourceGroupId object No description.

RuleNameRequired

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

RulesRequired

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

RuleTypeRequired

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

ParamOptional

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

ResourceGroupIdOptional

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