Uses of Interface
com.hashicorp.cdktf.providers.google.compute_snapshot.ComputeSnapshotSourceDiskEncryptionKey
-
Packages that use ComputeSnapshotSourceDiskEncryptionKey Package Description com.hashicorp.cdktf.providers.google.compute_snapshot google_compute_snapshot -
-
Uses of ComputeSnapshotSourceDiskEncryptionKey in com.hashicorp.cdktf.providers.google.compute_snapshot
Classes in com.hashicorp.cdktf.providers.google.compute_snapshot that implement ComputeSnapshotSourceDiskEncryptionKey Modifier and Type Class Description static classComputeSnapshotSourceDiskEncryptionKey.Jsii$ProxyAn implementation forComputeSnapshotSourceDiskEncryptionKeyMethods in com.hashicorp.cdktf.providers.google.compute_snapshot that return ComputeSnapshotSourceDiskEncryptionKey Modifier and Type Method Description ComputeSnapshotSourceDiskEncryptionKeyComputeSnapshotSourceDiskEncryptionKey.Builder. build()Builds the configured instance.ComputeSnapshotSourceDiskEncryptionKeyComputeSnapshotSourceDiskEncryptionKeyOutputReference. getInternalValue()default ComputeSnapshotSourceDiskEncryptionKeyComputeSnapshotConfig. getSourceDiskEncryptionKey()source_disk_encryption_key block.ComputeSnapshotSourceDiskEncryptionKeyComputeSnapshotConfig.Jsii$Proxy. getSourceDiskEncryptionKey()ComputeSnapshotSourceDiskEncryptionKeyComputeSnapshot. getSourceDiskEncryptionKeyInput()Methods in com.hashicorp.cdktf.providers.google.compute_snapshot with parameters of type ComputeSnapshotSourceDiskEncryptionKey Modifier and Type Method Description voidComputeSnapshot. putSourceDiskEncryptionKey(ComputeSnapshotSourceDiskEncryptionKey value)voidComputeSnapshotSourceDiskEncryptionKeyOutputReference. setInternalValue(ComputeSnapshotSourceDiskEncryptionKey value)ComputeSnapshot.BuilderComputeSnapshot.Builder. sourceDiskEncryptionKey(ComputeSnapshotSourceDiskEncryptionKey sourceDiskEncryptionKey)source_disk_encryption_key block.ComputeSnapshotConfig.BuilderComputeSnapshotConfig.Builder. sourceDiskEncryptionKey(ComputeSnapshotSourceDiskEncryptionKey sourceDiskEncryptionKey)Sets the value ofComputeSnapshotConfig.getSourceDiskEncryptionKey()
-