NovaClient

pt.tecnico.dsi.openstack.nova.NovaClient$
See theNovaClient companion class
object NovaClient extends ClientBuilder

Attributes

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

Members list

Type members

Types

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

The concrete Openstack client type this ClientBuilder will create.

The concrete Openstack client type this ClientBuilder will create.

Attributes

Source
NovaClient.scala

Value members

Concrete methods

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

Attributes

Definition Classes
Source
NovaClient.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
NovaClient.scala