C# 클래스 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.

상속: AmazonStorageGatewayRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

비공개 메소드들

메소드 설명
IsSetClientToken ( ) : bool
IsSetGatewayARN ( ) : bool
IsSetNetworkInterfaceId ( ) : bool
IsSetSnapshotId ( ) : bool
IsSetSourceVolumeARN ( ) : bool
IsSetTargetName ( ) : bool
IsSetVolumeSizeInBytes ( ) : bool