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
Set of host patchesMethods in com.xensource.xenapi that return HostPatchModifier and TypeMethodDescriptionstatic HostPatch
HostPatch.getByUuid
(Connection c, String uuid) Deprecated.static HostPatch
Types.toHostPatch
(Task task, Connection connection) static HostPatch
Types.toHostPatch
(Object object) Methods in com.xensource.xenapi that return types with arguments of type HostPatchModifier and TypeMethodDescriptionHostPatch.getAll
(Connection c) Deprecated.static 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.PoolPatch.getHostPatches
(Connection c) Get the host_patches field of the given pool_patch.Host.getPatches
(Connection c) Deprecated.static Map<HostPatch,
HostPatch.Record> Types.toMapOfHostPatchHostPatchRecord
(Object object) Types.toSetOfHostPatch
(Object object)