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

SqlOutOfDiskReport

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

This message wraps up the information written by out-of-disk detection job.

interface SqlOutOfDiskReport {
sqlMinRecommendedIncreaseSizeGb?: number;
sqlOutOfDiskState?: "SQL_OUT_OF_DISK_STATE_UNSPECIFIED" | "NORMAL" | "SOFT_SHUTDOWN";
}

§Properties

§
sqlMinRecommendedIncreaseSizeGb?: number
[src]

The minimum recommended increase size in GigaBytes This field is consumed by the frontend * Writers: * the proactive database wellness job for OOD. * Readers:

§
sqlOutOfDiskState?: "SQL_OUT_OF_DISK_STATE_UNSPECIFIED" | "NORMAL" | "SOFT_SHUTDOWN"
[src]

This field represents the state generated by the proactive database wellness job for OutOfDisk issues. * Writers: * the proactive database wellness job for OOD. * Readers: * the proactive database wellness job