Get Snapshots Result
data class GetSnapshotsResult(val category: String? = null, val dryRun: Boolean? = null, val encrypted: Boolean? = null, val id: String, val ids: List<String>, val kmsKeyId: String? = null, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null, val resourceGroupId: String? = null, val snapshotLinkId: String? = null, val snapshotName: String? = null, val snapshotType: String? = null, val snapshots: List<GetSnapshotsSnapshot>, val sourceDiskType: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String? = null, val usage: String? = null)
A collection of values returned by getSnapshots.
Constructors
Link copied to clipboard
constructor(category: String? = null, dryRun: Boolean? = null, encrypted: Boolean? = null, id: String, ids: List<String>, kmsKeyId: String? = null, nameRegex: String? = null, names: List<String>, outputFile: String? = null, resourceGroupId: String? = null, snapshotLinkId: String? = null, snapshotName: String? = null, snapshotType: String? = null, snapshots: List<GetSnapshotsSnapshot>, sourceDiskType: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String? = null, usage: String? = null)