Enum Class PFSGroup

java.lang.Object
java.lang.Enum<PFSGroup>
org.jclouds.azurecompute.arm.domain.vpn.PFSGroup
All Implemented Interfaces:
Serializable, Comparable<PFSGroup>, java.lang.constant.Constable

public enum PFSGroup extends Enum<PFSGroup>
  • Enum Constant Details

    • ECP256

      public static final PFSGroup ECP256
    • ECP384

      public static final PFSGroup ECP384
    • PFS1

      public static final PFSGroup PFS1
    • PFS14

      public static final PFSGroup PFS14
    • PFS2

      public static final PFSGroup PFS2
    • PFS2048

      public static final PFSGroup PFS2048
    • PFS24

      public static final PFSGroup PFS24
    • PFSMM

      public static final PFSGroup PFSMM
    • None

      public static final PFSGroup None
    • Unrecognized

      public static final PFSGroup Unrecognized
  • Method Details

    • values

      public static PFSGroup[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PFSGroup valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • fromValue

      public static PFSGroup fromValue(String text)