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

ReimageInstanceRequest

import type { ReimageInstanceRequest } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Message requesting to perform reimage operation on a server.

interface ReimageInstanceRequest {
kmsKeyVersion?: string;
osImage?: string;
sshKeys?: string[];
}

§Properties

§
kmsKeyVersion?: string
[src]

Optional. Name of the KMS crypto key version used to encrypt the initial passwords. The key has to have ASYMMETRIC_DECRYPT purpose. Format is projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{key}/cryptoKeyVersions/{version}.

§
osImage?: string
[src]

Required. The OS image code of the image which will be used in the reimage operation.

§
sshKeys?: string[]
[src]

Optional. List of SSH Keys used during reimaging an instance.