GetSnapshotResult

data class GetSnapshotResult(val createTime: String, val description: String, val name: String, val storageVolume: String, val type: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, name: String, storageVolume: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the snapshot.

Link copied to clipboard

The description of the snapshot.

Link copied to clipboard

The name of the snapshot.

Link copied to clipboard

The name of the volume which this snapshot belongs to.

Link copied to clipboard

The type of the snapshot which indicates whether it was scheduled or manual/ad-hoc.