Packages

final case class Elasticsearch(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false, externalEntropyAccess: Boolean = false) extends SecretEngine with Product with Serializable

Source
Elasticsearch.scala
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Elasticsearch
  2. Serializable
  3. Product
  4. Equals
  5. SecretEngine
  6. Mount
  7. AnyRef
  8. Any
Implicitly
  1. by StringFormat
  2. by Ensuring
  3. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Elasticsearch(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false, externalEntropyAccess: Boolean = false)

Type Members

  1. type Out[F[_]] = databases.Elasticsearch[F]
    Definition Classes
    ElasticsearchMount

Value Members

  1. val config: TuneOptions

    Specifies configuration options for this mount; if set on a specific mount, values will override any global defaults (e.g.

    Specifies configuration options for this mount; if set on a specific mount, values will override any global defaults (e.g. the system TTL/Max TTL)

    Definition Classes
    ElasticsearchMount
  2. val description: String

    Specifies a human-friendly description of this mount.

    Specifies a human-friendly description of this mount.

    Definition Classes
    ElasticsearchMount
  3. val externalEntropyAccess: Boolean

    Enable the mount to access Vault's external entropy source.

    Enable the mount to access Vault's external entropy source.

    Definition Classes
    ElasticsearchMount
  4. val local: Boolean

    Specifies if this is a local mount only.

    Specifies if this is a local mount only. Local mounts are not replicated nor (if a secondary) removed by replication.

    Definition Classes
    ElasticsearchMount
  5. def mounted[F[_]](vaultClient: VaultClient[F], path: String): Out[F]
    Definition Classes
    ElasticsearchMount
  6. val options: Map[String, String]

    Specifies mount type specific options that are passed to the backend.

    Specifies mount type specific options that are passed to the backend.

    Definition Classes
    ElasticsearchMount
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product
  8. val sealWrap: Boolean

    Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability.

    Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability.

    Definition Classes
    ElasticsearchMount
  9. val type: String

    Specifies the type of this mount, such as "approle" (authentication method) or "pki" (secret engine).

    Specifies the type of this mount, such as "approle" (authentication method) or "pki" (secret engine).

    Definition Classes
    ElasticsearchMount