Get Ecs Snapshots Plain Args
data class GetEcsSnapshotsPlainArgs(val category: String? = null, val dryRun: Boolean? = null, val encrypted: Boolean? = null, val ids: List<String>? = null, val kmsKeyId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val resourceGroupId: String? = null, val snapshotLinkId: String? = null, val snapshotName: String? = null, val snapshotType: String? = null, val sourceDiskType: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val type: String? = null, val usage: String? = null) : ConvertibleToJava<GetEcsSnapshotsPlainArgs>
A collection of arguments for invoking getEcsSnapshots.
Constructors
Link copied to clipboard
constructor(category: String? = null, dryRun: Boolean? = null, encrypted: Boolean? = null, ids: List<String>? = null, kmsKeyId: String? = null, nameRegex: String? = null, outputFile: String? = null, resourceGroupId: String? = null, snapshotLinkId: String? = null, snapshotName: String? = null, snapshotType: String? = null, sourceDiskType: String? = null, status: String? = null, tags: Map<String, String>? = null, type: String? = null, usage: String? = null)
Properties
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The resource group id.
Link copied to clipboard
The snapshot link id.
Link copied to clipboard
The name of the snapshot.
Link copied to clipboard
The type of the snapshot. Valid Values: auto
, user
and all
. Default to: all
.
Link copied to clipboard
The type of the disk for which the snapshot was created. Valid Values: System
, Data
.