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

BareMetalDrainedMachine

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

Represents a machine that is currently drained.

interface BareMetalDrainedMachine {
nodeIp?: string;
}

§Properties

§
nodeIp?: string
[src]

Drained machine IP address.