public class PerformanceManager extends ManagedObject
| Constructor and Description |
|---|
PerformanceManager(ServerConnection serverConnection,
ManagedObjectReference mor) |
| Modifier and Type | Method and Description |
|---|---|
void |
createPerfInterval(PerfInterval intervalId)
Deprecated.
use UpdatePerfInterval instead
|
PerformanceDescription |
getDescription() |
PerfInterval[] |
getHistoricalInterval() |
PerfCounterInfo[] |
getPerfCounter() |
PerfMetricId[] |
queryAvailablePerfMetric(ManagedEntity entity,
Calendar beginTime,
Calendar endTime,
Integer intervalId) |
PerfEntityMetricBase[] |
queryPerf(PerfQuerySpec[] querySpec) |
PerfCompositeMetric |
queryPerfComposite(PerfQuerySpec querySpec) |
PerfCounterInfo[] |
queryPerfCounter(int[] counterIds) |
PerfCounterInfo[] |
queryPerfCounterByLevel(int level) |
PerfProviderSummary |
queryPerfProviderSummary(ManagedEntity entity) |
void |
removePerfInterval(int samplePeriod) |
void |
updatePerfInterval(PerfInterval interval) |
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setMOR, setServerConnection, toString, waitForValuespublic PerformanceManager(ServerConnection serverConnection, ManagedObjectReference mor)
public PerformanceDescription getDescription()
public PerfInterval[] getHistoricalInterval()
public PerfCounterInfo[] getPerfCounter()
public void createPerfInterval(PerfInterval intervalId) throws RuntimeFault, RemoteException
RemoteExceptionRuntimeFaultpublic PerfMetricId[] queryAvailablePerfMetric(ManagedEntity entity, Calendar beginTime, Calendar endTime, Integer intervalId) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic PerfEntityMetricBase[] queryPerf(PerfQuerySpec[] querySpec) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic PerfCompositeMetric queryPerfComposite(PerfQuerySpec querySpec) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic PerfCounterInfo[] queryPerfCounter(int[] counterIds) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic PerfCounterInfo[] queryPerfCounterByLevel(int level) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic PerfProviderSummary queryPerfProviderSummary(ManagedEntity entity) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionpublic void removePerfInterval(int samplePeriod)
throws RuntimeFault,
RemoteException
RuntimeFaultRemoteExceptionpublic void updatePerfInterval(PerfInterval interval) throws RuntimeFault, RemoteException
RuntimeFaultRemoteExceptionCopyright © 2011-2012. All Rights Reserved.