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

ReservationSubBlock

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

Represents a reservation subBlock resource.

interface ReservationSubBlock {
count?: number;
creationTimestamp?: string;
id?: bigint;
inUseCount?: number;
kind?: string;
name?: string;
reservationSubBlockMaintenance?: GroupMaintenanceInfo;
selfLink?: string;
selfLinkWithId?: string;
status?:
| "CREATING"
| "DELETING"
| "INVALID"
| "READY";
zone?: string;
}

§Properties

§
count?: number
[src]

[Output Only] The number of hosts that are allocated in this reservation subBlock.

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
inUseCount?: number
[src]

[Output Only] The number of instances that are currently in use on this reservation subBlock.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#reservationSubBlock for reservation subBlocks.

§
name?: string
[src]

[Output Only] The name of this reservation subBlock generated by Google Compute Engine. The name must be 1-63 characters long, and comply with RFC1035 @pattern a-z?

§

[Output Only] The physical topology of the reservation subBlock.

§
reservationSubBlockMaintenance?: GroupMaintenanceInfo
[src]

Maintenance information for this reservation subBlock.

§
selfLinkWithId?: string
[src]

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

§
status?: "CREATING" | "DELETING" | "INVALID" | "READY"
[src]

[Output Only] Status of the reservation subBlock.

§
zone?: string
[src]

[Output Only] Zone in which the reservation subBlock resides.