Package com.xensource.xenapi
Enum Class Types.VdiType
- All Implemented Interfaces:
Serializable
,Comparable<Types.VdiType>
,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 ConstantDescriptionMetadata about a snapshot VDI that has been deleted: the set of blocks that changed between some previous version of the disk and the version tracked by the snapshot.a disk that stores VM crashdump informationa disk that may be reformatted on upgradea disk used for HA storage heartbeatinga disk used for HA Pool metadataa disk that stores PVS cache dataa disk used for a general metadata redo-loga disk that stores SR-level RRDsa disk that stores a suspend imagea disk that may be replaced on upgradeThe value does not belong to this enumerationa disk that is always preserved on upgrade -
Method Summary
Modifier and TypeMethodDescriptiontoString()
static Types.VdiType
Returns the enum constant of this class with the specified name.static Types.VdiType[]
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 -
SYSTEM
a disk that may be replaced on upgrade -
USER
a disk that is always preserved on upgrade -
EPHEMERAL
a disk that may be reformatted on upgrade -
SUSPEND
a disk that stores a suspend image -
CRASHDUMP
a disk that stores VM crashdump information -
HA_STATEFILE
a disk used for HA storage heartbeating -
METADATA
a disk used for HA Pool metadata -
REDO_LOG
a disk used for a general metadata redo-log -
RRD
a disk that stores SR-level RRDs -
PVS_CACHE
a disk that stores PVS cache data -
CBT_METADATA
Metadata about a snapshot VDI that has been deleted: the set of blocks that changed between some previous version of the disk and the version tracked by the snapshot.
-
-
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.VdiType>
-