LunState

The state of this storage volume.

Entries

Link copied to clipboard

The LUN is in an unknown state.

Link copied to clipboard

The LUN is being created.

Link copied to clipboard

The LUN is being updated.

Link copied to clipboard

The LUN is ready for use.

Link copied to clipboard

The LUN has been requested to be deleted.

Link copied to clipboard

The LUN is in cool off state. It will be deleted after expire_time.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): LunState
Link copied to clipboard
fun valueOf(value: String): LunState

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: LunState
Link copied to clipboard
Link copied to clipboard