GetSnapshotsSnapshot

data class GetSnapshotsSnapshot(val category: String, val createTime: String, val description: String, val id: String, val instanceId: String, val lastModifiedTime: String, val progress: String, val remainTime: Int, val retentionDays: Int, val snapshotId: String, val snapshotName: String, val snapshotType: String, val sourceFsSize: Int, val status: String)

Constructors

Link copied to clipboard
constructor(category: String, createTime: String, description: String, id: String, instanceId: String, lastModifiedTime: String, progress: String, remainTime: Int, retentionDays: Int, snapshotId: String, snapshotName: String, snapshotType: String, sourceFsSize: Int, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of the Snapshot.

Link copied to clipboard

The creation time of the snapshot.

Link copied to clipboard

The description of the snapshot.

Link copied to clipboard
val id: String

The ID of the Snapshot.

Link copied to clipboard

The ID of the database file system.

Link copied to clipboard

The last modification time of the snapshot.

Link copied to clipboard

The progress of the snapshot.

Link copied to clipboard

The remaining completion time of the snapshot being created, in seconds.

Link copied to clipboard

The retention days of the snapshot.

Link copied to clipboard

The ID of the snapshot.

Link copied to clipboard

The name of the snapshot.

Link copied to clipboard

The creation of the snapshot.

Link copied to clipboard

Source database file system capacity.

Link copied to clipboard

The status of the snapshot. Possible values: progressing, accomplished, failed.