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

RepairRolloutOperation

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

Contains the information for an automated repair rollout operation.

interface RepairRolloutOperation {
readonly currentRepairModeIndex?: bigint;
readonly jobId?: string;
readonly phaseId?: string;
readonly repairPhases?: RepairPhase[];
readonly rollout?: string;
}

§Properties

§
readonly currentRepairModeIndex?: bigint
[src]

Output only. The index of the current repair action in the repair sequence.

§
readonly jobId?: string
[src]

Output only. The job ID for the Job to repair.

§
readonly phaseId?: string
[src]

Output only. The phase ID of the phase that includes the job being repaired.

§
readonly repairPhases?: RepairPhase[]
[src]

Output only. Records of the repair attempts. Each repair phase may have multiple retry attempts or single rollback attempt.

§
readonly rollout?: string
[src]

Output only. The name of the rollout that initiates the AutomationRun.