Enum TunnelSecurityAssociationSummary.TunnelSaStatus
- java.lang.Object
-
- java.lang.Enum<TunnelSecurityAssociationSummary.TunnelSaStatus>
-
- com.oracle.bmc.vnmonitoring.model.TunnelSecurityAssociationSummary.TunnelSaStatus
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<TunnelSecurityAssociationSummary.TunnelSaStatus>
- Enclosing class:
- TunnelSecurityAssociationSummary
public static enum TunnelSecurityAssociationSummary.TunnelSaStatus extends Enum<TunnelSecurityAssociationSummary.TunnelSaStatus> implements BmcEnum
The IPSec tunnel’s phase one status.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TunnelSecurityAssociationSummary.TunnelSaStatus
create(String key)
String
getValue()
static TunnelSecurityAssociationSummary.TunnelSaStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static TunnelSecurityAssociationSummary.TunnelSaStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Initiating
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Initiating
-
Listening
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Listening
-
Up
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Up
-
Down
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Down
-
Error
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Error
-
Unknown
public static final TunnelSecurityAssociationSummary.TunnelSaStatus Unknown
-
-
Method Detail
-
values
public static TunnelSecurityAssociationSummary.TunnelSaStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (TunnelSecurityAssociationSummary.TunnelSaStatus c : TunnelSecurityAssociationSummary.TunnelSaStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static TunnelSecurityAssociationSummary.TunnelSaStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static TunnelSecurityAssociationSummary.TunnelSaStatus create(String key)
-
-