This operation creates a volume on a specified gateway. This operation is supported only for the gateway-stored 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.

C# |
public class CreateStorediSCSIVolumeRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | CreateStorediSCSIVolumeRequest()()()() | Initializes a new instance of the CreateStorediSCSIVolumeRequest class |
![]() | DiskId |
The unique identifier for the gateway local disk that is configured as a stored volume. Use ListLocalDisks to list disk IDs for a gateway.
Constraints: |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GatewayARN |
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
region.
Constraints: |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | NetworkInterfaceId |
The network interface of the gateway on which to expose the iSCSI target. Only IPv4 addresses are accepted. Use
DescribeGatewayInformation to get a list of the network interfaces available on a gateway. Valid Values: A valid IP address.
Constraints: |
![]() | PreserveExistingData |
Specify this field as true if you want to preserve the data on the local disk. Otherwise, specifying this field as false creates an empty
volume. Valid Values: true, false
|
![]() | SnapshotId |
The snapshot ID (e.g. "snap-1122aabb") of the snapshot to restore as the new stored volume. Specify this field if you want to create the
iSCSI storage volume from a snapshot otherwise do not include this field. To list snapshots for your account use DescribeSnapshots in the
Amazon Elastic Compute Cloud API Reference.
Constraints: |
![]() | TargetName |
The name of the iSCSI target used by initiators to connect to the target and as a suffix for the target ARN. For example, specifying
TargetName as myvolume results in the target ARN of
arn:aws:storagegateway:us-east-1:111122223333:gateway/mygateway/target/iqn.1997-05.com.amazon:myvolume. The target name must be unique
across all volumes of a gateway.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDiskId(String) | Obsolete.
Sets the DiskId property
|
![]() | WithGatewayARN(String) | Obsolete.
Sets the GatewayARN property
|
![]() | WithNetworkInterfaceId(String) | Obsolete.
Sets the NetworkInterfaceId property
|
![]() | WithPreserveExistingData(Boolean) | Obsolete.
Sets the PreserveExistingData property
|
![]() | WithSnapshotId(String) | Obsolete.
Sets the SnapshotId property
|
![]() | WithTargetName(String) | Obsolete.
Sets the TargetName property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | CreateStorediSCSIVolumeRequest |