Uses of Enum
com.exoscale.sdk.model.BlockStorageSnapshot.StateEnum
Packages that use BlockStorageSnapshot.StateEnum
-
Uses of BlockStorageSnapshot.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return BlockStorageSnapshot.StateEnumModifier and TypeMethodDescriptionBlockStorageSnapshot.getState()
Snapshot stateReturns the enum constant of this type with the specified name.static BlockStorageSnapshot.StateEnum[]
BlockStorageSnapshot.StateEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.exoscale.sdk.model with parameters of type BlockStorageSnapshot.StateEnumModifierConstructorDescriptionBlockStorageSnapshot
(UUID id, OffsetDateTime createdAt, BlockStorageSnapshot.StateEnum state)