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

DiagnoseClusterRequest

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

A request to collect cluster diagnostic information.

interface DiagnoseClusterRequest {
diagnosisInterval?: Interval;
job?: string;
jobs?: string[];
tarballAccess?: "TARBALL_ACCESS_UNSPECIFIED" | "GOOGLE_CLOUD_SUPPORT" | "GOOGLE_DATAPROC_DIAGNOSE";
tarballGcsDir?: string;
yarnApplicationId?: string;
yarnApplicationIds?: string[];
}

§Properties

§
diagnosisInterval?: Interval
[src]

Optional. Time interval in which diagnosis should be carried out on the cluster.

§
job?: string
[src]

Optional. DEPRECATED Specifies the job on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

§
jobs?: string[]
[src]

Optional. Specifies a list of jobs on which diagnosis is to be performed. Format: projects/{project}/regions/{region}/jobs/{job}

§
tarballAccess?: "TARBALL_ACCESS_UNSPECIFIED" | "GOOGLE_CLOUD_SUPPORT" | "GOOGLE_DATAPROC_DIAGNOSE"
[src]

Optional. (Optional) The access type to the diagnostic tarball. If not specified, falls back to default access of the bucket

§
tarballGcsDir?: string
[src]

Optional. (Optional) The output Cloud Storage directory for the diagnostic tarball. If not specified, a task-specific directory in the cluster's staging bucket will be used.

§
yarnApplicationId?: string
[src]

Optional. DEPRECATED Specifies the yarn application on which diagnosis is to be performed.

§
yarnApplicationIds?: string[]
[src]

Optional. Specifies a list of yarn applications on which diagnosis is to be performed.