Class: Vault::HealthStatus
- Defined in:
- lib/vault/api/sys/health.rb
Instance Attribute Summary collapse
-
#cluster_id ⇒ String
readonly
Server cluster UUID.
-
#cluster_name ⇒ String
readonly
Server cluster name.
-
#initialized ⇒ Boolean
readonly
Whether the Vault server is Initialized.
-
#replication_dr_mode ⇒ String
readonly
Verbose description of DR mode (added in 0.9.2).
-
#replication_performance_mode ⇒ String
readonly
Verbose description of DR mode (added in 0.9.2).
-
#sealed ⇒ Boolean
readonly
Whether the Vault server is Sealed.
-
#server_time_utc ⇒ Fixnum
readonly
Server time in Unix seconds, UTC.
-
#standby ⇒ Boolean
readonly
Whether the Vault server is in Standby mode.
-
#version ⇒ String
readonly
Server Vault version string (added in 0.6.1).
Method Summary
Methods inherited from Response
#==, decode, #initialize, #to_h
Constructor Details
This class inherits a constructor from Vault::Response
Instance Attribute Details
#cluster_id ⇒ String (readonly)
Server cluster UUID
51 |
# File 'lib/vault/api/sys/health.rb', line 51 field :cluster_id |
#cluster_name ⇒ String (readonly)
Server cluster name
46 |
# File 'lib/vault/api/sys/health.rb', line 46 field :cluster_name |
#initialized ⇒ Boolean (readonly)
Whether the Vault server is Initialized.
11 |
# File 'lib/vault/api/sys/health.rb', line 11 field :initialized, as: :initialized? |
#replication_dr_mode ⇒ String (readonly)
Verbose description of DR mode (added in 0.9.2)
31 |
# File 'lib/vault/api/sys/health.rb', line 31 field :replication_dr_mode |
#replication_performance_mode ⇒ String (readonly)
Verbose description of DR mode (added in 0.9.2)
26 |
# File 'lib/vault/api/sys/health.rb', line 26 field :replication_performance_mode |
#sealed ⇒ Boolean (readonly)
Whether the Vault server is Sealed.
16 |
# File 'lib/vault/api/sys/health.rb', line 16 field :sealed, as: :sealed? |
#server_time_utc ⇒ Fixnum (readonly)
Server time in Unix seconds, UTC
36 |
# File 'lib/vault/api/sys/health.rb', line 36 field :server_time_utc |
#standby ⇒ Boolean (readonly)
Whether the Vault server is in Standby mode.
21 |
# File 'lib/vault/api/sys/health.rb', line 21 field :standby, as: :standby? |
#version ⇒ String (readonly)
Server Vault version string (added in 0.6.1)
41 |
# File 'lib/vault/api/sys/health.rb', line 41 field :version |