public enum VolumeAttachmentState extends Enum<VolumeAttachmentState>
Enum Constant and Description |
---|
Attached |
AttachFailed |
Attaching |
Creating |
Deleted |
DeleteFailed |
Deleting |
Reserved |
ReserveFailed |
Reserving |
Updating |
UserDeleted |
VolumeCreateFailed |
VolumeCreating |
VolumeDeleteFailed |
VolumeDeleting |
Modifier and Type | Method and Description |
---|---|
static VolumeAttachmentState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeAttachmentState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolumeAttachmentState AttachFailed
public static final VolumeAttachmentState Attached
public static final VolumeAttachmentState Attaching
public static final VolumeAttachmentState Creating
public static final VolumeAttachmentState DeleteFailed
public static final VolumeAttachmentState Deleted
public static final VolumeAttachmentState Deleting
public static final VolumeAttachmentState ReserveFailed
public static final VolumeAttachmentState Reserved
public static final VolumeAttachmentState Reserving
public static final VolumeAttachmentState Updating
public static final VolumeAttachmentState UserDeleted
public static final VolumeAttachmentState VolumeCreateFailed
public static final VolumeAttachmentState VolumeCreating
public static final VolumeAttachmentState VolumeDeleteFailed
public static final VolumeAttachmentState VolumeDeleting
public static VolumeAttachmentState[] values()
for (VolumeAttachmentState c : VolumeAttachmentState.values()) System.out.println(c);
public static VolumeAttachmentState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2017. All rights reserved.