Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.24 KB

File metadata and controls

34 lines (30 loc) · 1.24 KB

NSGroupTagExpression

Properties

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

Enum: TagOpEnum

Name Value
EQUALS "EQUALS"
CONTAINS "CONTAINS"
STARTSWITH "STARTSWITH"
ENDSWITH "ENDSWITH"

Enum: ScopeOpEnum

Name Value
EQUALS "EQUALS"

Enum: TargetTypeEnum

Name Value
LOGICALSWITCH "LogicalSwitch"
LOGICALPORT "LogicalPort"
VIRTUALMACHINE "VirtualMachine"
IPSET "IPSet"