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. |
Bool
Optional
Bool interface{}
- Type: interface{}
DateEquals
Optional
DateEquals interface{}
- Type: interface{}
DateGreaterThan
Optional
DateGreaterThan interface{}
- Type: interface{}
DateGreaterThanEquals
Optional
DateGreaterThanEquals interface{}
- Type: interface{}
DateLessThan
Optional
DateLessThan interface{}
- Type: interface{}
DateLessThanEquals
Optional
DateLessThanEquals interface{}
- Type: interface{}
DateNotEquals
Optional
DateNotEquals interface{}
- Type: interface{}
IpAddress
Optional
IpAddress interface{}
- Type: interface{}
NotIpAddress
Optional
NotIpAddress interface{}
- Type: interface{}
NumericEquals
Optional
NumericEquals interface{}
- Type: interface{}
NumericGreaterThan
Optional
NumericGreaterThan interface{}
- Type: interface{}
NumericGreaterThanEquals
Optional
NumericGreaterThanEquals interface{}
- Type: interface{}
NumericLessThan
Optional
NumericLessThan interface{}
- Type: interface{}
NumericLessThanEquals
Optional
NumericLessThanEquals interface{}
- Type: interface{}
NumericNotEquals
Optional
NumericNotEquals interface{}
- Type: interface{}
StringEquals
Optional
StringEquals interface{}
- Type: interface{}
StringEqualsIgnoreCase
Optional
StringEqualsIgnoreCase interface{}
- Type: interface{}
StringLike
Optional
StringLike interface{}
- Type: interface{}
StringNotEquals
Optional
StringNotEquals interface{}
- Type: interface{}
StringNotEqualsIgnoreCase
Optional
StringNotEqualsIgnoreCase interface{}
- Type: interface{}
StringNotLike
Optional
StringNotLike interface{}
- Type: interface{}