Create

pt.tecnico.dsi.openstack.keystone.models.Region$.Create
case class Create(id: String, description: String, parentRegionId: Option[String])

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