Skip to content

Latest commit

 

History

History
34 lines (31 loc) · 1.2 KB

File metadata and controls

34 lines (31 loc) · 1.2 KB

NSGroupSimpleExpression

Properties

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

Enum: TargetTypeEnum

Name Value
NSGROUP "NSGroup"
IPSET "IPSet"
MACSET "MACSet"
LOGICALSWITCH "LogicalSwitch"
LOGICALPORT "LogicalPort"
VIRTUALMACHINE "VirtualMachine"
DIRECTORYGROUP "DirectoryGroup"
VIRTUALNETWORKINTERFACE "VirtualNetworkInterface"
TRANSPORTNODE "TransportNode"

Enum: OpEnum

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