AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
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.

Namespace: Amazon.StorageGateway
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateStorediSCSIVolumeResponse CreateStorediSCSIVolume(
         CreateStorediSCSIVolumeRequest request
)

Parameters

request
Type: Amazon.StorageGateway.Model.CreateStorediSCSIVolumeRequest

Container for the necessary parameters to execute the CreateStorediSCSIVolume service method.

Return Value
Type: Amazon.StorageGateway.Model.CreateStorediSCSIVolumeResponse
The response from the CreateStorediSCSIVolume service method, as returned by StorageGateway.

Exceptions

ExceptionCondition
InternalServerErrorException An internal server error has occurred during the request. See the error and message fields for more information.
InvalidGatewayRequestException An exception occurred because an invalid gateway request was issued to the service. See the error and message fields for more information.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5