Skip to content

RuleActionsProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Alb;
new RuleActionsProperty {
    object Order,
    object Type,
    object CorsConfig = null,
    object FixedResponseConfig = null,
    object ForwardGroupConfig = null,
    object InsertHeaderConfig = null,
    object RedirectConfig = null,
    object RemoveHeaderConfig = null,
    object RewriteConfig = null,
    object TrafficLimitConfig = null,
    object TrafficMirrorConfig = null
};

Properties

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

OrderRequired

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

TypeRequired

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

CorsConfigOptional

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

FixedResponseConfigOptional

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

ForwardGroupConfigOptional

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

InsertHeaderConfigOptional

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

RedirectConfigOptional

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

RemoveHeaderConfigOptional

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

RewriteConfigOptional

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

TrafficLimitConfigOptional

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

TrafficMirrorConfigOptional

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