Router

pt.tecnico.dsi.openstack.neutron.models.Router
See theRouter companion object
case class Router(id: String, name: String, description: String, projectId: String, adminStateUp: Boolean, status: String, externalGatewayInfo: Option[ExternalGatewayInfo], routes: List[Route[IpAddress]], distributed: Boolean, ha: Boolean, flavorId: Option[String], conntrackHelpers: List[ConntrackHelper], availabilityZoneHints: List[String], availabilityZones: List[String], revision: Int, createdAt: OffsetDateTime, updatedAt: OffsetDateTime, tags: List[String], links: List[Link]) extends Identifiable

Attributes

Companion
object
Source
Router.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 project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

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