Uses of Class
com.oracle.bmc.vnmonitoring.model.PhaseTwoConfigDetails.PfsDhGroup
-
Packages that use PhaseTwoConfigDetails.PfsDhGroup Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of PhaseTwoConfigDetails.PfsDhGroup in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return PhaseTwoConfigDetails.PfsDhGroup Modifier and Type Method Description static PhaseTwoConfigDetails.PfsDhGroup
PhaseTwoConfigDetails.PfsDhGroup. create(String key)
PhaseTwoConfigDetails.PfsDhGroup
PhaseTwoConfigDetails. getPfsDhGroup()
The Diffie-Hellman group used for PFS, if PFS is enabled.static PhaseTwoConfigDetails.PfsDhGroup
PhaseTwoConfigDetails.PfsDhGroup. valueOf(String name)
Returns the enum constant of this type with the specified name.static PhaseTwoConfigDetails.PfsDhGroup[]
PhaseTwoConfigDetails.PfsDhGroup. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vnmonitoring.model with parameters of type PhaseTwoConfigDetails.PfsDhGroup Modifier and Type Method Description PhaseTwoConfigDetails.Builder
PhaseTwoConfigDetails.Builder. pfsDhGroup(PhaseTwoConfigDetails.PfsDhGroup pfsDhGroup)
The Diffie-Hellman group used for PFS, if PFS is enabled.Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type PhaseTwoConfigDetails.PfsDhGroup Constructor Description PhaseTwoConfigDetails(Boolean isCustomPhaseTwoConfig, PhaseTwoConfigDetails.AuthenticationAlgorithm authenticationAlgorithm, PhaseTwoConfigDetails.EncryptionAlgorithm encryptionAlgorithm, Integer lifetimeInSeconds, Boolean isPfsEnabled, PhaseTwoConfigDetails.PfsDhGroup pfsDhGroup)
Deprecated.
-