Uses of Class
com.exoscale.sdk.model.BlockStorageSnapshot.StateEnum
-
Packages that use BlockStorageSnapshot.StateEnum Package Description com.exoscale.sdk.model -
-
Uses of BlockStorageSnapshot.StateEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return BlockStorageSnapshot.StateEnum Modifier and Type Method Description static BlockStorageSnapshot.StateEnum
BlockStorageSnapshot.StateEnum. fromValue(String value)
BlockStorageSnapshot.StateEnum
BlockStorageSnapshot. getState()
Snapshot statestatic BlockStorageSnapshot.StateEnum
BlockStorageSnapshot.StateEnum. valueOf(String name)
Returns 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.StateEnum Constructor Description BlockStorageSnapshot(UUID id, OffsetDateTime createdAt, BlockStorageSnapshot.StateEnum state)
-