Amazon Storage Gateway · JSON Structure

Amazon Storage Gateway Vtl Device Structure

Represents a device object associated with a tape gateway.

Type: object Properties: 5
BackupFile StorageGatewayHybrid CloudStorage

VTLDevice is a JSON Structure definition published by Amazon Storage Gateway, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

VTLDeviceARN VTLDeviceType VTLDeviceVendor VTLDeviceProductIdentifier DeviceiSCSIAttributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-structure/amazon-storage-gateway-vtl-device-structure.json",
  "name": "VTLDevice",
  "description": "Represents a device object associated with a tape gateway.",
  "properties": {
    "VTLDeviceARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VTLDeviceARN"
        },
        {
          "description": "Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer)."
        }
      ]
    },
    "VTLDeviceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VTLDeviceType"
        },
        {
          "description": "Specifies the type of device that the VTL device emulates."
        }
      ]
    },
    "VTLDeviceVendor": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VTLDeviceVendor"
        },
        {
          "description": "Specifies the vendor of the device that the VTL device object emulates."
        }
      ]
    },
    "VTLDeviceProductIdentifier": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VTLDeviceProductIdentifier"
        },
        {
          "description": "Specifies the model number of device that the VTL device emulates."
        }
      ]
    },
    "DeviceiSCSIAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeviceiSCSIAttributes"
        },
        {
          "description": "A list of iSCSI information about a VTL device."
        }
      ]
    }
  }
}