Interface VaultHealth


public interface VaultHealth
Vault health state.
Author:
Stuart Ingram, Bill Koch, Mark Paluch
  • Method Details

    • isInitialized

      boolean isInitialized()
      Returns:
      true if the Vault instance is initialized, otherwise false.
    • isSealed

      boolean isSealed()
      Returns:
      true if the Vault instance is sealed, otherwise false if the Vault instance is unsealed.
    • isStandby

      boolean isStandby()
      Returns:
      true if the Vault instance is in standby mode, otherwise false if the Vault instance is active.
    • isPerformanceStandby

      boolean isPerformanceStandby()
      Returns:
      true if the Vault instance is in performance standby mode, otherwise false.
      Since:
      2.2
    • isRecoveryReplicationSecondary

      boolean isRecoveryReplicationSecondary()
      Returns:
      true if the Vault instance is a secondary node in data recovery replication mode, otherwise false.
      Since:
      2.2
    • getServerTimeUtc

      int getServerTimeUtc()
      Returns:
      the server time in seconds, UTC.
    • getVersion

      @Nullable String getVersion()
      Returns:
      the Vault version.