Service

pt.tecnico.dsi.openstack.keystone.models.Service$
See theService companion class
object Service

Attributes

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

Members list

Type members

Classlikes

case class Create(name: String, `type`: String, description: Option[String], enabled: Boolean)

Options to create a Service.

Options to create a Service.

Value parameters

description

The service description.

enabled

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

name

The service name.

type

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

Attributes

Source
Service.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Update(name: Option[String], `type`: Option[String], description: Option[String], enabled: Option[Boolean])

Options to update a Service.

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