Network

pt.tecnico.dsi.openstack.neutron.models.Network
See theNetwork companion object
sealed case class Network(id: String, name: String, description: String, projectId: String, adminStateUp: Boolean, status: String, mtu: Int, dnsDomain: Option[String], subnetIds: List[String], ipv4AddressScope: Option[String], ipv6AddressScope: Option[String], segments: List[Segment], portSecurityEnabled: Boolean, routerExternal: Boolean, shared: Boolean, isDefault: Boolean, availabilityZoneHints: List[String], availabilityZones: List[String], revision: Int, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, tags: List[String], links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
Network.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 subnets[F[_]](using evidence$1: Monad[F], evidence$2: Parallel[F], neutron: NeutronClient[F]): F[List[Subnet[IpAddress]]]

Attributes

Source
Network.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