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. |
orderRequired
public java.lang.Object getOrder();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
typeRequired
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
corsConfigOptional
public java.lang.Object getCorsConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CorsConfigProperty
fixedResponseConfigOptional
public java.lang.Object getFixedResponseConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR FixedResponseConfigProperty
forwardGroupConfigOptional
public java.lang.Object getForwardGroupConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ForwardGroupConfigProperty
insertHeaderConfigOptional
public java.lang.Object getInsertHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR InsertHeaderConfigProperty
redirectConfigOptional
public java.lang.Object getRedirectConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RedirectConfigProperty
removeHeaderConfigOptional
public java.lang.Object getRemoveHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RemoveHeaderConfigProperty
rewriteConfigOptional
public java.lang.Object getRewriteConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR RewriteConfigProperty
trafficLimitConfigOptional
public java.lang.Object getTrafficLimitConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR TrafficLimitConfigProperty
trafficMirrorConfigOptional
public java.lang.Object getTrafficMirrorConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR TrafficMirrorConfigProperty