vCenter Storage Monitoring Service API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - PropertyFilterUpdate(vmodl.query.PropertyCollector.FilterUpdate)
- Property of
- UpdateSet
- Extends
- DynamicData
- See also
- MissingObject, ObjectUpdate, PropertyFilter
- Since
- vmodl.query.version.version1
Data Object Description
The PropertyFilterUpdate data object type contains a list of updates to data visible through a specific filter. Note that if a property changes through multiple filters, then a client receives an update for each filter.Properties
Name | Type | Description |
---|---|---|
filter | ManagedObjectReference
to a PropertyFilter |
Filter that was updated.
|
missingSet* | MissingObject[] |
Objects that could not be found on the server, but were specified in a
objectSet.
This field will only be populated for objects that were determined
to be missing since the data version passed to CheckForUpdates, WaitForUpdates, or WaitForUpdatesEx and will not contain objects that were missing
prior to that data version.
|
objectSet* | ObjectUpdate[] |
Set of changes to object properties in the filter.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |