Class SecretStoreHealth

java.lang.Object
com.strongdm.api.SecretStoreHealth

public class SecretStoreHealth extends Object
SecretStoreHealth denotes a secret store's health status. Note a secret store is not healthy in terms of a simple boolean, but rather healthy with respect to a particular node or set of nodes.
  • Constructor Details

    • SecretStoreHealth

      public SecretStoreHealth()
  • Method Details

    • getChangedAt

      public Date getChangedAt()
      The time when the status last changed
    • setChangedAt

      public void setChangedAt(Date in)
      The time when the status last changed
    • getCheckedAt

      public Date getCheckedAt()
      The time when the status was last checked by the node
    • setCheckedAt

      public void setCheckedAt(Date in)
      The time when the status was last checked by the node
    • getError

      public String getError()
      The error associated with this health check, if it occurred after reachability checks succeeded.
    • setError

      public void setError(String in)
      The error associated with this health check, if it occurred after reachability checks succeeded.
    • getFlags

      public List<String> getFlags()
      Any specific status or error flags associated with this health check.
    • setFlags

      public void setFlags(List<String> in)
      Any specific status or error flags associated with this health check.
    • getNodeId

      public String getNodeId()
      Associated node id for this health
    • setNodeId

      public void setNodeId(String in)
      Associated node id for this health
    • getReachability

      public String getReachability()
      The error associated with this health check, if it occurred during reachability checks.
    • setReachability

      public void setReachability(String in)
      The error associated with this health check, if it occurred during reachability checks.
    • getSecretStoreId

      public String getSecretStoreId()
      Associated secret store for this health
    • setSecretStoreId

      public void setSecretStoreId(String in)
      Associated secret store for this health
    • getStatus

      public String getStatus()
      The status of the link between the node and secret store
    • setStatus

      public void setStatus(String in)
      The status of the link between the node and secret store