ClientBuilder

pt.tecnico.dsi.openstack.keystone.models.ClientBuilder

Attributes

Source
Session.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type OpenstackClient[F[_]]

The concrete Openstack client type this ClientBuilder will create.

The concrete Openstack client type this ClientBuilder will create.

Attributes

Source
Session.scala

Value members

Abstract methods

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

Attributes

Source
Session.scala

Abstract fields

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
Session.scala