Update

pt.tecnico.dsi.openstack.keystone.models.Service$.Update
case class Update(name: Option[String], `type`: Option[String], description: Option[String], enabled: Option[Boolean])

Options to update a Service.

Value parameters

description

The new description of the service.

enabled

Defines whether the service and its endpoints appear in the service catalog.

name

The new name of the service.

type

The new service type, which describes the API implemented by the service.

Attributes

Source
Service.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
Service.scala