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

VTLDevice

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

Represents a device object associated with a tape gateway.

interface VTLDevice {
DeviceiSCSIAttributes?: DeviceiSCSIAttributes | null;
VTLDeviceARN?: string | null;
VTLDeviceProductIdentifier?: string | null;
VTLDeviceType?: string | null;
VTLDeviceVendor?: string | null;
}

§Properties

§
DeviceiSCSIAttributes?: DeviceiSCSIAttributes | null
[src]

A list of iSCSI information about a VTL device.

§
VTLDeviceARN?: string | null
[src]

Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

§
VTLDeviceProductIdentifier?: string | null
[src]

Specifies the model number of device that the VTL device emulates.

§
VTLDeviceType?: string | null
[src]

Specifies the type of device that the VTL device emulates.

§
VTLDeviceVendor?: string | null
[src]

Specifies the vendor of the device that the VTL device object emulates.