GetSnapshotsSnapshot

data class GetSnapshotsSnapshot(val createTime: String, val description: String, val encryptType: Int, val id: String, val progress: String, val remainTime: Int, val retentionDays: Int, val snapshotId: String, val snapshotName: String, val sourceFileSystemId: String, val sourceFileSystemSize: String, val sourceFileSystemVersion: String, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, description: String, encryptType: Int, id: String, progress: String, remainTime: Int, retentionDays: Int, snapshotId: String, snapshotName: String, sourceFileSystemId: String, sourceFileSystemSize: String, sourceFileSystemVersion: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the resource.

Link copied to clipboard

The description of the snapshot.

Link copied to clipboard

The type of the encryption.

Link copied to clipboard
val id: String

The ID of the Snapshot.

Link copied to clipboard

The progress of the snapshot creation. The value of this parameter is expressed as a percentage.

Link copied to clipboard

The remaining time that is required to create the snapshot. Unit: seconds.

Link copied to clipboard

The retention period of the automatic snapshot. Unit: days.

Link copied to clipboard

The ID of the resource.

Link copied to clipboard

The name of the snapshot.

Link copied to clipboard

The ID of the source file system.

Link copied to clipboard

The capacity of the source file system. Unit: GiB.

Link copied to clipboard

The version of the source file system.

Link copied to clipboard

The status of the snapshot.