AllocationPool

pt.tecnico.dsi.openstack.neutron.models.AllocationPool$
See theAllocationPool companion class

Attributes

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

Members list

Type members

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 methods

def fromCidr[IP <: IpAddress](cidr: Cidr[IP]): AllocationPool[IP]

Creates an AllocationPool from cidr.

Creates an AllocationPool from cidr.

Attributes

Source
AllocationPool.scala
def fromCidrAndGateway[IP <: IpAddress](cidr: Cidr[IP], gateway: Option[IP]): Option[(IP, List[AllocationPool[IP]])]

Attributes

Source
AllocationPool.scala
def lastAvailableAddress[IP <: IpAddress](cidr: Cidr[IP]): IP

Attributes

Source
AllocationPool.scala

Givens

Givens

given given_Decoder_AllocationPool[IP <: IpAddress](using evidence$2: Decoder[IP]): Decoder[AllocationPool[IP]]

Attributes

Source
AllocationPool.scala
given given_Encoder_AllocationPool[IP <: IpAddress](using evidence$1: Encoder[IP]): Encoder[AllocationPool[IP]]

Attributes

Source
AllocationPool.scala
given given_Show_AllocationPool[IP <: IpAddress](using evidence$4: Show[IP]): Show[AllocationPool[IP]]

Attributes

Source
AllocationPool.scala
given ordering[IP <: IpAddress](using evidence$3: Ordering[IP]): Ordering[AllocationPool[IP]]

Attributes

Source
AllocationPool.scala