NSX-T Data Center REST API
NSGroupComplexExpression (schema)
Complex expressions to represent NSGroup membership
| Name | Description | Type | Notes | 
|---|---|---|---|
| expressions | List of simple and tag expressions Represents expressions which are to be logically 'AND'ed.The array cannot contain NSGroupComplexExpression.Only NSGroupTagExpression and NSGroupSimpleExpressions are accepted.  | 
            
            array of NSGroupExpression (Abstract type: pass one of the following concrete types) NSGroupComplexExpression NSGroupExpression NSGroupSimpleExpression NSGroupTagExpression  | 
            
            Required Minimum items: 2 Maximum items: 5  | 
          
| resource_type | Must be set to the value NSGroupComplexExpression | string | Required Enum: NSGroupSimpleExpression, NSGroupComplexExpression, NSGroupTagExpression  |