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

PreviewFeatureRolloutOperationRolloutInput

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

Represents the input for the rollout operation.

interface PreviewFeatureRolloutOperationRolloutInput {
name?: string;
predefinedRolloutPlan?: "ROLLOUT_PLAN_FAST_ROLLOUT" | "ROLLOUT_PLAN_TWO_DAY_ROLLOUT" | "ROLLOUT_PLAN_UNSPECIFIED";
}

§Properties

§
name?: string
[src]

The name of the rollout plan Ex. organizations//locations/global/rolloutPlans/ Ex. folders//locations/global/rolloutPlans/ Ex. projects//locations/global/rolloutPlans/.

§
predefinedRolloutPlan?: "ROLLOUT_PLAN_FAST_ROLLOUT" | "ROLLOUT_PLAN_TWO_DAY_ROLLOUT" | "ROLLOUT_PLAN_UNSPECIFIED"
[src]

Predefined rollout plan.