Operations

pt.tecnico.dsi.openstack.neutron.services.Routers.Operations
final class Operations(val id: String)

Attributes

Source
Routers.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def add(routes: List[Route[IpAddress]]): F[List[Route[IpAddress]]]

Attributes

Source
Routers.scala
def addInterface(subnet: Subnet[_]): F[Option[RouterInterface]]

Attributes

Source
Routers.scala

Attributes

Source
Routers.scala

Attributes

Source
Routers.scala
def remove(routes: List[Route[IpAddress]]): F[List[Route[IpAddress]]]

Attributes

Source
Routers.scala
def removeInterface(subnet: Subnet[_]): F[Unit]

Attributes

Source
Routers.scala
def removeInterfaceByPort(portId: String): F[Unit]

Attributes

Source
Routers.scala
def removeInterfaceBySubnet(subnetId: String): F[Unit]

Attributes

Source
Routers.scala

Concrete fields

val id: String

Attributes

Source
Routers.scala