public static enum IPSecConnectionTunnel.Status extends Enum<IPSecConnectionTunnel.Status> implements BmcEnum
The status of the tunnel based on IPSec protocol characteristics.
Enum Constant and Description |
---|
Down |
DownForMaintenance |
PartialUp |
Up |
Modifier and Type | Method and Description |
---|---|
static IPSecConnectionTunnel.Status |
create(String key) |
String |
getValue() |
static IPSecConnectionTunnel.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPSecConnectionTunnel.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IPSecConnectionTunnel.Status Up
public static final IPSecConnectionTunnel.Status Down
public static final IPSecConnectionTunnel.Status DownForMaintenance
public static final IPSecConnectionTunnel.Status PartialUp
public static IPSecConnectionTunnel.Status[] values()
for (IPSecConnectionTunnel.Status c : IPSecConnectionTunnel.Status.values()) System.out.println(c);
public static IPSecConnectionTunnel.Status 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 IPSecConnectionTunnel.Status create(String key)
Copyright © 2016–2024. All rights reserved.