Update

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

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