Uses of Interface
com.hashicorp.cdktf.providers.google.compute_attached_disk.ComputeAttachedDiskTimeouts
-
Packages that use ComputeAttachedDiskTimeouts Package Description com.hashicorp.cdktf.providers.google.compute_attached_disk google_compute_attached_disk -
-
Uses of ComputeAttachedDiskTimeouts in com.hashicorp.cdktf.providers.google.compute_attached_disk
Classes in com.hashicorp.cdktf.providers.google.compute_attached_disk that implement ComputeAttachedDiskTimeouts Modifier and Type Class Description static classComputeAttachedDiskTimeouts.Jsii$ProxyAn implementation forComputeAttachedDiskTimeoutsMethods in com.hashicorp.cdktf.providers.google.compute_attached_disk that return ComputeAttachedDiskTimeouts Modifier and Type Method Description ComputeAttachedDiskTimeoutsComputeAttachedDiskTimeouts.Builder. build()Builds the configured instance.default ComputeAttachedDiskTimeoutsComputeAttachedDiskConfig. getTimeouts()timeouts block.ComputeAttachedDiskTimeoutsComputeAttachedDiskConfig.Jsii$Proxy. getTimeouts()Methods in com.hashicorp.cdktf.providers.google.compute_attached_disk with parameters of type ComputeAttachedDiskTimeouts Modifier and Type Method Description voidComputeAttachedDisk. putTimeouts(ComputeAttachedDiskTimeouts value)voidComputeAttachedDiskTimeoutsOutputReference. setInternalValue(ComputeAttachedDiskTimeouts value)ComputeAttachedDisk.BuilderComputeAttachedDisk.Builder. timeouts(ComputeAttachedDiskTimeouts timeouts)timeouts block.ComputeAttachedDiskConfig.BuilderComputeAttachedDiskConfig.Builder. timeouts(ComputeAttachedDiskTimeouts timeouts)Sets the value ofComputeAttachedDiskConfig.getTimeouts()
-