/** *
Lists iSCSI information about a VTL device.
*/ export interface _DeviceiSCSIAttributes { /** *Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
*/ TargetARN?: string; /** *The network interface identifier of the VTL device.
*/ NetworkInterfaceId?: string; /** *The port used to communicate with iSCSI VTL device targets.
*/ NetworkInterfacePort?: number; /** *Indicates whether mutual CHAP is enabled for the iSCSI target.
*/ ChapEnabled?: boolean; } export declare type _UnmarshalledDeviceiSCSIAttributes = _DeviceiSCSIAttributes;