Region

pt.tecnico.dsi.openstack.keystone.models.Region$
See theRegion companion class
object Region

Attributes

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

Members list

Type members

Classlikes

case class Create(id: String, description: String, parentRegionId: Option[String])

Options to create a Region.

Options to create a Region.

Value parameters

description

The region description.

id

The ID for the region.

parentRegionId

To make this region a child of another region, set this parameter to the ID of the parent region.

Attributes

Source
Region.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Update(description: Option[String], parentRegionId: Option[String])

Options to update a Region.

Options to update a Region.

Value parameters

description

The new region description.

parentRegionId

To make this region a child of another region, set this parameter to the ID of the parent region.

Attributes

Source
Region.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

Givens

Attributes

Source
Region.scala