Uses of Class
com.xensource.xenapi.PoolUpdate
-
Uses of PoolUpdate in com.xensource.xenapi
Fields in com.xensource.xenapi declared as PoolUpdateModifier and TypeFieldDescriptionPoolPatch.Record.poolUpdate
A reference to the associated pool_update object First published in XenServer 7.1.Fields in com.xensource.xenapi with type parameters of type PoolUpdateModifier and TypeFieldDescriptionHost.Record.updates
Set of updates First published in XenServer 7.1.Host.Record.updatesRequiringReboot
List of updates which require reboot First published in XenServer 7.1.Methods in com.xensource.xenapi that return PoolUpdateModifier and TypeMethodDescriptionstatic PoolUpdate
PoolUpdate.getByUuid
(Connection c, String uuid) Get a reference to the pool_update instance with the specified UUID.PoolPatch.getPoolUpdate
(Connection c) Get the pool_update field of the given pool_patch.static PoolUpdate
PoolUpdate.introduce
(Connection c, VDI vdi) Introduce update VDI Minimum allowed role: pool-operator First published in XenServer 7.1.static PoolUpdate
Types.toPoolUpdate
(Task task, Connection connection) static PoolUpdate
Types.toPoolUpdate
(Object object) Methods in com.xensource.xenapi that return types with arguments of type PoolUpdateModifier and TypeMethodDescriptionstatic Set<PoolUpdate>
PoolUpdate.getAll
(Connection c) Return a list of all the pool_updates known to the system.static Map<PoolUpdate,
PoolUpdate.Record> PoolUpdate.getAllRecords
(Connection c) Return a map of pool_update references to pool_update records for all pool_updates known to the system.static Set<PoolUpdate>
PoolUpdate.getByNameLabel
(Connection c, String label) Get all the pool_update instances with the given label.Host.getUpdates
(Connection c) Get the updates field of the given host.Host.getUpdatesRequiringReboot
(Connection c) Get the updates_requiring_reboot field of the given host.static Map<PoolUpdate,
PoolUpdate.Record> Types.toMapOfPoolUpdatePoolUpdateRecord
(Object object) static Set<PoolUpdate>
Types.toSetOfPoolUpdate
(Object object)