Container for the parameters to the CreateDBSnapshot operation.
Namespace: Amazon.RDS.ModelCreates a DBSnapshot. The source DBInstance must be in "available" state.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class CreateDBSnapshotRequest : AmazonWebServiceRequest
Public Class CreateDBSnapshotRequest _ Inherits AmazonWebServiceRequest
public ref class CreateDBSnapshotRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| CreateDBSnapshotRequest()()()() | Initializes a new instance of the CreateDBSnapshotRequest class | |
| DBInstanceIdentifier |
The DB Instance identifier. This is the unique key that identifies a DB Instance. This parameter isn't case sensitive. Constraints:
| |
| DBSnapshotIdentifier |
The identifier for the DB Snapshot. Constraints:
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| WithDBInstanceIdentifier(String) |
Sets the DBInstanceIdentifier property
| |
| WithDBSnapshotIdentifier(String) |
Sets the DBSnapshotIdentifier property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..CreateDBSnapshotRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.RDS.Model..::..CreateDBSnapshotRequest