ConditionProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkram"
&alicloudroscdkram.ConditionProperty {
Bool: interface{},
DateEquals: interface{},
DateGreaterThan: interface{},
DateGreaterThanEquals: interface{},
DateLessThan: interface{},
DateLessThanEquals: interface{},
DateNotEquals: interface{},
IpAddress: interface{},
NotIpAddress: interface{},
NumericEquals: interface{},
NumericGreaterThan: interface{},
NumericGreaterThanEquals: interface{},
NumericLessThan: interface{},
NumericLessThanEquals: interface{},
NumericNotEquals: interface{},
StringEquals: interface{},
StringEqualsIgnoreCase: interface{},
StringLike: interface{},
StringNotEquals: interface{},
StringNotEqualsIgnoreCase: interface{},
StringNotLike: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
Bool | interface{} | No description. |
DateEquals | interface{} | No description. |
DateGreaterThan | interface{} | No description. |
DateGreaterThanEquals | interface{} | No description. |
DateLessThan | interface{} | No description. |
DateLessThanEquals | interface{} | No description. |
DateNotEquals | interface{} | No description. |
IpAddress | interface{} | No description. |
NotIpAddress | interface{} | No description. |
NumericEquals | interface{} | No description. |
NumericGreaterThan | interface{} | No description. |
NumericGreaterThanEquals | interface{} | No description. |
NumericLessThan | interface{} | No description. |
NumericLessThanEquals | interface{} | No description. |
NumericNotEquals | interface{} | No description. |
StringEquals | interface{} | No description. |
StringEqualsIgnoreCase | interface{} | No description. |
StringLike | interface{} | No description. |
StringNotEquals | interface{} | No description. |
StringNotEqualsIgnoreCase | interface{} | No description. |
StringNotLike | interface{} | No description. |
BoolOptional
Bool interface{}
- Type: interface{}
DateEqualsOptional
DateEquals interface{}
- Type: interface{}
DateGreaterThanOptional
DateGreaterThan interface{}
- Type: interface{}
DateGreaterThanEqualsOptional
DateGreaterThanEquals interface{}
- Type: interface{}
DateLessThanOptional
DateLessThan interface{}
- Type: interface{}
DateLessThanEqualsOptional
DateLessThanEquals interface{}
- Type: interface{}
DateNotEqualsOptional
DateNotEquals interface{}
- Type: interface{}
IpAddressOptional
IpAddress interface{}
- Type: interface{}
NotIpAddressOptional
NotIpAddress interface{}
- Type: interface{}
NumericEqualsOptional
NumericEquals interface{}
- Type: interface{}
NumericGreaterThanOptional
NumericGreaterThan interface{}
- Type: interface{}
NumericGreaterThanEqualsOptional
NumericGreaterThanEquals interface{}
- Type: interface{}
NumericLessThanOptional
NumericLessThan interface{}
- Type: interface{}
NumericLessThanEqualsOptional
NumericLessThanEquals interface{}
- Type: interface{}
NumericNotEqualsOptional
NumericNotEquals interface{}
- Type: interface{}
StringEqualsOptional
StringEquals interface{}
- Type: interface{}
StringEqualsIgnoreCaseOptional
StringEqualsIgnoreCase interface{}
- Type: interface{}
StringLikeOptional
StringLike interface{}
- Type: interface{}
StringNotEqualsOptional
StringNotEquals interface{}
- Type: interface{}
StringNotEqualsIgnoreCaseOptional
StringNotEqualsIgnoreCase interface{}
- Type: interface{}
StringNotLikeOptional
StringNotLike interface{}
- Type: interface{}