Enum IPv6DHCPMode

    • Enum Constant Detail

      • DHCPV6_STATEFUL

        public static final IPv6DHCPMode DHCPV6_STATEFUL
      • DHCPV6_STATELESS

        public static final IPv6DHCPMode DHCPV6_STATELESS
      • UNRECOGNIZED

        public static final IPv6DHCPMode UNRECOGNIZED
        Used by jclouds when the service returns an unknown value other than null.
    • Method Detail

      • values

        public static IPv6DHCPMode[] 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 (IPv6DHCPMode c : IPv6DHCPMode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IPv6DHCPMode 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