SkipShutdown Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. scvmm. models. SkipShutdown
- com.
- com.
public final class SkipShutdown
extends ExpandableStringEnum<SkipShutdown>
Gets or sets a value indicating whether to request non-graceful VM shutdown. True value for this flag indicates non-graceful shutdown whereas false indicates otherwise. Defaults to false.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Skip |
FALSE
Static value false for Skip |
|
static final
Skip |
TRUE
Static value true for Skip |
Constructor Summary
| Constructor | Description |
|---|---|
| SkipShutdown() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Skip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Skip |
fromString(String name)
Creates or finds a Skip |
|
static
Collection<Skip |
values()
Gets known Skip |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final SkipShutdown FALSE
Static value false for SkipShutdown.
TRUE
public static final SkipShutdown TRUE
Static value true for SkipShutdown.
Constructor Details
SkipShutdown
@Deprecated
public SkipShutdown()
Deprecated
Creates a new instance of SkipShutdown value.
Method Details
fromString
public static SkipShutdown fromString(String name)
Creates or finds a SkipShutdown from its string representation.
Parameters:
Returns:
values
public static Collection<SkipShutdown> values()
Gets known SkipShutdown values.
Returns: