Managed Object -
PropertyFilter(vmodl.query.PropertyCollector.Filter)
- Property of
-
PropertyCollector, PropertyFilterUpdate
- Returned by
-
CreateFilter
- See also
-
PropertyFilterSpec
- Since
- vmodl.query.version.version1
Managed Object Description
The PropertyFilter managed object type defines a filter
that controls the properties for which a PropertyCollector detects
incremental changes. Filters are subordinate objects; they are part of the PropertyCollector and do not have independent lifetimes. A Filter
is automatically destroyed when the session on which it was created is
closed or the PropertyCollector on which it was created is
destroyed.
Properties
Name
|
Type
|
Description
|
partialUpdates | xsd:boolean |
Flag to indicate if a change to a nested property reports only the
nested change or the entire specified property value. If the value is
true, a change reports only the nested property. If the value is
false, a change reports the enclosing property named in the filter.
|
spec | PropertyFilterSpec |
Specifications for this filter.
|
Methods
DestroyPropertyFilter(destroy)
Destroys this filter.
This operation can be called explicitly, or it can take place
implicitly when the session that created the filter is closed.
- Required Privileges
- None
Parameters
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
© 2006-2020 VMware, Inc. All rights reserved.
Revision 02 JUL 2020 | Version 7.0U1