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.HostPatch.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) Methods in com.xensource.xenapi that return types with arguments of type PoolPatchModifier and TypeMethodDescriptionPoolPatch.getAll
(Connection c) Deprecated.static 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.static Map<PoolPatch,
PoolPatch.Record> Types.toMapOfPoolPatchPoolPatchRecord
(Object object) Types.toSetOfPoolPatch
(Object object)