NeutronClient

pt.tecnico.dsi.openstack.neutron.NeutronClient$
See theNeutronClient companion class
object NeutronClient extends ClientBuilder

Attributes

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

Members list

Type members

Types

final type OpenstackClient[F[_]] = NeutronClient[F]

The concrete Openstack client type this ClientBuilder will create.

The concrete Openstack client type this ClientBuilder will create.

Attributes

Source
NeutronClient.scala

Value members

Concrete methods

override def apply[F[_]](baseUri: Uri, session: Session)(using evidence$2: Concurrent[F], evidence$3: Client[F]): NeutronClient[F]

Attributes

Definition Classes
Source
NeutronClient.scala

Concrete fields

final val `type`: String

The catalog entry type for the OpenstackClient. Eg: for the neutron client it would be "network"

The catalog entry type for the OpenstackClient. Eg: for the neutron client it would be "network"

Attributes

Source
NeutronClient.scala