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. |
RuleName
Required
public object RuleName { get; set; }
- Type: object
Rules
Required
public object Rules { get; set; }
- Type: object
RuleType
Required
public object RuleType { get; set; }
- Type: object
Param
Optional
public object Param { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object