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.