Uses of Class
com.xensource.xenapi.Types.SrNotAttached
-
Uses of Types.SrNotAttached in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.SrNotAttachedModifier and TypeMethodDescriptionvoidVDI.dataDestroy(Connection c) Delete the data of the snapshot VDI, but keep its changed block tracking metadata.VDI.dataDestroyAsync(Connection c) Delete the data of the snapshot VDI, but keep its changed block tracking metadata.voidVDI.disableCbt(Connection c) Disable changed block tracking for the VDI.VDI.disableCbtAsync(Connection c) Disable changed block tracking for the VDI.voidVDI.enableCbt(Connection c) Enable changed block tracking for the VDI.VDI.enableCbtAsync(Connection c) Enable changed block tracking for the VDI.VDI.listChangedBlocks(Connection c, VDI vdiTo) Compare two VDIs in 64k block increments and report which blocks differ.VDI.listChangedBlocksAsync(Connection c, VDI vdiTo) Compare two VDIs in 64k block increments and report which blocks differ.