Skip to main content

Class: Cloud

Dagger Cloud configuration and state

Extends​

  • BaseClient

Constructors​

Constructor​

new Cloud(ctx?, _id?, _traceURL?): Cloud

Constructor is used for internal usage only, do not create object from it.

Parameters​

ctx?​

Context

_id?​

CloudID

_traceURL?​

string

Returns​

Cloud

Overrides​

BaseClient.constructor

Methods​

id()​

id(): Promise<CloudID>

A unique identifier for this Cloud.

Returns​

Promise<CloudID>


traceURL()​

traceURL(): Promise<string>

The trace URL for the current session

Returns​

Promise<string>