| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
IPAllocationPolicy |
IPAllocationPolicy.clone() |
IPAllocationPolicy |
Cluster.getIpAllocationPolicy()
Configuration for cluster IP allocation.
|
IPAllocationPolicy |
IPAllocationPolicy.set(java.lang.String fieldName,
java.lang.Object value) |
IPAllocationPolicy |
IPAllocationPolicy.setAllowRouteOverlap(java.lang.Boolean allowRouteOverlap)
If true, allow allocation of cluster CIDR ranges that overlap with certain kinds of network
routes.
|
IPAllocationPolicy |
IPAllocationPolicy.setClusterIpv4Cidr(java.lang.String clusterIpv4Cidr)
This field is deprecated, use cluster_ipv4_cidr_block.
|
IPAllocationPolicy |
IPAllocationPolicy.setClusterIpv4CidrBlock(java.lang.String clusterIpv4CidrBlock)
The IP address range for the cluster pod IPs.
|
IPAllocationPolicy |
IPAllocationPolicy.setClusterSecondaryRangeName(java.lang.String clusterSecondaryRangeName)
The name of the secondary range to be used for the cluster CIDR block.
|
IPAllocationPolicy |
IPAllocationPolicy.setCreateSubnetwork(java.lang.Boolean createSubnetwork)
Whether a new subnetwork will be created automatically for the cluster.
|
IPAllocationPolicy |
IPAllocationPolicy.setNodeIpv4Cidr(java.lang.String nodeIpv4Cidr)
This field is deprecated, use node_ipv4_cidr_block.
|
IPAllocationPolicy |
IPAllocationPolicy.setNodeIpv4CidrBlock(java.lang.String nodeIpv4CidrBlock)
The IP address range of the instance IPs in this cluster.
|
IPAllocationPolicy |
IPAllocationPolicy.setServicesIpv4Cidr(java.lang.String servicesIpv4Cidr)
This field is deprecated, use services_ipv4_cidr_block.
|
IPAllocationPolicy |
IPAllocationPolicy.setServicesIpv4CidrBlock(java.lang.String servicesIpv4CidrBlock)
The IP address range of the services IPs in this cluster.
|
IPAllocationPolicy |
IPAllocationPolicy.setServicesSecondaryRangeName(java.lang.String servicesSecondaryRangeName)
The name of the secondary range to be used as for the services CIDR block.
|
IPAllocationPolicy |
IPAllocationPolicy.setSubnetworkName(java.lang.String subnetworkName)
A custom subnetwork name to be used if `create_subnetwork` is true.
|
IPAllocationPolicy |
IPAllocationPolicy.setUseIpAliases(java.lang.Boolean useIpAliases)
Whether alias IPs will be used for pod IPs in the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.setIpAllocationPolicy(IPAllocationPolicy ipAllocationPolicy)
Configuration for cluster IP allocation.
|