Update

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

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
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

Concrete fields

lazy val needsUpdate: Boolean

Attributes

Source
Endpoint.scala