Enum Class EcosystemEndpoint

java.lang.Object
java.lang.Enum<EcosystemEndpoint>
dev.galasa.galasaecosystem.EcosystemEndpoint
All Implemented Interfaces:
Serializable, Comparable<EcosystemEndpoint>, Constable

public enum EcosystemEndpoint extends Enum<EcosystemEndpoint>
Types of Endpoints for the Galasa Ecosystem
  • Enum Constant Details

    • CPS

      public static final EcosystemEndpoint CPS
      Configuration Property Store eg, etcd:http://etcd.server:2323
    • DSS

      public static final EcosystemEndpoint DSS
      Dynamic Status Store eg, etcd:http://etcd.server:2323
    • RAS

      public static final EcosystemEndpoint RAS
      Result Archive Store eg, etcd:http://etcd.server:2323
    • CREDS

      public static final EcosystemEndpoint CREDS
      Credentials Store eg, couchdb:http://etcd.server:2323
    • API

      public static final EcosystemEndpoint API
      API eg, http://etcd.server:2323
    • PROMETHEUS

      public static final EcosystemEndpoint PROMETHEUS
      Prometheus endpoint eg, http://etcd.server:2323
    • GRAFANA

      public static final EcosystemEndpoint GRAFANA
      Grafana endpoint eg, http://etcd.server:2323
    • METRICS_METRICS

      public static final EcosystemEndpoint METRICS_METRICS
      The metrics server metrics port eg, http://etcd.server:2323
    • METRICS_HEALTH

      public static final EcosystemEndpoint METRICS_HEALTH
      The metrics server health port eg, http://etcd.server:2323
    • RESOURCE_MANAGEMENT_METRICS

      public static final EcosystemEndpoint RESOURCE_MANAGEMENT_METRICS
      The resource management health port eg, http://etcd.server:2323
    • RESOURCE_MANAGEMENT_HEALTH

      public static final EcosystemEndpoint RESOURCE_MANAGEMENT_HEALTH
      The resource management health port eg, http://etcd.server:2323
    • ENGINE_CONTROLLER_METRICS

      public static final EcosystemEndpoint ENGINE_CONTROLLER_METRICS
      The engine controller metrics port eg, http://etcd.server:2323
    • ENGINE_CONTROLLER_HEALTH

      public static final EcosystemEndpoint ENGINE_CONTROLLER_HEALTH
      The engine controller health port eg, http://etcd.server:2323
    • SIMBANK_TELNET

      public static final EcosystemEndpoint SIMBANK_TELNET
      SimBank Telnet port
    • SIMBANK_WEBSERVICE

      public static final EcosystemEndpoint SIMBANK_WEBSERVICE
      SimBank Web Service port
    • SIMBANK_DATABASE

      public static final EcosystemEndpoint SIMBANK_DATABASE
      SimBank Database port
    • SIMBANK_MANAGEMENT_FACILITY

      public static final EcosystemEndpoint SIMBANK_MANAGEMENT_FACILITY
      SimBank Database port
  • Method Details

    • values

      public static EcosystemEndpoint[] 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 EcosystemEndpoint 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
    • getEndpointType

      public Class<?> getEndpointType()
      Returns:
      the type of endpoint