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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

Lists iSCSI information about a volume.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chap_enabledBoolean

Indicates whether mutual CHAP is enabled for the iSCSI target.

Returns:

  • (Boolean)


7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'lib/aws-sdk-storagegateway/types.rb', line 7459

class VolumeiSCSIAttributes < Struct.new(
  :target_arn,
  :network_interface_id,
  :network_interface_port,
  :lun_number,
  :chap_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#lun_numberInteger

The logical disk number.

Returns:

  • (Integer)


7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'lib/aws-sdk-storagegateway/types.rb', line 7459

class VolumeiSCSIAttributes < Struct.new(
  :target_arn,
  :network_interface_id,
  :network_interface_port,
  :lun_number,
  :chap_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_idString

The network interface identifier.

Returns:

  • (String)


7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'lib/aws-sdk-storagegateway/types.rb', line 7459

class VolumeiSCSIAttributes < Struct.new(
  :target_arn,
  :network_interface_id,
  :network_interface_port,
  :lun_number,
  :chap_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_portInteger

The port used to communicate with iSCSI targets.

Returns:

  • (Integer)


7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'lib/aws-sdk-storagegateway/types.rb', line 7459

class VolumeiSCSIAttributes < Struct.new(
  :target_arn,
  :network_interface_id,
  :network_interface_port,
  :lun_number,
  :chap_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#target_arnString

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

Returns:

  • (String)


7459
7460
7461
7462
7463
7464
7465
7466
7467
# File 'lib/aws-sdk-storagegateway/types.rb', line 7459

class VolumeiSCSIAttributes < Struct.new(
  :target_arn,
  :network_interface_id,
  :network_interface_port,
  :lun_number,
  :chap_enabled)
  SENSITIVE = []
  include Aws::Structure
end