Class HostEvent

java.lang.Object
com.yahoo.config.provision.HostEvent

public class HostEvent extends Object
A maintenance event for a host.
Author:
mpolden
  • Constructor Details

  • Method Details

    • id

      public String id()
      ID of the event
    • hostId

      public String hostId()
      ID of the host affected by this event, i.e. instance ID
    • description

      public String description()
      Human-readable description of the event
    • toString

      public String toString()
      Overrides:
      toString in class Object