Skip to content

ForwardingRulesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkga"
&alicloudroscdkga.ForwardingRulesProperty {
    RuleActions: interface{},
    RuleConditions: interface{},
    ForwardingRuleName: interface{},
    Priority: interface{},
    RuleDirection: interface{},
}

Properties

Name Type Description
RuleActions interface{} No description.
RuleConditions interface{} No description.
ForwardingRuleName interface{} No description.
Priority interface{} No description.
RuleDirection interface{} No description.

RuleActionsRequired

RuleActions interface{}
  • Type: interface{}

RuleConditionsRequired

RuleConditions interface{}
  • Type: interface{}

ForwardingRuleNameOptional

ForwardingRuleName interface{}
  • Type: interface{}

PriorityOptional

Priority interface{}
  • Type: interface{}

RuleDirectionOptional

RuleDirection interface{}
  • Type: interface{}