GetServerSnapshotsSnapshot

data class GetServerSnapshotsSnapshot(val createTime: String, val diskId: String, val id: String, val progress: String, val remark: String, val snapshotId: String, val snapshotName: String, val sourceDiskType: String, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, diskId: String, id: String, progress: String, remark: String, snapshotId: String, snapshotName: String, sourceDiskType: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the snapshot was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.

Link copied to clipboard

The ID of the source disk. This parameter has a value even after the source disk is released.

Link copied to clipboard
val id: String

The ID of the Snapshot.

Link copied to clipboard

The progress of snapshot creation.

Link copied to clipboard

The remarks 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

A snapshot of the source of a disk type. Possible values: System, Data.

Link copied to clipboard

The status of the snapshots. Valid values: Progressing, Accomplished and Failed.