Snapshot Snapshot Encryption Key
data class SnapshotSnapshotEncryptionKey(val kmsKeySelfLink: String? = null, val kmsKeyServiceAccount: String? = null, val rawKey: String? = null, val sha256: String? = null)
Constructors
Link copied to clipboard
fun SnapshotSnapshotEncryptionKey(kmsKeySelfLink: String? = null, kmsKeyServiceAccount: String? = null, rawKey: String? = null, sha256: String? = null)