Package com.xensource.xenapi
Enum Class Types.StorageOperations
- All Implemented Interfaces:
Serializable
,Comparable<Types.StorageOperations>
,Constable
- Enclosing class:
- Types
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDestroying the SRForgetting about SRCreating a PBD for this SRDestroying one of this SR's PBDsPlugging a PBD into this SRScanning backends for new or deleted VDIsUnplugging a PBD from this SRThe value does not belong to this enumerationRefresh the fields on the SRCloneing a VDICreating a new VDIDeleting the data of the VDIDestroying a VDIDisabling changed block tracking for a VDIEnabling changed block tracking for a VDIIntroducing a new VDIExporting a bitmap that shows the changed blocks between two VDIsMirroring a VDIResizing a VDISetting the on_boot field of the VDISnapshotting a VDI -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static Types.StorageOperations
Returns the enum constant of this class with the specified name.static Types.StorageOperations[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNRECOGNIZED
The value does not belong to this enumeration -
SCAN
Scanning backends for new or deleted VDIs -
DESTROY
Destroying the SR -
FORGET
Forgetting about SR -
PLUG
Plugging a PBD into this SR -
UNPLUG
Unplugging a PBD from this SR -
UPDATE
Refresh the fields on the SR -
VDI_CREATE
Creating a new VDI -
VDI_INTRODUCE
Introducing a new VDI -
VDI_DESTROY
Destroying a VDI -
VDI_RESIZE
Resizing a VDI -
VDI_CLONE
Cloneing a VDI -
VDI_SNAPSHOT
Snapshotting a VDI -
VDI_MIRROR
Mirroring a VDI -
VDI_ENABLE_CBT
Enabling changed block tracking for a VDI -
VDI_DISABLE_CBT
Disabling changed block tracking for a VDI -
VDI_DATA_DESTROY
Deleting the data of the VDI -
VDI_LIST_CHANGED_BLOCKS
Exporting a bitmap that shows the changed blocks between two VDIs -
VDI_SET_ON_BOOT
Setting the on_boot field of the VDI -
PBD_CREATE
Creating a PBD for this SR -
PBD_DESTROY
Destroying one of this SR's PBDs
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<Types.StorageOperations>
-