Endpoint

pt.tecnico.dsi.openstack.keystone.models.Endpoint$
See theEndpoint companion class
object Endpoint

Attributes

Companion
class
Source
Endpoint.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Endpoint.type

Members list

Type members

Classlikes

case class Create(interface: Interface, url: String, serviceId: String, regionId: String, enabled: Boolean)

Options to create an Endpoint

Options to create an Endpoint

Value parameters

enabled

Defines whether the endpoint appears in the service catalog.

interface

The interface type, which describes the visibility of the endpoint. Value is: - public. Visible by end users on a publicly available network interface. - internal. Visible by end users on an unmetered internal network interface. - admin. Visible by administrative users on a secure network interface.

regionId

The ID of the region that contains the service endpoint.

serviceId

The UUID of the service to which the endpoint belongs.

url

The endpoint URL.

Attributes

Source
Endpoint.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Update(interface: Option[Interface], url: Option[String], serviceId: Option[String], regionId: Option[String], enabled: Option[Boolean])

Options to update an Endpoint

Options to update an Endpoint

Value parameters

enabled

The new enabled setting for the endpoint.

interface

The new interface type, which describes the visibility of the endpoint. Value is: - public. Visible by end users on a publicly available network interface. - internal. Visible by end users on an unmetered internal network interface. - admin. Visible by administrative users on a secure network interface.

regionId

The new endpoint region id.

serviceId

The new endpoint service id.

url

The new endpoint URL.

Attributes

Source
Endpoint.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Givens