Uses of Interface
com.hashicorp.cdktf.providers.google.compute_disk.ComputeDiskDiskEncryptionKey
-
Packages that use ComputeDiskDiskEncryptionKey Package Description com.hashicorp.cdktf.providers.google.compute_disk google_compute_disk -
-
Uses of ComputeDiskDiskEncryptionKey in com.hashicorp.cdktf.providers.google.compute_disk
Classes in com.hashicorp.cdktf.providers.google.compute_disk that implement ComputeDiskDiskEncryptionKey Modifier and Type Class Description static classComputeDiskDiskEncryptionKey.Jsii$ProxyAn implementation forComputeDiskDiskEncryptionKeyMethods in com.hashicorp.cdktf.providers.google.compute_disk that return ComputeDiskDiskEncryptionKey Modifier and Type Method Description ComputeDiskDiskEncryptionKeyComputeDiskDiskEncryptionKey.Builder. build()Builds the configured instance.default ComputeDiskDiskEncryptionKeyComputeDiskConfig. getDiskEncryptionKey()disk_encryption_key block.ComputeDiskDiskEncryptionKeyComputeDiskConfig.Jsii$Proxy. getDiskEncryptionKey()ComputeDiskDiskEncryptionKeyComputeDisk. getDiskEncryptionKeyInput()ComputeDiskDiskEncryptionKeyComputeDiskDiskEncryptionKeyOutputReference. getInternalValue()Methods in com.hashicorp.cdktf.providers.google.compute_disk with parameters of type ComputeDiskDiskEncryptionKey Modifier and Type Method Description ComputeDisk.BuilderComputeDisk.Builder. diskEncryptionKey(ComputeDiskDiskEncryptionKey diskEncryptionKey)disk_encryption_key block.ComputeDiskConfig.BuilderComputeDiskConfig.Builder. diskEncryptionKey(ComputeDiskDiskEncryptionKey diskEncryptionKey)Sets the value ofComputeDiskConfig.getDiskEncryptionKey()voidComputeDisk. putDiskEncryptionKey(ComputeDiskDiskEncryptionKey value)voidComputeDiskDiskEncryptionKeyOutputReference. setInternalValue(ComputeDiskDiskEncryptionKey value)
-