public class PropertyCollector extends ManagedObject
| Constructor and Description |
|---|
PropertyCollector(ServerConnection serverConnection,
ManagedObjectReference mor) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelRetrievePropertiesEx(String token) |
void |
cancelWaitForUpdates() |
UpdateSet |
checkForUpdates(String version) |
RetrieveResult |
continueRetrievePropertiesEx(String token) |
PropertyFilter |
createFilter(PropertyFilterSpec spec,
boolean partialUpdates) |
PropertyCollector |
createPropertyCollector() |
void |
destroyPropertyCollector() |
PropertyFilter[] |
getFilters() |
ObjectContent[] |
retrieveProperties(PropertyFilterSpec[] specSet)
Deprecated.
as of SDK4.1
|
RetrieveResult |
retrievePropertiesEx(PropertyFilterSpec[] specSet,
RetrieveOptions options) |
UpdateSet |
waitForUpdates(String version)
Deprecated.
as of SDK4.1
|
UpdateSet |
waitForUpdatesEx(String version,
WaitOptions options) |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic PropertyCollector(ServerConnection serverConnection, ManagedObjectReference mor)
public PropertyFilter[] getFilters()
public void cancelRetrievePropertiesEx(String token) throws InvalidProperty, RuntimeFault, RemoteException
InvalidPropertyRuntimeFaultRemoteExceptionpublic void cancelWaitForUpdates()
throws RuntimeFault,
RemoteException
RuntimeFaultRemoteExceptionpublic RetrieveResult continueRetrievePropertiesEx(String token) throws InvalidProperty, RuntimeFault, RemoteException
InvalidPropertyRuntimeFaultRemoteExceptionpublic UpdateSet checkForUpdates(String version) throws InvalidCollectorVersion, RuntimeFault, RemoteException
public PropertyFilter createFilter(PropertyFilterSpec spec, boolean partialUpdates) throws InvalidProperty, RuntimeFault, RemoteException
public PropertyCollector createPropertyCollector() throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void destroyPropertyCollector()
throws RuntimeFault,
RemoteException
RuntimeFaultRemoteExceptionpublic ObjectContent[] retrieveProperties(PropertyFilterSpec[] specSet) throws InvalidProperty, RuntimeFault, RemoteException
public RetrieveResult retrievePropertiesEx(PropertyFilterSpec[] specSet, RetrieveOptions options) throws InvalidProperty, RuntimeFault, RemoteException
InvalidPropertyRuntimeFaultRemoteExceptionpublic UpdateSet waitForUpdates(String version) throws InvalidCollectorVersion, RuntimeFault, RemoteException
public UpdateSet waitForUpdatesEx(String version, WaitOptions options) throws InvalidCollectorVersion, RuntimeFault, RemoteException
InvalidCollectorVersionRuntimeFaultRemoteExceptionCopyright © 2011-2012. All Rights Reserved.