Skip to content

RosSchedulerRuleProps

Properties for defining a RosSchedulerRule.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkddospro"
&alicloudroscdkddospro.RosSchedulerRuleProps {
    RuleName: interface{},
    Rules: interface{},
    RuleType: interface{},
    Param: interface{},
    ResourceGroupId: interface{},
}

Properties

Name Type Description
RuleName interface{} No description.
Rules interface{} No description.
RuleType interface{} No description.
Param interface{} No description.
ResourceGroupId interface{} No description.

RuleNameRequired

RuleName interface{}
  • Type: interface{}

RulesRequired

Rules interface{}
  • Type: interface{}

RuleTypeRequired

RuleType interface{}
  • Type: interface{}

ParamOptional

Param interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}