
create-storedi-scsi-volume
**************************


DESCRIPTION
===========

This operation creates a volume on a specified gateway. This operation
is supported only for the gateway-cached volume architecture.

The size of the volume to create is inferred from the disk size. You
can choose to preserve existing data on the disk, create volume from
an existing snapshot, or create an empty volume. If you choose to
create an empty gateway volume, then any existing data on the disk is
erased.

In the request you must specify the gateway and the disk information
on which you are creating the volume. In response, AWS Storage Gateway
creates the volume and returns volume information such as the volume
Amazon Resource Name (ARN), its size, and the iSCSI target ARN that
initiators can use to connect to the volume target.


SYNOPSIS
========

   aws storagegateway create-storedi-scsi-volume
     --network-interface-id <value>
     --gateway-arn <value>
     --preserve-existing-data
     --no-preserve-existing-data
     --target-name <value>
     --disk-id <value>
     [--snapshot-id <value>]


REQUIRED PARAMETERS
===================

"--network-interface-id"  (string)

"--gateway-arn"  (string)

"--preserve-existing-data"  | "--no-preserve-existing-data"  (boolean)

"--target-name"  (string)

"--disk-id"  (string)


OPTIONAL PARAMETERS
===================

"--snapshot-id"  (string)
