public static enum VspVm.State extends Enum<VspVm.State>
| Enum Constant and Description |
|---|
Destroyed |
Error |
Expunging |
Migrating |
Running |
Shutdowned |
Starting |
Stopped |
Stopping |
Unknown |
| Modifier and Type | Method and Description |
|---|---|
static VspVm.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VspVm.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VspVm.State Starting
public static final VspVm.State Running
public static final VspVm.State Stopping
public static final VspVm.State Stopped
public static final VspVm.State Destroyed
public static final VspVm.State Expunging
public static final VspVm.State Migrating
public static final VspVm.State Error
public static final VspVm.State Unknown
public static final VspVm.State Shutdowned
public static VspVm.State[] values()
for (VspVm.State c : VspVm.State.values()) System.out.println(c);
public static VspVm.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 nullCopyright © 2016–2017 Nuage Networks. All rights reserved.