Class: Aws::StorageGateway::Types::VTLDevice

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

Overview

Represents a device object associated with a tape gateway.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_iscsi_attributesTypes::DeviceiSCSIAttributes

A list of iSCSI information about a VTL device.



7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7347

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_arnString

Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7347

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_identifierString

Specifies the model number of device that the VTL device emulates.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7347

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_typeString

Specifies the type of device that the VTL device emulates.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7347

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_vendorString

Specifies the vendor of the device that the VTL device object emulates.

Returns:

  • (String)


7347
7348
7349
7350
7351
7352
7353
7354
7355
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 7347

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