Class: Vault::Mount

Inherits:
Response show all
Defined in:
lib/vault/api/sys/mount.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Response

#==, decode, #initialize, #to_h

Constructor Details

This class inherits a constructor from Vault::Response

Instance Attribute Details

#configHash<Symbol, Object> (readonly)

Arbitrary configuration for the backend.

Returns:

  • (Hash<Symbol, Object>)


8
# File 'lib/vault/api/sys/mount.rb', line 8

field :config

#descriptionString (readonly)

Description of the mount.

Returns:

  • (String)


13
# File 'lib/vault/api/sys/mount.rb', line 13

field :description

#typeHash<Symbol, Object> (readonly)

Options given to the mount.

Returns:

  • (Hash<Symbol, Object>)


18
# File 'lib/vault/api/sys/mount.rb', line 18

field :type