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;
physicalTopology?: ReservationSubBlockPhysicalTopology;
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.
§
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.
§
physicalTopology?: ReservationSubBlockPhysicalTopology
[src][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.