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
- Alphabetic
- By Inheritance
- Elasticsearch
- Serializable
- Product
- Equals
- SecretEngine
- Mount
- AnyRef
- Any
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Elasticsearch(description: String, config: TuneOptions, options: Map[String, String] = Map.empty, local: Boolean = false, sealWrap: Boolean = false, externalEntropyAccess: Boolean = false)
Type Members
- type Out[F[_]] = databases.Elasticsearch[F]
- Definition Classes
- Elasticsearch → Mount
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ->[B](y: B): (Elasticsearch, B)
- Implicit
- This member is added by an implicit conversion from Elasticsearch toArrowAssoc[Elasticsearch] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- Elasticsearch → Mount
- val description: String
Specifies a human-friendly description of this mount.
Specifies a human-friendly description of this mount.
- Definition Classes
- Elasticsearch → Mount
- def ensuring(cond: (Elasticsearch) => Boolean, msg: => Any): Elasticsearch
- Implicit
- This member is added by an implicit conversion from Elasticsearch toEnsuring[Elasticsearch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (Elasticsearch) => Boolean): Elasticsearch
- Implicit
- This member is added by an implicit conversion from Elasticsearch toEnsuring[Elasticsearch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): Elasticsearch
- Implicit
- This member is added by an implicit conversion from Elasticsearch toEnsuring[Elasticsearch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): Elasticsearch
- Implicit
- This member is added by an implicit conversion from Elasticsearch toEnsuring[Elasticsearch] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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
- Elasticsearch → Mount
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from Elasticsearch toStringFormat[Elasticsearch] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- Elasticsearch → Mount
- def mounted[F[_]](vaultClient: VaultClient[F], path: String): Out[F]
- Definition Classes
- Elasticsearch → Mount
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- Elasticsearch → Mount
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- 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
- Elasticsearch → Mount
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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
- Elasticsearch → Mount
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def →[B](y: B): (Elasticsearch, B)
- Implicit
- This member is added by an implicit conversion from Elasticsearch toArrowAssoc[Elasticsearch] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.