java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.noderepository.NodeMembership

public class NodeMembership extends Object
Author:
mpolden
  • Field Details

    • clustertype

      public String clustertype
    • clusterid

      public String clusterid
    • group

      public String group
    • index

      public Integer index
    • retired

      public Boolean retired
  • Constructor Details

    • NodeMembership

      public NodeMembership()
  • Method Details

    • getClustertype

      public String getClustertype()
    • getClusterid

      public String getClusterid()
    • getGroup

      public String getGroup()
    • getIndex

      public Integer getIndex()
    • getRetired

      public Boolean getRetired()