Class: Aws::StorageGateway::Types::VTLDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::VTLDevice
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Represents a device object associated with a tape gateway.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_iscsi_attributes ⇒ Types::DeviceiSCSIAttributes
A list of iSCSI information about a VTL device.
-
#vtl_device_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
-
#vtl_device_product_identifier ⇒ String
Specifies the model number of device that the VTL device emulates.
-
#vtl_device_type ⇒ String
Specifies the type of device that the VTL device emulates.
-
#vtl_device_vendor ⇒ String
Specifies the vendor of the device that the VTL device object emulates.
Instance Attribute Details
#device_iscsi_attributes ⇒ Types::DeviceiSCSIAttributes
A list of iSCSI information about a VTL device.
7726 7727 7728 7729 7730 7731 7732 7733 7734 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7726 class VTLDevice < Struct.new( :vtl_device_arn, :vtl_device_type, :vtl_device_vendor, :vtl_device_product_identifier, :device_iscsi_attributes) SENSITIVE = [] include Aws::Structure end |
#vtl_device_arn ⇒ String
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
7726 7727 7728 7729 7730 7731 7732 7733 7734 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7726 class VTLDevice < Struct.new( :vtl_device_arn, :vtl_device_type, :vtl_device_vendor, :vtl_device_product_identifier, :device_iscsi_attributes) SENSITIVE = [] include Aws::Structure end |
#vtl_device_product_identifier ⇒ String
Specifies the model number of device that the VTL device emulates.
7726 7727 7728 7729 7730 7731 7732 7733 7734 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7726 class VTLDevice < Struct.new( :vtl_device_arn, :vtl_device_type, :vtl_device_vendor, :vtl_device_product_identifier, :device_iscsi_attributes) SENSITIVE = [] include Aws::Structure end |
#vtl_device_type ⇒ String
Specifies the type of device that the VTL device emulates.
7726 7727 7728 7729 7730 7731 7732 7733 7734 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7726 class VTLDevice < Struct.new( :vtl_device_arn, :vtl_device_type, :vtl_device_vendor, :vtl_device_product_identifier, :device_iscsi_attributes) SENSITIVE = [] include Aws::Structure end |
#vtl_device_vendor ⇒ String
Specifies the vendor of the device that the VTL device object emulates.
7726 7727 7728 7729 7730 7731 7732 7733 7734 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 7726 class VTLDevice < Struct.new( :vtl_device_arn, :vtl_device_type, :vtl_device_vendor, :vtl_device_product_identifier, :device_iscsi_attributes) SENSITIVE = [] include Aws::Structure end |