You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::StorageGateway::Types::VolumeiSCSIAttributes

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Lists iSCSI information about a volume.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#chap_enabledBoolean

Indicates whether mutual CHAP is enabled for the iSCSI target.

Returns:

  • (Boolean)

    Indicates whether mutual CHAP is enabled for the iSCSI target.

#lun_numberInteger

The logical disk number.

Returns:

  • (Integer)

    The logical disk number.

#network_interface_idString

The network interface identifier.

Returns:

  • (String)

    The network interface identifier.

#network_interface_portInteger

The port used to communicate with iSCSI targets.

Returns:

  • (Integer)

    The port used to communicate with iSCSI targets.

#target_arnString

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

Returns:

  • (String)

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