Enum - EventFilterSpecRecursionOption(vim.event.EventFilterSpec.RecursionOption)

Property of
EventFilterSpecByEntity


Enum Description

This option specifies how to select events based on child relationships in the inventory hierarchy. If a managed entity has children, their events can be retrieved with this filter option.

Enum Constants

NameDescription
all Returns events pertaining either to the specified managed entity or to its child entities.
children Returns events pertaining to child entities only. Excludes events pertaining to the specified managed entity itself.
self Returns events that pertain only to the specified managed entity, and not its children.

Show WSDL type definition