stat-or-property-condition

stat-or-property-condition
stat-or-property-condition

Model that represents a Property Condition

JSON Example
{
    "key": "string",
    "operator": "string",
    "stringValue": "string",
    "doubleValue": "number"
}
string
key
Required

The name of the StatKey or Property to which the condition applies

string
operator
Required

Comparison Operator used within the VMware Cloud Foundation Operations Suite API

Possible values are : EQ, NOT_EQ, LIKE, LT, GT, LT_EQ, GT_EQ, IN, NOT_IN, EXISTS, CONTAINS, STARTS_WITH, ENDS_WITH, NOT_STARTS_WITH, NOT_ENDS_WITH, NOT_CONTAINS, REGEX, NOT_REGEX, NOT_EXISTS, EMPTY, NOT_EMPTY,
string
stringValue
Optional

String value to which we need to compare to

number As double As double
doubleValue
Optional

Double value to which we need to compare to