Interface ContainerNodePoolNetworkConfigAdditionalPodNetworkConfigs

    • Method Detail

      • getMaxPodsPerNode

        @Stability(Stable)
        @Nullable
        default Number getMaxPodsPerNode()
        The maximum number of pods per node which use this pod network.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#max_pods_per_node ContainerNodePool#max_pods_per_node}

      • getSecondaryPodRange

        @Stability(Stable)
        @Nullable
        default String getSecondaryPodRange()
        The name of the secondary range on the subnet which provides IP address for this pod range.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#secondary_pod_range ContainerNodePool#secondary_pod_range}

      • getSubnetwork

        @Stability(Stable)
        @Nullable
        default String getSubnetwork()
        Name of the subnetwork where the additional pod network belongs.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_node_pool#subnetwork ContainerNodePool#subnetwork}