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

DiskMetric

import type { DiskMetric } from "https://googleapis.deno.dev/v1/language:v2.ts";
interface DiskMetric {
diskType?:
| "UNKNOWN_DISK_TYPE"
| "REGIONAL_SSD"
| "REGIONAL_STORAGE"
| "PD_SSD"
| "PD_STANDARD"
| "STORAGE_SNAPSHOT";
gibSec?: bigint;
}

§Properties

§
diskType?: "UNKNOWN_DISK_TYPE" | "REGIONAL_SSD" | "REGIONAL_STORAGE" | "PD_SSD" | "PD_STANDARD" | "STORAGE_SNAPSHOT"
[src]

Required. Type of Disk, e.g. REGIONAL_SSD.

§
gibSec?: bigint
[src]

Required. Seconds of physical disk usage, e.g. 3600.