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

ReservationSlotStatus

import type { ReservationSlotStatus } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface ReservationSlotStatus {
readonly physicalTopology?: ReservationSlotPhysicalTopology;
readonly rdmaIpAddresses?: string[];
readonly runningInstances?: string[];
}

§Properties

§
readonly physicalTopology?: ReservationSlotPhysicalTopology
[src]

Output only. [Output Only] The physical topology of the reservation sub-block.

§
readonly rdmaIpAddresses?: string[]
[src]

Output only. The RDMA IP address of the physical host.

§
readonly runningInstances?: string[]
[src]

Output only. The URIs of the instances currently running on this slot.