StoragePoolDisk
import type { StoragePoolDisk } from "https://googleapis.deno.dev/v1/compute:v1.ts";interface StoragePoolDisk {
readonly attachedInstances?: string[];
readonly creationTimestamp?: string;
readonly disk?: string;
readonly name?: string;
readonly provisionedIops?: bigint;
readonly provisionedThroughput?: bigint;
readonly resourcePolicies?: string[];
readonly sizeGb?: bigint;
readonly status?:
| "CREATING"
| "DELETING"
| "FAILED"
| "READY"
| "RESTORING"
| "UNAVAILABLE";
readonly type?: string;
readonly usedBytes?: bigint;
}§Properties
§
readonly attachedInstances?: string[]
[src]Output only. [Output Only] Instances this disk is attached to.
§
readonly creationTimestamp?: string
[src]Output only. [Output Only] Creation timestamp inRFC3339 text format.
§
readonly provisionedIops?: bigint
[src]Output only. [Output Only] The number of IOPS provisioned for the disk.
§
readonly provisionedThroughput?: bigint
[src]Output only. [Output Only] The throughput provisioned for the disk.
§
readonly resourcePolicies?: string[]
[src]Output only. [Output Only] Resource policies applied to disk for automatic snapshot creations.