Package com.vmware.vim25.mo
Class HostPatchManager
java.lang.Object
com.vmware.vim25.mo.ManagedObject
com.vmware.vim25.mo.HostPatchManager
-
Constructor Summary
ConstructorsConstructorDescriptionHostPatchManager(ServerConnection serverConnection, ManagedObjectReference mor) -
Method Summary
Modifier and TypeMethodDescriptioncheckHostPatch_Task(String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) installHostPatch_Task(HostPatchManagerLocator repository, String updateID, Boolean force) installHostPatchV2_Task(String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) scanHostPatch_Task(HostPatchManagerLocator repository, String[] updateID) scanHostPatchV2_Task(String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) stageHostPatch_Task(String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) uninstallHostPatch_Task(String[] bulletinIds, HostPatchManagerPatchManagerOperationSpec spec) Methods inherited from class com.vmware.vim25.mo.ManagedObject
convertMors, getCurrentProperty, getDatastores, getFilter, getHosts, getManagedObject, getManagedObjects, getManagedObjects, getMOR, getNetworks, getPropertiesByPaths, getPropertyByPath, getResourcePools, getScheduledTasks, getServerConnection, getTasks, getViews, getVimService, getVms, retrieveObjectProperties, setCachedProperty, setMOR, setServerConnection, toString, waitForValues
-
Constructor Details
-
HostPatchManager
-
-
Method Details
-
checkHostPatch_Task
public Task checkHostPatch_Task(String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, RequestCanceled, TaskInProgress, RuntimeFault, RemoteException -
installHostPatchV2_Task
public Task installHostPatchV2_Task(String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, RequestCanceled, TaskInProgress, RuntimeFault, RemoteException -
queryHostPatch_Task
public Task queryHostPatch_Task(HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, RequestCanceled, TaskInProgress, RuntimeFault, RemoteException -
scanHostPatchV2_Task
public Task scanHostPatchV2_Task(String[] metaUrls, String[] bundleUrls, HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, RequestCanceled, TaskInProgress, RuntimeFault, RemoteException -
stageHostPatch_Task
public Task stageHostPatch_Task(String[] metaUrls, String[] bundleUrls, String[] vibUrls, HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, RequestCanceled, TaskInProgress, RuntimeFault, RemoteException -
uninstallHostPatch_Task
public Task uninstallHostPatch_Task(String[] bulletinIds, HostPatchManagerPatchManagerOperationSpec spec) throws InvalidState, PlatformConfigFault, TaskInProgress, RuntimeFault, RemoteException -
installHostPatch_Task
public Task installHostPatch_Task(HostPatchManagerLocator repository, String updateID, Boolean force) throws PatchInstallFailed, NoDiskSpace, TaskInProgress, RebootRequired, PatchBinariesNotFound, InvalidState, PatchNotApplicable, PatchMetadataInvalid, RuntimeFault, RemoteException -
scanHostPatch_Task
public Task scanHostPatch_Task(HostPatchManagerLocator repository, String[] updateID) throws PlatformConfigFault, RequestCanceled, PatchMetadataInvalid, RuntimeFault, RemoteException
-