SEND US FEEDBACK!
vSphere API/SDK Documentation > vSphere Management SDK > vSphere Web Services SDK Documentation > VMware vSphere API Reference > Data Object Types > P
  • 0 Ratings

Data Object - ProfileCompositeExpression(vim.profile.CompositeExpression)

Extends
ProfileExpression
Since
vSphere API 4.0

Data Object Description

DataObject to Compose expressions. It is used to group expressions together. They are similar to a parentheses in an expression.

Properties

Name Type Description
expressionNamexsd:string[]

List of expression names that will be used for this composition. The individual expressions will return a boolean. The return values of the individual expressions will be used to compute the final return value of the CompositeExpression. The expressions specified in the list can themselves be CompositeExpressions.
operatorxsd:string

Logical operator to be applied between the expressions in the composite expression. e.g: or, and
Properties inherited from ProfileExpression
displayName, id, negated
Properties inherited from DynamicData
None

Show WSDL type definition




Feedback

  • 0 Ratings