CachediSCSIVolume

Describes an iSCSI cached volume.

BackupFile StorageGatewayHybrid CloudStorage

Properties

Name Type Description
VolumeARN object
VolumeId object
VolumeType object
VolumeStatus object
VolumeAttachmentStatus object
VolumeSizeInBytes object
VolumeProgress object
SourceSnapshotId object
VolumeiSCSIAttributes object
CreatedDate object
VolumeUsedInBytes object
KMSKey object
TargetName object
View JSON Schema on GitHub

JSON Schema

amazon-storage-gateway-cachedi-scsi-volume-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-storage-gateway/refs/heads/main/json-schema/amazon-storage-gateway-cachedi-scsi-volume-schema.json",
  "title": "CachediSCSIVolume",
  "description": "Describes an iSCSI cached volume.",
  "type": "object",
  "properties": {
    "VolumeARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the storage volume."
        }
      ]
    },
    "VolumeId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeId"
        },
        {
          "description": "The unique identifier of the volume, e.g., vol-AE4B946D."
        }
      ]
    },
    "VolumeType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeType"
        },
        {
          "description": "One of the VolumeType enumeration values that describes the type of the volume."
        }
      ]
    },
    "VolumeStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeStatus"
        },
        {
          "description": "One of the VolumeStatus values that indicates the state of the storage volume."
        }
      ]
    },
    "VolumeAttachmentStatus": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeAttachmentStatus"
        },
        {
          "description": "A value that indicates whether a storage volume is attached to or detached from a gateway. For more information, see <a href=\"https://docs.aws.amazon.com/storagegateway/latest/userguide/managing-volumes.html#attach-detach-volume\">Moving your volumes to a different gateway</a>."
        }
      ]
    },
    "VolumeSizeInBytes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/long"
        },
        {
          "description": "The size, in bytes, of the volume capacity."
        }
      ]
    },
    "VolumeProgress": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DoubleObject"
        },
        {
          "description": "Represents the percentage complete if the volume is restoring or bootstrapping that represents the percent of data transferred. This field does not appear in the response if the cached volume is not restoring or bootstrapping."
        }
      ]
    },
    "SourceSnapshotId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SnapshotId"
        },
        {
          "description": "If the cached volume was created from a snapshot, this field contains the snapshot ID used, e.g., snap-78e22663. Otherwise, this field is not included."
        }
      ]
    },
    "VolumeiSCSIAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeiSCSIAttributes"
        },
        {
          "description": "An <a>VolumeiSCSIAttributes</a> object that represents a collection of iSCSI attributes for one stored volume."
        }
      ]
    },
    "CreatedDate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CreatedDate"
        },
        {
          "description": "The date the volume was created. Volumes created prior to March 28, 2017 don\u2019t have this timestamp."
        }
      ]
    },
    "VolumeUsedInBytes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/VolumeUsedInBytes"
        },
        {
          "description": "<p>The size of the data stored on the volume in bytes. This value is calculated based on the number of blocks that are touched, instead of the actual amount of data written. This value can be useful for sequential write patterns but less accurate for random write patterns. <code>VolumeUsedInBytes</code> is different from the compressed size of the volume, which is the value that is used to calculate your bill.</p> <note> <p>This value is not available for volumes created prior to May 13, 2015, until you store data on the volume.</p> <p>If you use a delete tool that overwrites the data on your volume with random data, your usage will not be reduced. This is because the random data is not compressible. If you want to reduce the amount of billed storage on your volume, we recommend overwriting your files with zeros to compress the data to a negligible amount of actual storage.</p> </note>"
        }
      ]
    },
    "KMSKey": {
      "$ref": "#/components/schemas/KMSKey"
    },
    "TargetName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TargetName"
        },
        {
          "description": "<p>The name of the iSCSI target used by an initiator to connect to a volume and used as a suffix for the target ARN. For example, specifying <code>TargetName</code> as <i>myvolume</i> results in the target ARN of <code>arn:aws:storagegateway:us-east-2:111122223333:gateway/sgw-12A3456B/target/iqn.1997-05.com.amazon:myvolume</code>. The target name must be unique across all volumes on a gateway.</p> <p>If you don't specify a value, Storage Gateway uses the value that was previously used for this volume as the new target name.</p>"
        }
      ]
    }
  }
}