Uses of Interface
com.hashicorp.cdktf.providers.google.compute_image.ComputeImageGuestOsFeatures
-
Packages that use ComputeImageGuestOsFeatures Package Description com.hashicorp.cdktf.providers.google.compute_image google_compute_image -
-
Uses of ComputeImageGuestOsFeatures in com.hashicorp.cdktf.providers.google.compute_image
Classes in com.hashicorp.cdktf.providers.google.compute_image that implement ComputeImageGuestOsFeatures Modifier and Type Class Description static classComputeImageGuestOsFeatures.Jsii$ProxyAn implementation forComputeImageGuestOsFeaturesMethods in com.hashicorp.cdktf.providers.google.compute_image that return ComputeImageGuestOsFeatures Modifier and Type Method Description ComputeImageGuestOsFeaturesComputeImageGuestOsFeatures.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.google.compute_image with parameters of type ComputeImageGuestOsFeatures Modifier and Type Method Description voidComputeImageGuestOsFeaturesOutputReference. setInternalValue(ComputeImageGuestOsFeatures value)Method parameters in com.hashicorp.cdktf.providers.google.compute_image with type arguments of type ComputeImageGuestOsFeatures Modifier and Type Method Description ComputeImage.BuilderComputeImage.Builder. guestOsFeatures(List<? extends ComputeImageGuestOsFeatures> guestOsFeatures)guest_os_features block.ComputeImageConfig.BuilderComputeImageConfig.Builder. guestOsFeatures(List<? extends ComputeImageGuestOsFeatures> guestOsFeatures)Sets the value ofComputeImageConfig.getGuestOsFeatures()voidComputeImageGuestOsFeaturesList. setInternalValue(List<ComputeImageGuestOsFeatures> value)
-