Package

consul.v1

acl

Permalink

package acl

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. acl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AclCreate(Name: Option[String], Type: Option[String], Rules: Option[String]) extends Product with Serializable

    Permalink
  2. type AclId = WrappedType[String, AclIds]

    Permalink
  3. case class AclIdResponse(ID: AclId) extends Product with Serializable

    Permalink
  4. sealed trait AclIds extends AnyRef

    Permalink
  5. case class AclInfo(CreateIndex: Long, ModifyIndex: Long, ID: AclId, Name: Option[String], Type: Option[String], Rules: Option[String]) extends Product with Serializable

    Permalink
  6. trait AclRequests extends AnyRef

    Permalink
  7. case class AclUpdate(ID: AclId, Name: Option[String], Type: Option[String], Rules: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object AclCreate extends Serializable

    Permalink
  2. def AclId: (String) ⇒ AclId

    Permalink
  3. object AclIdResponse extends Serializable

    Permalink
  4. object AclInfo extends Serializable

    Permalink
  5. object AclRequests

    Permalink
  6. object AclUpdate extends Serializable

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped