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
 
Container for the parameters to the CreateCachediSCSIVolume operation. This operation creates a cached volume on a specified cached gateway. This operation is supported only for the gateway-cached volume architecture. Cache storage must be allocated to the gateway before you can create a cached volume. Use the AddCache operation to add cache storage to a gateway.

In the request, you must specify the gateway, size of the volume in bytes, the iSCSI target name, an IP address on which to expose the target, and a unique client token. In response, AWS Storage Gateway creates the volume and returns information about it 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StorageGateway.AmazonStorageGatewayRequest
      Amazon.StorageGateway.Model.CreateCachediSCSIVolumeRequest

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

Syntax

C#
public class CreateCachediSCSIVolumeRequest : AmazonStorageGatewayRequest
         IRequestEvents

The CreateCachediSCSIVolumeRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ClientToken System.String Gets and sets the property ClientToken.
Public Property GatewayARN System.String Gets and sets the property GatewayARN.
Public Property NetworkInterfaceId System.String Gets and sets the property NetworkInterfaceId.
Public Property SnapshotId System.String Gets and sets the property SnapshotId.
Public Property TargetName System.String Gets and sets the property TargetName.
Public Property VolumeSizeInBytes System.Int64 Gets and sets the property VolumeSizeInBytes.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8