Class: Aws::StorageGateway::Types::DeviceiSCSIAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeviceiSCSIAttributes
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Lists iSCSI information about a VTL device.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chap_enabled ⇒ Boolean
Indicates whether mutual CHAP is enabled for the iSCSI target.
-
#network_interface_id ⇒ String
The network interface identifier of the VTL device.
-
#network_interface_port ⇒ Integer
The port used to communicate with iSCSI VTL device targets.
-
#target_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
Instance Attribute Details
#chap_enabled ⇒ Boolean
Indicates whether mutual CHAP is enabled for the iSCSI target.
3853 3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3853 class DeviceiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The network interface identifier of the VTL device.
3853 3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3853 class DeviceiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#network_interface_port ⇒ Integer
The port used to communicate with iSCSI VTL device targets.
3853 3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3853 class DeviceiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) that encodes the iSCSI qualified name(iqn) of a tape drive or media changer target.
3853 3854 3855 3856 3857 3858 3859 3860 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3853 class DeviceiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :chap_enabled) SENSITIVE = [] include Aws::Structure end |