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

InstanceReference

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

A reference to a Compute Engine instance.

interface InstanceReference {
instanceId?: string;
instanceName?: string;
publicEciesKey?: string;
publicKey?: string;
}

§Properties

§
instanceId?: string
[src]

The unique identifier of the Compute Engine instance.

§
instanceName?: string
[src]

The user-friendly name of the Compute Engine instance.

§
publicEciesKey?: string
[src]

The public ECIES key used for sharing data with this instance.

§
publicKey?: string
[src]

The public RSA key used for sharing data with this instance.