| Name | Type | Description | Notes |
|---|---|---|---|
| targetResource | ResourceReference | [optional] | |
| targetProperty | String | Field of the resource on which this expression is evaluated | |
| targetType | TargetTypeEnum | Type of the resource on which this expression is evaluated | |
| value | String | Value that satisfies this expression | |
| op | OpEnum | Operator of the expression |
| Name | Value |
|---|---|
| NSGROUP | "NSGroup" |
| IPSET | "IPSet" |
| MACSET | "MACSet" |
| LOGICALSWITCH | "LogicalSwitch" |
| LOGICALPORT | "LogicalPort" |
| VIRTUALMACHINE | "VirtualMachine" |
| DIRECTORYGROUP | "DirectoryGroup" |
| VIRTUALNETWORKINTERFACE | "VirtualNetworkInterface" |
| TRANSPORTNODE | "TransportNode" |
| Name | Value |
|---|---|
| EQUALS | "EQUALS" |
| CONTAINS | "CONTAINS" |
| STARTSWITH | "STARTSWITH" |
| ENDSWITH | "ENDSWITH" |
| NOTEQUALS | "NOTEQUALS" |