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