RuleConditionsProperty
Initializer
import com.aliyun.ros.cdk.alb.RosRule.RuleConditionsProperty;
RuleConditionsProperty.builder()
.type(java.lang.String)
.type(IResolvable)
// .cookieConfig(IResolvable)
// .cookieConfig(CookieConfigProperty)
// .headerConfig(IResolvable)
// .headerConfig(HeaderConfigProperty)
// .hostConfig(IResolvable)
// .hostConfig(HostConfigProperty)
// .methodConfig(IResolvable)
// .methodConfig(MethodConfigProperty)
// .pathConfig(IResolvable)
// .pathConfig(PathConfigProperty)
// .queryStringConfig(IResolvable)
// .queryStringConfig(QueryStringConfigProperty)
// .responseHeaderConfig(IResolvable)
// .responseHeaderConfig(ResponseHeaderConfigProperty)
// .responseStatusCodeConfig(IResolvable)
// .responseStatusCodeConfig(ResponseStatusCodeConfigProperty)
// .sourceIpConfig(IResolvable)
// .sourceIpConfig(SourceIpConfigProperty)
.build();
Properties
| Name | Type | Description |
|---|---|---|
type | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | No description. |
cookieConfig | com.aliyun.ros.cdk.core.IResolvable OR CookieConfigProperty | No description. |
headerConfig | com.aliyun.ros.cdk.core.IResolvable OR HeaderConfigProperty | No description. |
hostConfig | com.aliyun.ros.cdk.core.IResolvable OR HostConfigProperty | No description. |
methodConfig | com.aliyun.ros.cdk.core.IResolvable OR MethodConfigProperty | No description. |
pathConfig | com.aliyun.ros.cdk.core.IResolvable OR PathConfigProperty | No description. |
queryStringConfig | com.aliyun.ros.cdk.core.IResolvable OR QueryStringConfigProperty | No description. |
responseHeaderConfig | com.aliyun.ros.cdk.core.IResolvable OR ResponseHeaderConfigProperty | No description. |
responseStatusCodeConfig | com.aliyun.ros.cdk.core.IResolvable OR ResponseStatusCodeConfigProperty | No description. |
sourceIpConfig | com.aliyun.ros.cdk.core.IResolvable OR SourceIpConfigProperty | No description. |
typeRequired
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
cookieConfigOptional
public java.lang.Object getCookieConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CookieConfigProperty
headerConfigOptional
public java.lang.Object getHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HeaderConfigProperty
hostConfigOptional
public java.lang.Object getHostConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HostConfigProperty
methodConfigOptional
public java.lang.Object getMethodConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MethodConfigProperty
pathConfigOptional
public java.lang.Object getPathConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PathConfigProperty
queryStringConfigOptional
public java.lang.Object getQueryStringConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR QueryStringConfigProperty
responseHeaderConfigOptional
public java.lang.Object getResponseHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ResponseHeaderConfigProperty
responseStatusCodeConfigOptional
public java.lang.Object getResponseStatusCodeConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ResponseStatusCodeConfigProperty
sourceIpConfigOptional
public java.lang.Object getSourceIpConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR SourceIpConfigProperty