Create

pt.tecnico.dsi.openstack.keystone.models.Endpoint$.Create
case class Create(interface: Interface, url: String, serviceId: String, regionId: String, enabled: Boolean)

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
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product