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

StoragePoolType

import type { StoragePoolType } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface StoragePoolType {
creationTimestamp?: string;
deprecated?: DeprecationStatus;
description?: string;
id?: bigint;
kind?: string;
maxPoolProvisionedCapacityGb?: bigint;
maxPoolProvisionedIops?: bigint;
maxPoolProvisionedThroughput?: bigint;
minPoolProvisionedCapacityGb?: bigint;
minPoolProvisionedIops?: bigint;
minPoolProvisionedThroughput?: bigint;
minSizeGb?: bigint;
name?: string;
selfLink?: string;
selfLinkWithId?: string;
supportedDiskTypes?: string[];
zone?: string;
}

§Properties

§
creationTimestamp?: string
[src]

[Output Only] Creation timestamp in RFC3339 text format.

§

[Output Only] The deprecation status associated with this storage pool type.

§
description?: string
[src]

[Output Only] An optional description of this resource.

§
id?: bigint
[src]

[Output Only] The unique identifier for the resource. This identifier is defined by the server.

§
kind?: string
[src]

[Output Only] Type of the resource. Always compute#storagePoolType for storage pool types.

§
maxPoolProvisionedCapacityGb?: bigint
[src]

[Output Only] Maximum storage pool size in GB.

§
maxPoolProvisionedIops?: bigint
[src]

[Output Only] Maximum provisioned IOPS.

§
maxPoolProvisionedThroughput?: bigint
[src]

[Output Only] Maximum provisioned throughput.

§
minPoolProvisionedCapacityGb?: bigint
[src]

[Output Only] Minimum storage pool size in GB.

§
minPoolProvisionedIops?: bigint
[src]

[Output Only] Minimum provisioned IOPS.

§
minPoolProvisionedThroughput?: bigint
[src]

[Output Only] Minimum provisioned throughput.

§
minSizeGb?: bigint
[src]

[Deprecated] This field is deprecated. Use minPoolProvisionedCapacityGb instead.

§
name?: string
[src]

[Output Only] Name of the resource.

§
selfLinkWithId?: string
[src]

[Output Only] Server-defined URL for this resource with the resource id.

§
supportedDiskTypes?: string[]
[src]

[Output Only] The list of disk types supported in this storage pool type.

§
zone?: string
[src]

[Output Only] URL of the zone where the storage pool type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.