void |
PropertyCollector.cancelRetrievePropertiesEx(String token) |
RetrieveResult |
PropertyCollector.continueRetrievePropertiesEx(String token) |
PropertyFilter |
PropertyCollector.createFilter(PropertyFilterSpec spec,
boolean partialUpdates) |
CustomFieldDef[] |
ExtensibleManagedObject.getAvailableField() |
ManagedEntity[] |
Folder.getChildEntity() |
VirtualMachineSnapshot |
VirtualMachine.getCurrentSnapShot() |
HostDatastoreBrowser |
HostSystem.getDatastoreBrowser() |
Datastore[] |
HostSystem.getDatastores() |
Datastore[] |
VirtualMachine.getDatastores() |
EnvironmentBrowser |
VirtualMachine.getEnvironmentBrowser() |
HostHealthStatusSystem |
HostSystem.getHealthStatusSystem() |
HostAutoStartManager |
HostSystem.getHostAutoStartManager() |
HostBootDeviceSystem |
HostSystem.getHostBootDeviceSystem() |
HostCacheConfigurationManager |
HostSystem.getHostCacheConfigurationManager() |
HostCpuSchedulerSystem |
HostSystem.getHostCpuSchedulerSystem() |
HostDatastoreSystem |
HostSystem.getHostDatastoreSystem() |
HostDateTimeSystem |
HostSystem.getHostDateTimeSystem() |
HostDiagnosticSystem |
HostSystem.getHostDiagnosticSystem() |
HostEsxAgentHostManager |
HostSystem.getHostEsxAgentHostManager() |
HostFirewallSystem |
HostSystem.getHostFirewallSystem() |
HostFirmwareSystem |
HostSystem.getHostFirmwareSystem() |
Folder |
Datacenter.getHostFolder() |
HostImageConfigManager |
HostSystem.getHostImageConfigManager() |
HostKernelModuleSystem |
HostSystem.getHostKernelModuleSystem() |
HostMemorySystem |
HostSystem.getHostMemorySystem() |
HostNetworkSystem |
HostSystem.getHostNetworkSystem() |
HostPatchManager |
HostSystem.getHostPatchManager() |
HostPciPassthruSystem |
HostSystem.getHostPciPassthruSystem() |
HostServiceSystem |
HostSystem.getHostServiceSystem() |
HostSnmpSystem |
HostSystem.getHostSnmpSystem() |
HostStorageSystem |
HostSystem.getHostStorageSystem() |
HostVirtualNicManager |
HostSystem.getHostVirtualNicManager() |
HostVMotionSystem |
HostSystem.getHostVMotionSystem()
Deprecated.
as of SDK 4.0, use getHostVirtualNicManager instead
|
IscsiManager |
HostSystem.getIscsiManager() |
LicenseManager |
HostSystem.getLicenseManager() |
Network[] |
HostSystem.getNetworks() |
Network[] |
Datacenter.getNetworks() |
Network[] |
VirtualMachine.getNetworks() |
OptionManager |
HostSystem.getOptionManager() |
ComputeResource |
ResourcePool.getOwner() |
Hashtable |
ManagedObject.getPropertiesByPaths(String[] propPaths)
Get multiple properties by their paths
|
ResourcePool |
VirtualMachine.getResourcePool() |
ResourcePool[] |
ResourcePool.getResourcePools() |
TaskInfo |
Task.getTaskInfo() |
CustomFieldValue[] |
ExtensibleManagedObject.getValues() |
Folder |
Datacenter.getVmFolder() |
VirtualMachine[] |
HostSystem.getVms() |
VirtualMachine[] |
ResourcePool.getVMs() |
ObjectContent[] |
PropertyCollector.retrieveProperties(PropertyFilterSpec[] specSet)
|
RetrieveResult |
PropertyCollector.retrievePropertiesEx(PropertyFilterSpec[] specSet,
RetrieveOptions options) |
ManagedEntity[] |
InventoryNavigator.searchManagedEntities(boolean recurse)
Retrieve container contents from specified parent recursively if requested.
|
ManagedEntity[] |
InventoryNavigator.searchManagedEntities(String type)
Get the first ManagedObjectReference from current node for the specified type
|
ManagedEntity[] |
InventoryNavigator.searchManagedEntities(String[][] typeinfo,
boolean recurse)
Retrieve content recursively with multiple properties.
|
ManagedEntity |
InventoryNavigator.searchManagedEntity(String type,
String name)
Get the ManagedObjectReference for an item under the
specified parent node that has the type and name specified.
|
String |
Task.waitForMe()
Deprecated.
|
protected Object[] |
ManagedObject.waitForValues(String[] filterProps,
String[] endWaitProps,
Object[][] expectedVals)
Handle Updates for a single object.
|