public enum PcepLspSyncAction extends Enum<PcepLspSyncAction>
| Enum Constant and Description |
|---|
REMOVE
Specifies that the tunnel should be removed from PCE.
|
SEND_DELETE
Specifies that delete message for PCE intiiated tunnel should be sent.
|
SEND_UPDATE
Specifies that update message should be sent.
|
UNSTABLE
Specifies that the status of the tunnel should be set as unstable.
|
| Modifier and Type | Method and Description |
|---|---|
static PcepLspSyncAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PcepLspSyncAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcepLspSyncAction SEND_DELETE
public static final PcepLspSyncAction SEND_UPDATE
public static final PcepLspSyncAction REMOVE
public static final PcepLspSyncAction UNSTABLE
public static PcepLspSyncAction[] values()
for (PcepLspSyncAction c : PcepLspSyncAction.values()) System.out.println(c);
public static PcepLspSyncAction 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 null