Uses of Interface
com.hashicorp.cdktf.providers.google.container_cluster.ContainerClusterIpAllocationPolicy
-
Packages that use ContainerClusterIpAllocationPolicy Package Description com.hashicorp.cdktf.providers.google.container_cluster google_container_cluster -
-
Uses of ContainerClusterIpAllocationPolicy in com.hashicorp.cdktf.providers.google.container_cluster
Classes in com.hashicorp.cdktf.providers.google.container_cluster that implement ContainerClusterIpAllocationPolicy Modifier and Type Class Description static classContainerClusterIpAllocationPolicy.Jsii$ProxyAn implementation forContainerClusterIpAllocationPolicyMethods in com.hashicorp.cdktf.providers.google.container_cluster that return ContainerClusterIpAllocationPolicy Modifier and Type Method Description ContainerClusterIpAllocationPolicyContainerClusterIpAllocationPolicy.Builder. build()Builds the configured instance.ContainerClusterIpAllocationPolicyContainerClusterIpAllocationPolicyOutputReference. getInternalValue()default ContainerClusterIpAllocationPolicyContainerClusterConfig. getIpAllocationPolicy()ip_allocation_policy block.ContainerClusterIpAllocationPolicyContainerClusterConfig.Jsii$Proxy. getIpAllocationPolicy()ContainerClusterIpAllocationPolicyContainerCluster. getIpAllocationPolicyInput()Methods in com.hashicorp.cdktf.providers.google.container_cluster with parameters of type ContainerClusterIpAllocationPolicy Modifier and Type Method Description ContainerCluster.BuilderContainerCluster.Builder. ipAllocationPolicy(ContainerClusterIpAllocationPolicy ipAllocationPolicy)ip_allocation_policy block.ContainerClusterConfig.BuilderContainerClusterConfig.Builder. ipAllocationPolicy(ContainerClusterIpAllocationPolicy ipAllocationPolicy)Sets the value ofContainerClusterConfig.getIpAllocationPolicy()voidContainerCluster. putIpAllocationPolicy(ContainerClusterIpAllocationPolicy value)voidContainerClusterIpAllocationPolicyOutputReference. setInternalValue(ContainerClusterIpAllocationPolicy value)
-