C# Class Amazon.StorageGateway.Model.CreateCachediSCSIVolumeRequest

Container for the parameters to the CreateCachediSCSIVolume 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. This information includes the volume Amazon Resource Name (ARN), its size, and the iSCSI target ARN that initiators can use to connect to the volume target.

Optionally, you can provide the ARN for an existing volume as the SourceVolumeARN for this cached volume, which creates an exact copy of the existing volume’s latest recovery point. The VolumeSizeInBytes value must be equal to or larger than the size of the copied volume, in bytes.

Inheritance: AmazonStorageGatewayRequest
Show file Open project: aws/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetClientToken ( ) : bool
IsSetGatewayARN ( ) : bool
IsSetNetworkInterfaceId ( ) : bool
IsSetSnapshotId ( ) : bool
IsSetSourceVolumeARN ( ) : bool
IsSetTargetName ( ) : bool
IsSetVolumeSizeInBytes ( ) : bool