Class SystemInfo

java.lang.Object
ai.vespa.cloud.SystemInfo

public class SystemInfo extends Object
Provides information about the system in which this container is running. This is available and can be injected when running in a cloud environment.
Author:
bratseth
  • Constructor Details

  • Method Details

    • application

      public ApplicationId application()
      Returns the application this is running as a part of
    • zone

      public Zone zone()
      Returns the zone this is running in
    • cloud

      public Cloud cloud()
      Returns the cloud provider this is running in
    • clusterName

      public String clusterName()
      Returns the name of the cluster it is running in
    • node

      public Node node()
      Returns the node this is running on