Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Actuation

import type { Actuation } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

The Actuation object represents the bootstrap state and output results of deployed infrastructure and software.

interface Actuation {
readonly actuationOutput?: ActuationOutput;
readonly deploymentOutput?: DeploymentOutput[];
readonly endTime?: Date;
name?: string;
readonly startTime?: Date;
readonly state?:
| "STATE_UNSPECIFIED"
| "INFRA_CREATING"
| "SUCCEEDED"
| "FAILED"
| "POST_INFRA_CONFIGURING"
| "INFRA_DESTROYING"
| "TIMEOUT";
}

§Properties

§
readonly actuationOutput?: ActuationOutput
[src]

Output only. [Output only] Actuation output

§
readonly deploymentOutput?: DeploymentOutput[]
[src]

Output only. [Output only] Deployment output

§
readonly endTime?: Date
[src]

Output only. [Output only] End time stamp

§
name?: string
[src]

The name of actuation resource. The format is projects/{project}/locations/{location}/deployments/{deployment}/actuations/{actuation}

§
readonly startTime?: Date
[src]

Output only. [Output only] Start time stamp

§
readonly state?: "STATE_UNSPECIFIED" | "INFRA_CREATING" | "SUCCEEDED" | "FAILED" | "POST_INFRA_CONFIGURING" | "INFRA_DESTROYING" | "TIMEOUT"
[src]

Output only. [Output only] Actuation state