Class: Aws::StorageGateway::Types::DeviceiSCSIAttributes

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

Overview

Lists iSCSI information about a VTL device.

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)


3710
3711
3712
3713
3714
3715
3716
3717
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3710

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

#network_interface_idString

The network interface identifier of the VTL device.

Returns:

  • (String)


3710
3711
3712
3713
3714
3715
3716
3717
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3710

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

#network_interface_portInteger

The port used to communicate with iSCSI VTL device targets.

Returns:

  • (Integer)


3710
3711
3712
3713
3714
3715
3716
3717
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3710

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

#target_arnString

Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.

Returns:

  • (String)


3710
3711
3712
3713
3714
3715
3716
3717
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3710

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