GetSnapshotsSnapshot

data class GetSnapshotsSnapshot(val category: String, val creationTime: String, val description: String, val diskId: String, val encrypted: Boolean, val id: String, val instantAccess: Boolean, val instantAccessRetentionDays: Int, val name: String, val productCode: String, val progress: String, val remainTime: Int, val resourceGroupId: String, val retentionDays: Int, val snapshotId: String, val snapshotName: String, val snapshotSn: String, val snapshotType: String, val sourceDiskId: String, val sourceDiskSize: String, val sourceDiskType: String, val sourceStorageType: String, val status: String, val tags: Map<String, String>, val type: String, val usage: String)

Constructors

Link copied to clipboard
constructor(category: String, creationTime: String, description: String, diskId: String, encrypted: Boolean, id: String, instantAccess: Boolean, instantAccessRetentionDays: Int, name: String, productCode: String, progress: String, remainTime: Int, resourceGroupId: String, retentionDays: Int, snapshotId: String, snapshotName: String, snapshotSn: String, snapshotType: String, sourceDiskId: String, sourceDiskSize: String, sourceDiskType: String, sourceStorageType: String, status: String, tags: Map<String, String>, type: String, usage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Creation time. Time of creation. It is represented according to ISO8601, and UTC time is used. Format: YYYY-MM-DDThh:mmZ.

Link copied to clipboard

Description of the snapshot.

Link copied to clipboard
Link copied to clipboard

Whether the snapshot is encrypted or not.

Link copied to clipboard
val id: String

ID of the snapshot.

Link copied to clipboard
Link copied to clipboard

Name of the snapshot.

Link copied to clipboard

Product code on the image market place.

Link copied to clipboard

Progress of snapshot creation, presented in percentage.

Link copied to clipboard

The remaining time of a snapshot creation task, in seconds.

Link copied to clipboard
Link copied to clipboard

The number of days that an automatic snapshot retains in the console for your instance.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Source disk ID, which is retained after the source disk of the snapshot is deleted.

Link copied to clipboard

Size of the source disk, measured in GB.

Link copied to clipboard

Source disk attribute. Value range: System,Data.

Link copied to clipboard
Link copied to clipboard

The snapshot status. Value range: progressing, accomplished and failed.

Link copied to clipboard

A map of tags assigned to the snapshot.

Link copied to clipboard
Link copied to clipboard

Whether the snapshots are used to create resources or not. Value range: image, disk, image_disk and none.