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. |
type
Required
public java.lang.Object getType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
cookieConfig
Optional
public java.lang.Object getCookieConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR CookieConfigProperty
headerConfig
Optional
public java.lang.Object getHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HeaderConfigProperty
hostConfig
Optional
public java.lang.Object getHostConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR HostConfigProperty
methodConfig
Optional
public java.lang.Object getMethodConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR MethodConfigProperty
pathConfig
Optional
public java.lang.Object getPathConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR PathConfigProperty
queryStringConfig
Optional
public java.lang.Object getQueryStringConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR QueryStringConfigProperty
responseHeaderConfig
Optional
public java.lang.Object getResponseHeaderConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ResponseHeaderConfigProperty
responseStatusCodeConfig
Optional
public java.lang.Object getResponseStatusCodeConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR ResponseStatusCodeConfigProperty
sourceIpConfig
Optional
public java.lang.Object getSourceIpConfig();
- Type: com.aliyun.ros.cdk.core.IResolvable OR SourceIpConfigProperty