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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


7482
7483
7484
7485
7486
7487
7488
7489
7490
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7482

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)


7482
7483
7484
7485
7486
7487
7488
7489
7490
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7482

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)


7482
7483
7484
7485
7486
7487
7488
7489
7490
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7482

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)


7482
7483
7484
7485
7486
7487
7488
7489
7490
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7482

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)


7482
7483
7484
7485
7486
7487
7488
7489
7490
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7482

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