| Name | Type | Description | Notes |
|---|---|---|---|
| tagOp | TagOpEnum | Target_type VirtualMachine supports all specified operators for tag expression while LogicalSwitch and LogicalPort supports only EQUALS operator. | [optional] |
| scope | String | The tag.scope attribute of the object | [optional] |
| scopeOp | ScopeOpEnum | Operator of the scope expression eg- tag.scope = "S1". | [optional] |
| tag | String | The tag.tag attribute of the object | [optional] |
| targetType | TargetTypeEnum | Type of the resource on which this expression is evaluated |
| Name | Value |
|---|---|
| EQUALS | "EQUALS" |
| CONTAINS | "CONTAINS" |
| STARTSWITH | "STARTSWITH" |
| ENDSWITH | "ENDSWITH" |
| Name | Value |
|---|---|
| EQUALS | "EQUALS" |
| Name | Value |
|---|---|
| LOGICALSWITCH | "LogicalSwitch" |
| LOGICALPORT | "LogicalPort" |
| VIRTUALMACHINE | "VirtualMachine" |
| IPSET | "IPSet" |