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