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

Disk

import type { Disk } from "https://aws-api.deno.dev/v0.4/services/storagegateway.ts?docs=full";

Represents a gateway's local disk.

interface Disk {
DiskAllocationResource?: string | null;
DiskAllocationType?: string | null;
DiskAttributeList?: string[] | null;
DiskId?: string | null;
DiskNode?: string | null;
DiskPath?: string | null;
DiskSizeInBytes?: number | null;
DiskStatus?: string | null;
}

§Properties

§
DiskAllocationResource?: string | null
[src]

The iSCSI qualified name (IQN) that is defined for a disk. This field is not included in the response if the local disk is not defined as an iSCSI target. The format of this field is targetIqn::LUNNumber::region-volumeId.

§
DiskAllocationType?: string | null
[src]
§
DiskAttributeList?: string[] | null
[src]
§
DiskId?: string | null
[src]

The unique device ID or other distinguishing data that identifies a local disk.

§
DiskNode?: string | null
[src]

The device node of a local disk as assigned by the virtualization environment.

§
DiskPath?: string | null
[src]

The path of a local disk in the gateway virtual machine (VM).

§
DiskSizeInBytes?: number | null
[src]

The local disk size in bytes.

§
DiskStatus?: string | null
[src]

A value that represents the status of a local disk.