Create

pt.tecnico.dsi.openstack.neutron.models.Subnet$.Create
See theCreate companion object
case class Create[+IP <: IpAddress](name: String, networkId: String, description: String, cidr: Option[Cidr[IP]], gateway: Option[IP], allocationPools: Option[List[AllocationPool[IP]]], hostRoutes: List[Route[IP]], nameservers: List[IP], enableDhcp: Boolean, subnetpoolId: Option[String], useDefaultSubnetpool: Option[Boolean], prefixlen: Option[Int], mode: Option[Ipv6Mode], routerAdvertisementMode: Option[Ipv6Mode], ipVersion: Option[IpVersion], segmentId: Option[String], serviceTypes: List[String], projectId: Option[String])

Attributes

Companion
object
Source
Subnet.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