Struct aws_sdk_storagegateway::client::fluent_builders::CreateSnapshotFromVolumeRecoveryPoint [−][src]
pub struct CreateSnapshotFromVolumeRecoveryPoint<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description
Fluent builder constructing a request to CreateSnapshotFromVolumeRecoveryPoint
.
Initiates a snapshot of a gateway from a volume recovery point. This operation is only supported in the cached volume gateway type.
A volume recovery point is a point in time at which all data of the volume is consistent and from which you can create a snapshot. To get a list of volume recovery point for cached volume gateway, use ListVolumeRecoveryPoints.
In the CreateSnapshotFromVolumeRecoveryPoint
request, you identify the
volume by providing its Amazon Resource Name (ARN). You must also provide a description for
the snapshot. When the gateway takes a snapshot of the specified volume, the snapshot and
its description appear in the Storage Gateway console.
In response, the gateway returns
you a snapshot ID. You can use this snapshot ID to check the snapshot progress or later use
it when you want to create a volume from a snapshot.
To list or delete a snapshot, you must use the Amazon EC2 API. For more information, see DescribeSnapshots or DeleteSnapshot in the Amazon Elastic Compute Cloud API Reference.
Implementations
impl<C, M, R> CreateSnapshotFromVolumeRecoveryPoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateSnapshotFromVolumeRecoveryPoint<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateSnapshotFromVolumeRecoveryPointOutput, SdkError<CreateSnapshotFromVolumeRecoveryPointError>> where
R::Policy: SmithyRetryPolicy<CreateSnapshotFromVolumeRecoveryPointInputOperationOutputAlias, CreateSnapshotFromVolumeRecoveryPointOutput, CreateSnapshotFromVolumeRecoveryPointError, CreateSnapshotFromVolumeRecoveryPointInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateSnapshotFromVolumeRecoveryPointOutput, SdkError<CreateSnapshotFromVolumeRecoveryPointError>> where
R::Policy: SmithyRetryPolicy<CreateSnapshotFromVolumeRecoveryPointInputOperationOutputAlias, CreateSnapshotFromVolumeRecoveryPointOutput, CreateSnapshotFromVolumeRecoveryPointError, CreateSnapshotFromVolumeRecoveryPointInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
The Amazon Resource Name (ARN) of the iSCSI volume target. Use the DescribeStorediSCSIVolumes operation to return to retrieve the TargetARN for specified VolumeARN.
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.
Textual description of the snapshot that appears in the Amazon EC2 console, Elastic Block Store snapshots panel in the Description field, and in the Storage Gateway snapshot Details pane, Description field.
Appends an item to Tags
.
To override the contents of this collection use set_tags
.
A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
A list of up to 50 tags that can be assigned to a snapshot. Each tag is a key-value pair.
Valid characters for key and value are letters, spaces, and numbers representable in UTF-8 format, and the following special characters: + - = . _ : / @. The maximum length of a tag's key is 128 characters, and the maximum length for a tag's value is 256.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateSnapshotFromVolumeRecoveryPoint<C, M, R>
impl<C, M, R> Send for CreateSnapshotFromVolumeRecoveryPoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateSnapshotFromVolumeRecoveryPoint<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateSnapshotFromVolumeRecoveryPoint<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateSnapshotFromVolumeRecoveryPoint<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more