Uses of Class
com.hashicorp.cdktf.providers.google.container_azure_cluster.ContainerAzureClusterNetworking.Builder
-
Packages that use ContainerAzureClusterNetworking.Builder Package Description com.hashicorp.cdktf.providers.google.container_azure_cluster google_container_azure_cluster -
-
Uses of ContainerAzureClusterNetworking.Builder in com.hashicorp.cdktf.providers.google.container_azure_cluster
Methods in com.hashicorp.cdktf.providers.google.container_azure_cluster that return ContainerAzureClusterNetworking.Builder Modifier and Type Method Description static ContainerAzureClusterNetworking.BuilderContainerAzureClusterNetworking. builder()ContainerAzureClusterNetworking.BuilderContainerAzureClusterNetworking.Builder. podAddressCidrBlocks(List<String> podAddressCidrBlocks)Sets the value ofContainerAzureClusterNetworking.getPodAddressCidrBlocks()ContainerAzureClusterNetworking.BuilderContainerAzureClusterNetworking.Builder. serviceAddressCidrBlocks(List<String> serviceAddressCidrBlocks)Sets the value ofContainerAzureClusterNetworking.getServiceAddressCidrBlocks()ContainerAzureClusterNetworking.BuilderContainerAzureClusterNetworking.Builder. virtualNetworkId(String virtualNetworkId)Sets the value ofContainerAzureClusterNetworking.getVirtualNetworkId()Constructors in com.hashicorp.cdktf.providers.google.container_azure_cluster with parameters of type ContainerAzureClusterNetworking.Builder Constructor Description Jsii$Proxy(ContainerAzureClusterNetworking.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAzureClusterNetworking.Builder.
-