Class: Aws::StorageGateway::Types::VolumeiSCSIAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::VolumeiSCSIAttributes
- 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
-
#chap_enabled ⇒ Boolean
Indicates whether mutual CHAP is enabled for the iSCSI target.
-
#lun_number ⇒ Integer
The logical disk number.
-
#network_interface_id ⇒ String
The network interface identifier.
-
#network_interface_port ⇒ Integer
The port used to communicate with iSCSI targets.
-
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target.
Instance Attribute Details
#chap_enabled ⇒ Boolean
Indicates whether mutual CHAP is enabled for the iSCSI target.
7861 7862 7863 7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7861 class VolumeiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :lun_number, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#lun_number ⇒ Integer
The logical disk number.
7861 7862 7863 7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7861 class VolumeiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :lun_number, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#network_interface_id ⇒ String
The network interface identifier.
7861 7862 7863 7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7861 class VolumeiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :lun_number, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#network_interface_port ⇒ Integer
The port used to communicate with iSCSI targets.
7861 7862 7863 7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7861 class VolumeiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :lun_number, :chap_enabled) SENSITIVE = [] include Aws::Structure end |
#target_arn ⇒ String
The Amazon Resource Name (ARN) of the volume target.
7861 7862 7863 7864 7865 7866 7867 7868 7869 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7861 class VolumeiSCSIAttributes < Struct.new( :target_arn, :network_interface_id, :network_interface_port, :lun_number, :chap_enabled) SENSITIVE = [] include Aws::Structure end |