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.hostPatchesThis hosts this patch is applied to.Host.Record.patchesDeprecated.Methods in com.xensource.xenapi that return HostPatchModifier and TypeMethodDescriptionstatic HostPatchHostPatch.getByUuid(Connection c, String uuid) Deprecated.since XenServer 7.1static HostPatchTypes.toHostPatch(Task task, Connection connection) static HostPatchTypes.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.