Create

pt.tecnico.dsi.openstack.neutron.models.SubnetPool$.Create
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
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