Subnet

pt.tecnico.dsi.openstack.neutron.models.Subnet
See theSubnet companion object
case class Subnet[+IP <: IpAddress](id: String, name: String, description: String, projectId: String, networkId: String, cidr: Cidr[IP], gateway: Option[IP], allocationPools: List[AllocationPool[IP]], hostRoutes: List[Route[IP]], enableDhcp: Boolean, nameservers: List[IP], subnetpoolId: Option[String], segmentId: Option[String], serviceTypes: List[String], mode: Option[Ipv6Mode], routerAdvertisementMode: Option[Ipv6Mode], revision: Int, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, tags: List[String], links: List[Link]) extends Identifiable

Attributes

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

Members list

Value members

Concrete methods

def network[F[_]](using neutron: NeutronClient[F]): F[Network]

Attributes

Source
Subnet.scala
def project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

Source
Subnet.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Inherited fields

lazy val linksMap: Map[String, Uri]

Attributes

Inherited from:
Identifiable
Source
Identifiable.scala