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

VolumeiSCSIAttributes

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

Lists iSCSI information about a volume.

interface VolumeiSCSIAttributes {
ChapEnabled?: boolean | null;
LunNumber?: number | 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.

§
LunNumber?: number | null
[src]

The logical disk number.

§
NetworkInterfaceId?: string | null
[src]

The network interface identifier.

§
NetworkInterfacePort?: number | null
[src]

The port used to communicate with iSCSI targets.

§
TargetARN?: string | null
[src]

The Amazon Resource Name (ARN) of the volume target.