Enum PhaseOneConfigDetails.DiffieHelmanGroup
- java.lang.Object
-
- java.lang.Enum<PhaseOneConfigDetails.DiffieHelmanGroup>
-
- com.oracle.bmc.vnmonitoring.model.PhaseOneConfigDetails.DiffieHelmanGroup
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<PhaseOneConfigDetails.DiffieHelmanGroup>
- Enclosing class:
- PhaseOneConfigDetails
public static enum PhaseOneConfigDetails.DiffieHelmanGroup extends Enum<PhaseOneConfigDetails.DiffieHelmanGroup> implements BmcEnum
The custom Diffie-Hellman group proposed during phase one tunnel negotiation.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhaseOneConfigDetails.DiffieHelmanGroup
create(String key)
String
getValue()
static PhaseOneConfigDetails.DiffieHelmanGroup
valueOf(String name)
Returns the enum constant of this type with the specified name.static PhaseOneConfigDetails.DiffieHelmanGroup[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Group2
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group2
-
Group5
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group5
-
Group14
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group14
-
Group19
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group19
-
Group20
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group20
-
Group24
public static final PhaseOneConfigDetails.DiffieHelmanGroup Group24
-
-
Method Detail
-
values
public static PhaseOneConfigDetails.DiffieHelmanGroup[] 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 (PhaseOneConfigDetails.DiffieHelmanGroup c : PhaseOneConfigDetails.DiffieHelmanGroup.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PhaseOneConfigDetails.DiffieHelmanGroup 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 PhaseOneConfigDetails.DiffieHelmanGroup create(String key)
-
-