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

AllocationResourceStatus

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

[Output Only] Contains output only fields.

interface AllocationResourceStatus {
reservationBlockCount?: number;
reservationMaintenance?: GroupMaintenanceInfo;
}

§Properties

§
reservationBlockCount?: number
[src]

The number of reservation blocks associated with this reservation.

§
reservationMaintenance?: GroupMaintenanceInfo
[src]

Maintenance information for this reservation

§

Allocation Properties of this reservation.