Uses of Class
com.xensource.xenapi.HostPatch
-
Uses of HostPatch in com.xensource.xenapi
Fields in com.xensource.xenapi with type parameters of type HostPatchModifier and TypeFieldDescriptionPoolPatch.Record.hostPatches
This hosts this patch is applied to.Host.Record.patches
Deprecated.Methods in com.xensource.xenapi that return HostPatchModifier and TypeMethodDescriptionstatic HostPatch
HostPatch.getByUuid
(Connection c, String uuid) Deprecated.since XenServer 7.1static HostPatch
Types.toHostPatch
(Task task, Connection connection) static HostPatch
Types.toHostPatch
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Methods in com.xensource.xenapi that return types with arguments of type HostPatchModifier and TypeMethodDescriptionHostPatch.getAll
(Connection c) Deprecated.since XenServer 7.1static Map<HostPatch,
HostPatch.Record> HostPatch.getAllRecords
(Connection c) Return a map of host_patch references to host_patch records for all host_patchs known to the system.HostPatch.getByNameLabel
(Connection c, String label) Deprecated.since XenServer 7.1PoolPatch.getHostPatches
(Connection c) Get the host_patches field of the given pool_patch.Host.getPatches
(Connection c) Deprecated.since XenServer 7.1static Map<HostPatch,
HostPatch.Record> Types.toMapOfHostPatchHostPatchRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfHostPatch
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.