Subnet

pt.tecnico.dsi.openstack.neutron.models.Subnet$
See theSubnet companion class
object Subnet

Attributes

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

Members list

Type members

Classlikes

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
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Create

Attributes

Companion
class
Source
Subnet.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Create.type
case class Update[+IP <: IpAddress](name: Option[String], description: Option[String], gatewayIp: Option[IP], allocationPools: Option[List[AllocationPool[IP]]], hostRoutes: Option[List[Route[IP]]], dnsNameservers: Option[List[IP]], enableDhcp: Option[Boolean], segmentId: Option[String], serviceTypes: Option[List[String]])

Attributes

Companion
object
Source
Subnet.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Update

Attributes

Companion
class
Source
Subnet.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Update.type

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

Givens