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

FutureReservation

import type { FutureReservation } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface FutureReservation {
aggregateReservation?: AllocationAggregateReservation;
autoCreatedReservationsDeleteTime?: string;
autoCreatedReservationsDuration?: Duration;
autoDeleteAutoCreatedReservations?: boolean;
readonly creationTimestamp?: string;
deploymentType?: "DENSE" | "DEPLOYMENT_TYPE_UNSPECIFIED";
description?: string;
enableEmergentMaintenance?: boolean;
readonly id?: bigint;
readonly kind?: string;
name?: string;
namePrefix?: string;
planningStatus?: "DRAFT" | "PLANNING_STATUS_UNSPECIFIED" | "SUBMITTED";
reservationMode?: "CALENDAR" | "DEFAULT" | "RESERVATION_MODE_UNSPECIFIED";
reservationName?: string;
schedulingType?: "GROUPED" | "GROUP_MAINTENANCE_TYPE_UNSPECIFIED" | "INDEPENDENT";
readonly selfLink?: string;
readonly selfLinkWithId?: string;
shareSettings?: ShareSettings;
specificReservationRequired?: boolean;
readonly status?: FutureReservationStatus;
readonly zone?: string;
}

§Properties

§

Aggregate reservation details for the future reservation.

§
autoCreatedReservationsDeleteTime?: string
[src]

Future timestamp when the FR auto-created reservations will be deleted by Compute Engine. Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.txt">RFC3339 value.

§
autoCreatedReservationsDuration?: Duration
[src]

Specifies the duration of auto-created reservations. It represents relative time to future reservation start_time when auto-created reservations will be automatically deleted by Compute Engine. Duration time unit is represented as a count of seconds and fractions of seconds at nanosecond resolution.

§
autoDeleteAutoCreatedReservations?: boolean
[src]

Setting for enabling or disabling automatic deletion for auto-created reservation. If set to true, auto-created reservations will be deleted at Future Reservation's end time (default) or at user's defined timestamp if any of the [auto_created_reservations_delete_time, auto_created_reservations_duration] values is specified. For keeping auto-created reservation indefinitely, this value should be set to false.

§

If not present, then FR will not deliver a new commitment or update an existing commitment.

§
readonly creationTimestamp?: string
[src]

Output only. [Output Only] The creation timestamp for this future reservation inRFC3339 text format.

§
deploymentType?: "DENSE" | "DEPLOYMENT_TYPE_UNSPECIFIED"
[src]

Type of the deployment requested as part of future reservation.

§
description?: string
[src]

An optional description of this resource. Provide this property when you create the future reservation.

§
enableEmergentMaintenance?: boolean
[src]

Indicates if this group of VMs have emergent maintenance enabled.

§
readonly id?: bigint
[src]

Output only. [Output Only] A unique identifier for this future reservation. The server defines this identifier.

§
readonly kind?: string
[src]

Output only. [Output Only] Type of the resource. Alwayscompute#futureReservation for future reservations.

§
name?: string
[src]

The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply withRFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

§
namePrefix?: string
[src]

Name prefix for the reservations to be created at the time of delivery. The name prefix must comply with RFC1035. Maximum allowed length for name prefix is 20. Automatically created reservations name format will be -date-####.

§
planningStatus?: "DRAFT" | "PLANNING_STATUS_UNSPECIFIED" | "SUBMITTED"
[src]

Planning state before being submitted for evaluation

§
reservationMode?: "CALENDAR" | "DEFAULT" | "RESERVATION_MODE_UNSPECIFIED"
[src]

The reservation mode which determines reservation-termination behavior and expected pricing.

§
reservationName?: string
[src]

Name of reservations where the capacity is provisioned at the time of delivery of future reservations. If the reservation with the given name does not exist already, it is created automatically at the time of Approval with INACTIVE state till specified start-time. Either provide the reservation_name or a name_prefix.

§
schedulingType?: "GROUPED" | "GROUP_MAINTENANCE_TYPE_UNSPECIFIED" | "INDEPENDENT"
[src]

Maintenance information for this reservation

§
readonly selfLinkWithId?: string
[src]

Output only. [Output Only] Server-defined URL for this resource with the resource id.

§
shareSettings?: ShareSettings
[src]

List of Projects/Folders to share with.

§
specificReservationRequired?: boolean
[src]

Indicates whether the auto-created reservation can be consumed by VMs with affinity for "any" reservation. If the field is set, then only VMs that target the reservation by name can consume from the delivered reservation.

§

Future Reservation configuration to indicate instance properties and total count.

§

Output only. [Output only] Status of the Future Reservation

§

Time window for this Future Reservation.

§
readonly zone?: string
[src]

Output only. [Output Only] URL of the Zone where this future reservation resides.