@Generated(value="org.jsonschema2pojo") public static enum VolumeAttachment.State extends Enum<VolumeAttachment.State>
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 VolumeAttachment.State |
fromValue(String value) |
String |
toString() |
static VolumeAttachment.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeAttachment.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VolumeAttachment.State AttachFailed
public static final VolumeAttachment.State Attached
public static final VolumeAttachment.State Attaching
public static final VolumeAttachment.State Creating
public static final VolumeAttachment.State DeleteFailed
public static final VolumeAttachment.State Deleted
public static final VolumeAttachment.State Deleting
public static final VolumeAttachment.State ReserveFailed
public static final VolumeAttachment.State Reserved
public static final VolumeAttachment.State Reserving
public static final VolumeAttachment.State Updating
public static final VolumeAttachment.State UserDeleted
public static final VolumeAttachment.State VolumeCreateFailed
public static final VolumeAttachment.State VolumeCreating
public static final VolumeAttachment.State VolumeDeleteFailed
public static final VolumeAttachment.State VolumeDeleting
public static VolumeAttachment.State[] values()
for (VolumeAttachment.State c : VolumeAttachment.State.values()) System.out.println(c);
public static VolumeAttachment.State 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 nullpublic String toString()
toString
in class Enum<VolumeAttachment.State>
public static VolumeAttachment.State fromValue(String value)
Copyright © 2016. All rights reserved.