Package com.strongdm.api
Class SecretStoreHealth
java.lang.Object
com.strongdm.api.SecretStoreHealth
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe time when the status last changedThe time when the status was last checked by the nodegetError()
The error associated with this health check, if it occurred after reachability checks succeeded.getFlags()
Any specific status or error flags associated with this health check.Associated node id for this healthThe error associated with this health check, if it occurred during reachability checks.Associated secret store for this healthThe status of the link between the node and secret storevoid
setChangedAt
(Date in) The time when the status last changedvoid
setCheckedAt
(Date in) The time when the status was last checked by the nodevoid
The error associated with this health check, if it occurred after reachability checks succeeded.void
Any specific status or error flags associated with this health check.void
Associated node id for this healthvoid
The error associated with this health check, if it occurred during reachability checks.void
Associated secret store for this healthvoid
The status of the link between the node and secret store
-
Constructor Details
-
SecretStoreHealth
public SecretStoreHealth()
-
-
Method Details
-
getChangedAt
The time when the status last changed -
setChangedAt
The time when the status last changed -
getCheckedAt
The time when the status was last checked by the node -
setCheckedAt
The time when the status was last checked by the node -
getError
The error associated with this health check, if it occurred after reachability checks succeeded. -
setError
The error associated with this health check, if it occurred after reachability checks succeeded. -
getFlags
Any specific status or error flags associated with this health check. -
setFlags
Any specific status or error flags associated with this health check. -
getNodeId
Associated node id for this health -
setNodeId
Associated node id for this health -
getReachability
The error associated with this health check, if it occurred during reachability checks. -
setReachability
The error associated with this health check, if it occurred during reachability checks. -
getSecretStoreId
Associated secret store for this health -
setSecretStoreId
Associated secret store for this health -
getStatus
The status of the link between the node and secret store -
setStatus
The status of the link between the node and secret store
-