Create

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

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