class Snapshot(val snapshotIdentifier: String, val clusterIdentifier: String, val clusterVersion: ClusterVersion, val dbName: String, val port: Int, val masterUsername: String, val status: Status, val availabilityZone: AvailabilityZone, val snapshotType: SnapshotType, val nodeType: NodeType, val numOfNodes: Int, val ownerAccount: String, val encrypted: Boolean, val elapsedTimeInSeconds: Long, val estimatedSecondsToCompletion: Long, val actualIncrementalBackupSizeInMegaBytes: Double, val currentBackupRateInMegaBytesPerSecond: Double, val backupProgressInMegaBytes: Double, val totalBackupSizeInMegaBytes: Double, val vpcId: String, val accountsWithRestoreAccess: Seq[AccountWithRestoreAccess], val clusterCreatedAt: DateTime, val snapshotCreatedAt: DateTime) extends Snapshot
- Companion
- object
class Snapshot
trait Cloneable
trait Serializable
class Object
trait Matchable
class Any