Uses of Class
com.xensource.xenapi.Types.SrHasNoPbds
-
Uses of Types.SrHasNoPbds in com.xensource.xenapi
Methods in com.xensource.xenapi that throw Types.SrHasNoPbdsModifier 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.