RouterInterface

pt.tecnico.dsi.openstack.neutron.models.RouterInterface
See theRouterInterface companion object
case class RouterInterface(routerId: String, networkId: String, projectId: String, subnetId: String, portId: String, tags: List[String])

Attributes

Companion
object
Source
RouterInterface.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
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
RouterInterface.scala
def project[F[_]](using keystone: KeystoneClient[F]): F[Project]

Attributes

Source
RouterInterface.scala
def router[F[_]](using neutron: NeutronClient[F]): F[Router]

Attributes

Source
RouterInterface.scala
def subnet[F[_]](using neutron: NeutronClient[F]): F[Subnet[IpAddress]]

Attributes

Source
RouterInterface.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product