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)


7812
7813
7814
7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-storagegateway/types.rb', line 7812

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)


7812
7813
7814
7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-storagegateway/types.rb', line 7812

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)


7812
7813
7814
7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-storagegateway/types.rb', line 7812

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)


7812
7813
7814
7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-storagegateway/types.rb', line 7812

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)


7812
7813
7814
7815
7816
7817
7818
7819
7820
# File 'lib/aws-sdk-storagegateway/types.rb', line 7812

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