Enum Tier

    • Enum Constant Detail

      • CUSTOM

        public static final Tier CUSTOM
      • DEFAULT

        public static final Tier DEFAULT
      • DOT_NET_CORE

        public static final Tier DOT_NET_CORE
      • DOT_NET_WORKER

        public static final Tier DOT_NET_WORKER
      • DOT_NET_WEB_TIER

        public static final Tier DOT_NET_WEB_TIER
      • DOT_NET_WEB

        public static final Tier DOT_NET_WEB
      • SQL_SERVER

        public static final Tier SQL_SERVER
      • SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP

        public static final Tier SQL_SERVER_ALWAYSON_AVAILABILITY_GROUP
      • MYSQL

        public static final Tier MYSQL
      • POSTGRESQL

        public static final Tier POSTGRESQL
      • JAVA_JMX

        public static final Tier JAVA_JMX
      • ORACLE

        public static final Tier ORACLE
      • SAP_HANA_MULTI_NODE

        public static final Tier SAP_HANA_MULTI_NODE
      • SAP_HANA_SINGLE_NODE

        public static final Tier SAP_HANA_SINGLE_NODE
      • SAP_HANA_HIGH_AVAILABILITY

        public static final Tier SAP_HANA_HIGH_AVAILABILITY
      • SQL_SERVER_FAILOVER_CLUSTER_INSTANCE

        public static final Tier SQL_SERVER_FAILOVER_CLUSTER_INSTANCE
      • SHAREPOINT

        public static final Tier SHAREPOINT
      • ACTIVE_DIRECTORY

        public static final Tier ACTIVE_DIRECTORY
      • SAP_NETWEAVER_STANDARD

        public static final Tier SAP_NETWEAVER_STANDARD
      • SAP_NETWEAVER_DISTRIBUTED

        public static final Tier SAP_NETWEAVER_DISTRIBUTED
      • SAP_NETWEAVER_HIGH_AVAILABILITY

        public static final Tier SAP_NETWEAVER_HIGH_AVAILABILITY
      • UNKNOWN_TO_SDK_VERSION

        public static final Tier UNKNOWN_TO_SDK_VERSION
    • Method Detail

      • values

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

        public static Tier 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
      • fromValue

        public static Tier fromValue​(String value)
        Use this in place of valueOf to convert the raw string returned by the service into the enum value.
        Parameters:
        value - real value
        Returns:
        Tier corresponding to the value