Contains the result of a successful invocation of the following actions:

  • CreateDBSnapshot
  • DeleteDBSnapshot

This data type is used as a response element in the DescribeDBSnapshots action.

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DBSnapshot
Public Class DBSnapshot
public ref class DBSnapshot

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
DBSnapshot()()()()
Initializes a new instance of the DBSnapshot class
AllocatedStorage
Specifies the allocated storage size in gigabytes (GB).
AvailabilityZone
Specifies the name of the Availability Zone the DB Instance was located in at the time of the DB Snapshot.
DBInstanceIdentifier
Specifies the the DBInstanceIdentifier of the DB Instance this DB Snapshot was created from.
DBSnapshotIdentifier
Specifies the identifier for the DB Snapshot.
Engine
Specifies the name of the database engine.
EngineVersion
Specifies the version of the database engine.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
InstanceCreateTime
Specifies the time (UTC) when the snapshot was taken.
LicenseModel
License model information for the restored DB Instance.
MasterUsername
Provides the master username for the DB Instance.
Port
Specifies the port that the database engine was listening on at the time of the snapshot.
SnapshotCreateTime
Provides the time (UTC) when the snapshot was taken.
SnapshotType
Provides the type of the DB Snapshot.
Status
Specifies the status of this DB Snapshot.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VpcId
Provides the Vpc Id associated with the DB Snapshot.
WithAllocatedStorage(Int32)
Sets the AllocatedStorage property
WithAvailabilityZone(String)
Sets the AvailabilityZone property
WithDBInstanceIdentifier(String)
Sets the DBInstanceIdentifier property
WithDBSnapshotIdentifier(String)
Sets the DBSnapshotIdentifier property
WithEngine(String)
Sets the Engine property
WithEngineVersion(String)
Sets the EngineVersion property
WithInstanceCreateTime(DateTime)
Sets the InstanceCreateTime property
WithLicenseModel(String)
Sets the LicenseModel property
WithMasterUsername(String)
Sets the MasterUsername property
WithPort(Int32)
Sets the Port property
WithSnapshotCreateTime(DateTime)
Sets the SnapshotCreateTime property
WithSnapshotType(String)
Sets the SnapshotType property
WithStatus(String)
Sets the Status property
WithVpcId(String)
Sets the VpcId property

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..DBSnapshot

See Also