ProfileExpression

ProfileExpression
ProfileExpression
AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": "string",
    "displayName": "string",
    "negated": false
}
string
id
Required

Identifier of this expression.

The id has to be unique within a Profile. The id can be used as a key while building composite expressions.

string
displayName
Required

User visible display name

boolean
negated
Required

Flag indicating if the condition of the expression should be negated.

e.g: conditions like VSwitch0 has vmnic0 connected to it can be turned into VSwitch0 doesn't have vmnic0 connected to it.