RuleActionsProperty
Initializer
import com.aliyun.ros.cdk.alb.RosRule.RuleActionsProperty;
RuleActionsProperty.builder()
.order(java.lang.Number)
.order(IResolvable)
.type(java.lang.String)
.type(IResolvable)
// .corsConfig(IResolvable)
// .corsConfig(CorsConfigProperty)
// .fixedResponseConfig(IResolvable)
// .fixedResponseConfig(FixedResponseConfigProperty)
// .forwardGroupConfig(IResolvable)
// .forwardGroupConfig(ForwardGroupConfigProperty)
// .insertHeaderConfig(IResolvable)
// .insertHeaderConfig(InsertHeaderConfigProperty)
// .redirectConfig(IResolvable)
// .redirectConfig(RedirectConfigProperty)
// .removeHeaderConfig(IResolvable)
// .removeHeaderConfig(RemoveHeaderConfigProperty)
// .rewriteConfig(IResolvable)
// .rewriteConfig(RewriteConfigProperty)
// .trafficLimitConfig(IResolvable)
// .trafficLimitConfig(TrafficLimitConfigProperty)
// .trafficMirrorConfig(IResolvable)
// .trafficMirrorConfig(TrafficMirrorConfigProperty)
.build();
Properties
Name | Type | Description |
---|---|---|
order |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
type |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
corsConfig |
com.aliyun.ros.cdk.core.IResolvable OR CorsConfigProperty |
No description. |
fixedResponseConfig |
com.aliyun.ros.cdk.core.IResolvable OR FixedResponseConfigProperty |
No description. |
forwardGroupConfig |
com.aliyun.ros.cdk.core.IResolvable OR ForwardGroupConfigProperty |
No description. |
insertHeaderConfig |
com.aliyun.ros.cdk.core.IResolvable OR InsertHeaderConfigProperty |
No description. |
redirectConfig |
com.aliyun.ros.cdk.core.IResolvable OR RedirectConfigProperty |
No description. |
removeHeaderConfig |
com.aliyun.ros.cdk.core.IResolvable OR RemoveHeaderConfigProperty |
No description. |
rewriteConfig |
com.aliyun.ros.cdk.core.IResolvable OR RewriteConfigProperty |
No description. |
trafficLimitConfig |
com.aliyun.ros.cdk.core.IResolvable OR TrafficLimitConfigProperty |
No description. |
trafficMirrorConfig |
com.aliyun.ros.cdk.core.IResolvable OR TrafficMirrorConfigProperty |
No description. |
order
Required
public java.lang.Object getOrder();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
type
Required
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
corsConfig
Optional
public java.lang.Object getCorsConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CorsConfigProperty
fixedResponseConfig
Optional
public java.lang.Object getFixedResponseConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR FixedResponseConfigProperty
forwardGroupConfig
Optional
public java.lang.Object getForwardGroupConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ForwardGroupConfigProperty
insertHeaderConfig
Optional
public java.lang.Object getInsertHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR InsertHeaderConfigProperty
redirectConfig
Optional
public java.lang.Object getRedirectConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RedirectConfigProperty
removeHeaderConfig
Optional
public java.lang.Object getRemoveHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RemoveHeaderConfigProperty
rewriteConfig
Optional
public java.lang.Object getRewriteConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RewriteConfigProperty
trafficLimitConfig
Optional
public java.lang.Object getTrafficLimitConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR TrafficLimitConfigProperty
trafficMirrorConfig
Optional
public java.lang.Object getTrafficMirrorConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR TrafficMirrorConfigProperty