OBSPolicyCondition Class Reference
| Inherits from | OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
stringEquals
If the string matches the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringEqualsDeclared In
OBSServiceCommonEntities.h
stringNotEquals
If the string mismatches the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringNotEqualsDeclared In
OBSServiceCommonEntities.h
stringEqualsIgnoreCase
If the string matches the specified one (case-insensitive), the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringEqualsIgnoreCaseDeclared In
OBSServiceCommonEntities.h
stringEqualsNotIgnoreCase
If the string matches the specified one (case-sensitive), the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringEqualsNotIgnoreCaseDeclared In
OBSServiceCommonEntities.h
stringLike
If the string matches the specified one (loose case-sensitive), the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringLikeDeclared In
OBSServiceCommonEntities.h
stringNotLike
If the string matches the specified one (strict case-sensitive), the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *stringNotLikeDeclared In
OBSServiceCommonEntities.h
numericEquals
If the number is the same as the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericEqualsDeclared In
OBSServiceCommonEntities.h
numericNotEquals
If the number differs from the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericNotEqualsDeclared In
OBSServiceCommonEntities.h
numericLessThan
If the number is smaller than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericLessThanDeclared In
OBSServiceCommonEntities.h
numericLessThanEquals
If the number equals to or is smaller than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericLessThanEqualsDeclared In
OBSServiceCommonEntities.h
numericGreaterThan
If the number is larger than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericGreaterThanDeclared In
OBSServiceCommonEntities.h
numericGreaterThanEquals
If the number is larger than or equals to the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *numericGreaterThanEqualsDeclared In
OBSServiceCommonEntities.h
dateEquals
If the date is the same as the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateEqualsDeclared In
OBSServiceCommonEntities.h
dateNotEquals
If the date differs from the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateNotEqualsDeclared In
OBSServiceCommonEntities.h
dateLessThan
If the date is earlier than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateLessThanDeclared In
OBSServiceCommonEntities.h
dateLessThanEquals
If the date is not later than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateLessThanEqualsDeclared In
OBSServiceCommonEntities.h
dateGreaterThan
If the date is later than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateGreaterThanDeclared In
OBSServiceCommonEntities.h
dateGreaterThanEquals
If the date is not earlier than the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *dateGreaterThanEqualsDeclared In
OBSServiceCommonEntities.h
booL
If the Boolean value strictly matches the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *booLDeclared In
OBSServiceCommonEntities.h
IpAddress
If the IP address or IP address segment is the same as the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *IpAddressDeclared In
OBSServiceCommonEntities.h
notIpaddress
If the IP address or IP address segment does not fall within the specified one, the statement takes effect.
@property (nonatomic, strong, nonnull) OBSPolicyConditionItem *notIpaddressDeclared In
OBSServiceCommonEntities.h