RuleConditionsProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkalb"
&alicloudroscdkalb.RuleConditionsProperty {
Type: interface{},
CookieConfig: interface{},
HeaderConfig: interface{},
HostConfig: interface{},
MethodConfig: interface{},
PathConfig: interface{},
QueryStringConfig: interface{},
ResponseHeaderConfig: interface{},
ResponseStatusCodeConfig: interface{},
SourceIpConfig: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Type |
interface{} |
No description. |
CookieConfig |
interface{} |
No description. |
HeaderConfig |
interface{} |
No description. |
HostConfig |
interface{} |
No description. |
MethodConfig |
interface{} |
No description. |
PathConfig |
interface{} |
No description. |
QueryStringConfig |
interface{} |
No description. |
ResponseHeaderConfig |
interface{} |
No description. |
ResponseStatusCodeConfig |
interface{} |
No description. |
SourceIpConfig |
interface{} |
No description. |
TypeRequired
Type interface{}
- Type: interface{}
CookieConfigOptional
CookieConfig interface{}
- Type: interface{}
HeaderConfigOptional
HeaderConfig interface{}
- Type: interface{}
HostConfigOptional
HostConfig interface{}
- Type: interface{}
MethodConfigOptional
MethodConfig interface{}
- Type: interface{}
PathConfigOptional
PathConfig interface{}
- Type: interface{}
QueryStringConfigOptional
QueryStringConfig interface{}
- Type: interface{}
ResponseHeaderConfigOptional
ResponseHeaderConfig interface{}
- Type: interface{}
ResponseStatusCodeConfigOptional
ResponseStatusCodeConfig interface{}
- Type: interface{}
SourceIpConfigOptional
SourceIpConfig interface{}
- Type: interface{}