public final class DeallocationOption extends ExpandableStringEnum<DeallocationOption>
Modifier and Type | Field and Description |
---|---|
static DeallocationOption |
REQUEUE
Static value requeue for DeallocationOption.
|
static DeallocationOption |
TERMINATE
Static value terminate for DeallocationOption.
|
static DeallocationOption |
WAITFORJOBCOMPLETION
Static value waitforjobcompletion for DeallocationOption.
|
Constructor and Description |
---|
DeallocationOption() |
Modifier and Type | Method and Description |
---|---|
static DeallocationOption |
fromString(String name)
Creates or finds a DeallocationOption from its string representation.
|
static Collection<DeallocationOption> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final DeallocationOption REQUEUE
public static final DeallocationOption TERMINATE
public static final DeallocationOption WAITFORJOBCOMPLETION
public static DeallocationOption fromString(String name)
name
- a name to look forpublic static Collection<DeallocationOption> values()
Copyright © 2019. All rights reserved.