public enum TackerVnfStatus extends Enum<TackerVnfStatus>
The state of a Tacker (VNF/NFV) entity.
Indicates whether tacker nfv resource is currently operational.
Enum Constant and Description |
---|
ACTIVE |
BUILD |
DEAD |
DOWN |
ERROR |
INACTIVE |
PENDING_CREATE |
PENDING_DELETE |
PENDING_SCALE_IN |
PENDING_SCALE_OUT |
PENDING_UPDATE |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
static TackerVnfStatus |
forValue(String value) |
static TackerVnfStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TackerVnfStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TackerVnfStatus ACTIVE
public static final TackerVnfStatus INACTIVE
public static final TackerVnfStatus DEAD
public static final TackerVnfStatus DOWN
public static final TackerVnfStatus BUILD
public static final TackerVnfStatus ERROR
public static final TackerVnfStatus PENDING_CREATE
public static final TackerVnfStatus PENDING_UPDATE
public static final TackerVnfStatus PENDING_DELETE
public static final TackerVnfStatus PENDING_SCALE_IN
public static final TackerVnfStatus PENDING_SCALE_OUT
public static final TackerVnfStatus UNRECOGNIZED
public static TackerVnfStatus[] values()
for (TackerVnfStatus c : TackerVnfStatus.values()) System.out.println(c);
public static TackerVnfStatus 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 static TackerVnfStatus forValue(String value)
Copyright © 2017. All rights reserved.