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 SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PhaseTwoConfigDetails.PfsDhGroupcreate(String key)StringgetValue()static PhaseTwoConfigDetails.PfsDhGroupvalueOf(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- 
Group2public static final PhaseTwoConfigDetails.PfsDhGroup Group2 
 - 
Group5public static final PhaseTwoConfigDetails.PfsDhGroup Group5 
 - 
Group14public static final PhaseTwoConfigDetails.PfsDhGroup Group14 
 - 
Group19public static final PhaseTwoConfigDetails.PfsDhGroup Group19 
 - 
Group20public static final PhaseTwoConfigDetails.PfsDhGroup Group20 
 - 
Group24public static final PhaseTwoConfigDetails.PfsDhGroup Group24 
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
createpublic static PhaseTwoConfigDetails.PfsDhGroup create(String key) 
 
- 
 
-