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
48 |
# File 'lib/vault/api/sys/health.rb', line 48 field :cluster_id |
#cluster_name ⇒ String (readonly)
Server cluster name
43 |
# File 'lib/vault/api/sys/health.rb', line 43 field :cluster_name |
#initialized ⇒ Boolean (readonly)
Whether the Vault server is Initialized.
8 |
# File 'lib/vault/api/sys/health.rb', line 8 field :initialized, as: :initialized? |
#replication_dr_mode ⇒ String (readonly)
Verbose description of DR mode (added in 0.9.2)
28 |
# File 'lib/vault/api/sys/health.rb', line 28 field :replication_dr_mode |
#replication_performance_mode ⇒ String (readonly)
Verbose description of DR mode (added in 0.9.2)
23 |
# File 'lib/vault/api/sys/health.rb', line 23 field :replication_performance_mode |
#sealed ⇒ Boolean (readonly)
Whether the Vault server is Sealed.
13 |
# File 'lib/vault/api/sys/health.rb', line 13 field :sealed, as: :sealed? |
#server_time_utc ⇒ Fixnum (readonly)
Server time in Unix seconds, UTC
33 |
# File 'lib/vault/api/sys/health.rb', line 33 field :server_time_utc |
#standby ⇒ Boolean (readonly)
Whether the Vault server is in Standby mode.
18 |
# File 'lib/vault/api/sys/health.rb', line 18 field :standby, as: :standby? |
#version ⇒ String (readonly)
Server Vault version string (added in 0.6.1)
38 |
# File 'lib/vault/api/sys/health.rb', line 38 field :version |