NSX-T Data Center REST API
NSGroupSimpleExpression (schema)
Simple expressions to represent NSGroup membership
| Name | Description | Type | Notes | 
|---|---|---|---|
| op | Operator of the expression All operators perform a case insensitive match. | string | Required Enum: EQUALS, CONTAINS, STARTSWITH, ENDSWITH, NOTEQUALS | 
| resource_type | Must be set to the value NSGroupSimpleExpression | string | Required Enum: NSGroupSimpleExpression, NSGroupComplexExpression, NSGroupTagExpression | 
| target_property | Field of the resource on which this expression is evaluated | string | Required | 
| target_resource | Reference of the target Reference of the target. Will be populated when the property is a resource id, the op (operator) is EQUALS and populate_references is set to be true. | ResourceReference | Readonly | 
| target_type | Type of the resource on which this expression is evaluated | NSGroupValidResourceType | Required | 
| value | Value that satisfies this expression | string | Required | 
