Uses of Class
com.xensource.xenapi.PoolPatch
-
Uses of PoolPatch in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PoolPatchModifier and TypeFieldDescriptionHostPatch.Record.poolPatch
The patch applied First published in XenServer 4.1.Methods in com.xensource.xenapi that return PoolPatchModifier and TypeMethodDescriptionstatic PoolPatch
PoolPatch.getByUuid
(Connection c, String uuid) Deprecated.since XenServer 7.1HostPatch.getPoolPatch
(Connection c) Get the pool_patch field of the given host_patch.static PoolPatch
Types.toPoolPatch
(Task task, Connection connection) static PoolPatch
Types.toPoolPatch
(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 PoolPatchModifier and TypeMethodDescriptionPoolPatch.getAll
(Connection c) Deprecated.since XenServer 7.1static Map<PoolPatch,
PoolPatch.Record> PoolPatch.getAllRecords
(Connection c) Return a map of pool_patch references to pool_patch records for all pool_patchs known to the system.PoolPatch.getByNameLabel
(Connection c, String label) Deprecated.since XenServer 7.1static Map<PoolPatch,
PoolPatch.Record> Types.toMapOfPoolPatchPoolPatchRecord
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.Types.toSetOfPoolPatch
(Object object) Deprecated.this method will not be publicly exposed in future releases of this package.