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