Uses of Interface
com.hashicorp.cdktf.providers.google.compute_disk.ComputeDiskGuestOsFeatures
-
Packages that use ComputeDiskGuestOsFeatures Package Description com.hashicorp.cdktf.providers.google.compute_disk google_compute_disk -
-
Uses of ComputeDiskGuestOsFeatures in com.hashicorp.cdktf.providers.google.compute_disk
Classes in com.hashicorp.cdktf.providers.google.compute_disk that implement ComputeDiskGuestOsFeatures Modifier and Type Class Description static classComputeDiskGuestOsFeatures.Jsii$ProxyAn implementation forComputeDiskGuestOsFeaturesMethods in com.hashicorp.cdktf.providers.google.compute_disk that return ComputeDiskGuestOsFeatures Modifier and Type Method Description ComputeDiskGuestOsFeaturesComputeDiskGuestOsFeatures.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_disk with parameters of type ComputeDiskGuestOsFeatures Modifier and Type Method Description voidComputeDiskGuestOsFeaturesOutputReference. setInternalValue(ComputeDiskGuestOsFeatures value)Method parameters in com.hashicorp.cdktf.providers.google.compute_disk with type arguments of type ComputeDiskGuestOsFeatures Modifier and Type Method Description ComputeDisk.BuilderComputeDisk.Builder. guestOsFeatures(List<? extends ComputeDiskGuestOsFeatures> guestOsFeatures)guest_os_features block.ComputeDiskConfig.BuilderComputeDiskConfig.Builder. guestOsFeatures(List<? extends ComputeDiskGuestOsFeatures> guestOsFeatures)Sets the value ofComputeDiskConfig.getGuestOsFeatures()voidComputeDiskGuestOsFeaturesList. setInternalValue(List<ComputeDiskGuestOsFeatures> value)
-