public final class DiskState extends ExpandableStringEnum<DiskState>
Modifier and Type | Field and Description |
---|---|
static DiskState |
ACTIVE_SAS
Static value ActiveSAS for DiskState.
|
static DiskState |
ACTIVE_UPLOAD
Static value ActiveUpload for DiskState.
|
static DiskState |
ATTACHED
Static value Attached for DiskState.
|
static DiskState |
READY_TO_UPLOAD
Static value ReadyToUpload for DiskState.
|
static DiskState |
RESERVED
Static value Reserved for DiskState.
|
static DiskState |
UNATTACHED
Static value Unattached for DiskState.
|
Constructor and Description |
---|
DiskState() |
Modifier and Type | Method and Description |
---|---|
static DiskState |
fromString(String name)
Creates or finds a DiskState from its string representation.
|
static Collection<DiskState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final DiskState UNATTACHED
public static final DiskState ATTACHED
public static final DiskState RESERVED
public static final DiskState ACTIVE_SAS
public static final DiskState READY_TO_UPLOAD
public static final DiskState ACTIVE_UPLOAD
public static DiskState fromString(String name)
name
- a name to look forpublic static Collection<DiskState> values()
Copyright © 2019. All rights reserved.