Interface GkeonpremBareMetalAdminClusterNetworkConfigIslandModeCidr

    • Method Detail

      • getPodAddressCidrBlocks

        @Stability(Stable)
        @NotNull
        List<String> getPodAddressCidrBlocks()
        All pods in the cluster are assigned an RFC1918 IPv4 address from these ranges.

        This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#pod_address_cidr_blocks GkeonpremBareMetalAdminCluster#pod_address_cidr_blocks}

      • getServiceAddressCidrBlocks

        @Stability(Stable)
        @NotNull
        List<String> getServiceAddressCidrBlocks()
        All services in the cluster are assigned an RFC1918 IPv4 address from these ranges.

        This field cannot be changed after creation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/gkeonprem_bare_metal_admin_cluster#service_address_cidr_blocks GkeonpremBareMetalAdminCluster#service_address_cidr_blocks}