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

DeviceiSCSIAttributes

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

Lists iSCSI information about a VTL device.

interface DeviceiSCSIAttributes {
ChapEnabled?: boolean | null;
NetworkInterfaceId?: string | null;
NetworkInterfacePort?: number | null;
TargetARN?: string | null;
}

§Properties

§
ChapEnabled?: boolean | null
[src]

Indicates whether mutual CHAP is enabled for the iSCSI target.

§
NetworkInterfaceId?: string | null
[src]

The network interface identifier of the VTL device.

§
NetworkInterfacePort?: number | null
[src]

The port used to communicate with iSCSI VTL device targets.

§
TargetARN?: string | null
[src]

Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.