SubnetPool

pt.tecnico.dsi.openstack.neutron.models.SubnetPool$
See theSubnetPool companion class
object SubnetPool

Attributes

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

Members list

Type members

Classlikes

case class Create(name: String, description: String, projectId: Option[String], prefixes: List[Cidr[IpAddress]], minPrefixlen: Option[Int], maxPrefixlen: Option[Int], defaultPrefixlen: Option[Int], isDefault: Option[Boolean], shared: Option[Boolean], defaultQuota: Option[Int], addressScopeId: Option[String])

Attributes

Source
SubnetPool.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Update(name: Option[String], description: Option[String], prefixes: Option[List[Cidr[IpAddress]]], minPrefixlen: Option[Int], maxPrefixlen: Option[Int], defaultPrefixlen: Option[Int], isDefault: Option[Boolean], defaultQuota: Option[Int], addressScopeId: Option[String])

Attributes

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

Value members

Concrete fields

val renames: Map[String, String]

Attributes

Source
SubnetPool.scala