public static enum VspStaticNat.State extends Enum<VspStaticNat.State>
| Enum Constant and Description |
|---|
Allocated |
Allocating |
Free |
Releasing |
| Modifier and Type | Method and Description |
|---|---|
static VspStaticNat.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VspStaticNat.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VspStaticNat.State Allocating
public static final VspStaticNat.State Allocated
public static final VspStaticNat.State Releasing
public static final VspStaticNat.State Free
public static VspStaticNat.State[] values()
for (VspStaticNat.State c : VspStaticNat.State.values()) System.out.println(c);
public static VspStaticNat.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.