Get Snapshot Result
data class GetSnapshotResult(val chainName: String, val creationTimestamp: String, val description: String, val diskSizeGb: Int, val effectiveLabels: Map<String, String>, val filter: String? = null, val id: String, val labelFingerprint: String, val labels: Map<String, String>, val licenses: List<String>, val mostRecent: Boolean? = null, val name: String? = null, val project: String? = null, val pulumiLabels: Map<String, String>, val selfLink: String, val snapshotEncryptionKeys: List<GetSnapshotSnapshotEncryptionKey>, val snapshotId: Int, val sourceDisk: String, val sourceDiskEncryptionKeys: List<GetSnapshotSourceDiskEncryptionKey>, val storageBytes: Int, val storageLocations: List<String>, val zone: String)
A collection of values returned by getSnapshot.
Constructors
Link copied to clipboard
constructor(chainName: String, creationTimestamp: String, description: String, diskSizeGb: Int, effectiveLabels: Map<String, String>, filter: String? = null, id: String, labelFingerprint: String, labels: Map<String, String>, licenses: List<String>, mostRecent: Boolean? = null, name: String? = null, project: String? = null, pulumiLabels: Map<String, String>, selfLink: String, snapshotEncryptionKeys: List<GetSnapshotSnapshotEncryptionKey>, snapshotId: Int, sourceDisk: String, sourceDiskEncryptionKeys: List<GetSnapshotSourceDiskEncryptionKey>, storageBytes: Int, storageLocations: List<String>, zone: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard