Skip to content

RuleActionsProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RuleActionsProperty {
    Order: interface{},
    Type: interface{},
    CorsConfig: interface{},
    FixedResponseConfig: interface{},
    ForwardGroupConfig: interface{},
    InsertHeaderConfig: interface{},
    RedirectConfig: interface{},
    RemoveHeaderConfig: interface{},
    RewriteConfig: interface{},
    TrafficLimitConfig: interface{},
    TrafficMirrorConfig: interface{},
}

Properties

Name Type Description
Order interface{} No description.
Type interface{} No description.
CorsConfig interface{} No description.
FixedResponseConfig interface{} No description.
ForwardGroupConfig interface{} No description.
InsertHeaderConfig interface{} No description.
RedirectConfig interface{} No description.
RemoveHeaderConfig interface{} No description.
RewriteConfig interface{} No description.
TrafficLimitConfig interface{} No description.
TrafficMirrorConfig interface{} No description.

OrderRequired

Order interface{}
  • Type: interface{}

TypeRequired

Type interface{}
  • Type: interface{}

CorsConfigOptional

CorsConfig interface{}
  • Type: interface{}

FixedResponseConfigOptional

FixedResponseConfig interface{}
  • Type: interface{}

ForwardGroupConfigOptional

ForwardGroupConfig interface{}
  • Type: interface{}

InsertHeaderConfigOptional

InsertHeaderConfig interface{}
  • Type: interface{}

RedirectConfigOptional

RedirectConfig interface{}
  • Type: interface{}

RemoveHeaderConfigOptional

RemoveHeaderConfig interface{}
  • Type: interface{}

RewriteConfigOptional

RewriteConfig interface{}
  • Type: interface{}

TrafficLimitConfigOptional

TrafficLimitConfig interface{}
  • Type: interface{}

TrafficMirrorConfigOptional

TrafficMirrorConfig interface{}
  • Type: interface{}