pt.tecnico.dsi.openstack.neutron.models.AllocationPool$
See theAllocationPool companion class
object AllocationPool
Attributes
- Companion
- class
- Source
- AllocationPool.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
AllocationPool.type
Members list
Type members
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
Creates an AllocationPool from cidr
.
def fromCidrAndGateway[IP <: IpAddress](cidr: Cidr[IP], gateway: Option[IP]): Option[(IP, List[AllocationPool[IP]])]
Attributes
- Source
- AllocationPool.scala
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
Attributes
- Source
- AllocationPool.scala
In this article