Uses of Interface
com.hashicorp.cdktf.providers.google.compute_instance_settings.ComputeInstanceSettingsConfig
-
Packages that use ComputeInstanceSettingsConfig Package Description com.hashicorp.cdktf.providers.google.compute_instance_settings google_compute_instance_settings -
-
Uses of ComputeInstanceSettingsConfig in com.hashicorp.cdktf.providers.google.compute_instance_settings
Classes in com.hashicorp.cdktf.providers.google.compute_instance_settings that implement ComputeInstanceSettingsConfig Modifier and Type Class Description static classComputeInstanceSettingsConfig.Jsii$ProxyAn implementation forComputeInstanceSettingsConfigMethods in com.hashicorp.cdktf.providers.google.compute_instance_settings that return ComputeInstanceSettingsConfig Modifier and Type Method Description ComputeInstanceSettingsConfigComputeInstanceSettingsConfig.Builder. build()Builds the configured instance.Constructors in com.hashicorp.cdktf.providers.google.compute_instance_settings with parameters of type ComputeInstanceSettingsConfig Constructor Description ComputeInstanceSettings(software.constructs.Construct scope, String id, ComputeInstanceSettingsConfig config)Create a new {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_settings google_compute_instance_settings} Resource.
-