AWS SDK Version 3 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.

Container for the parameters to the CopySnapshot operation. Copies a manual snapshot of an instance or disk as another manual snapshot, or copies an automatic snapshot of an instance or disk as a manual snapshot. This operation can also be used to copy a manual or automatic snapshot of an instance or a disk from one Amazon Web Services Region to another in Amazon Lightsail.

When copying a manual snapshot, be sure to define the source region, source snapshot name, and target snapshot name parameters.

When copying an automatic snapshot, be sure to define the source region, source resource name, target snapshot name, and either the restore date or the use latest restorable auto snapshot parameters.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Lightsail.AmazonLightsailRequest
      Amazon.Lightsail.Model.CopySnapshotRequest

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class CopySnapshotRequest : AmazonLightsailRequest
         IAmazonWebServiceRequest

The CopySnapshotRequest type exposes the following members

Constructors

NameDescription
Public Method CopySnapshotRequest()

Properties

NameTypeDescription
Public Property RestoreDate System.String

Gets and sets the property RestoreDate.

The date of the source automatic snapshot to copy. Use the get auto snapshots operation to identify the dates of the available automatic snapshots.

Constraints:

  • Must be specified in YYYY-MM-DD format.

  • This parameter cannot be defined together with the use latest restorable auto snapshot parameter. The restore date and use latest restorable auto snapshot parameters are mutually exclusive.

  • Define this parameter only when copying an automatic snapshot as a manual snapshot. For more information, see the Amazon Lightsail Developer Guide.

Public Property SourceRegion Amazon.Lightsail.RegionName

Gets and sets the property SourceRegion.

The Amazon Web Services Region where the source manual or automatic snapshot is located.

Public Property SourceResourceName System.String

Gets and sets the property SourceResourceName.

The name of the source instance or disk from which the source automatic snapshot was created.

Constraint:

Public Property SourceSnapshotName System.String

Gets and sets the property SourceSnapshotName.

The name of the source manual snapshot to copy.

Constraint:

  • Define this parameter only when copying a manual snapshot as another manual snapshot.

Public Property TargetSnapshotName System.String

Gets and sets the property TargetSnapshotName.

The name of the new manual snapshot to be created as a copy.

Public Property UseLatestRestorableAutoSnapshot System.Boolean

Gets and sets the property UseLatestRestorableAutoSnapshot.

A Boolean value to indicate whether to use the latest available automatic snapshot of the specified source instance or disk.

Constraints:

  • This parameter cannot be defined together with the restore date parameter. The use latest restorable auto snapshot and restore date parameters are mutually exclusive.

  • Define this parameter only when copying an automatic snapshot as a manual snapshot. For more information, see the Amazon Lightsail Developer Guide.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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