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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TunnelSecurityAssociationSummary.TunnelSaStatuscreate(String key)StringgetValue()static TunnelSecurityAssociationSummary.TunnelSaStatusvalueOf(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- 
Initiatingpublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Initiating 
 - 
Listeningpublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Listening 
 - 
Uppublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Up 
 - 
Downpublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Down 
 - 
Errorpublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Error 
 - 
Unknownpublic static final TunnelSecurityAssociationSummary.TunnelSaStatus Unknown 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static TunnelSecurityAssociationSummary.TunnelSaStatus create(String key) 
 
- 
 
-