public static final class IPAllocationPolicy.Builder extends GeneratedMessageV3.Builder<IPAllocationPolicy.Builder> implements IPAllocationPolicyOrBuilder
Configuration for controlling how IPs are allocated in the cluster.Protobuf type
google.container.v1.IPAllocationPolicy
Modifier and Type | Method and Description |
---|---|
IPAllocationPolicy.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
IPAllocationPolicy |
build() |
IPAllocationPolicy |
buildPartial() |
IPAllocationPolicy.Builder |
clear() |
IPAllocationPolicy.Builder |
clearClusterIpv4Cidr()
This field is deprecated, use cluster_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
clearClusterIpv4CidrBlock()
The IP address range for the cluster pod IPs.
|
IPAllocationPolicy.Builder |
clearClusterSecondaryRangeName()
The name of the secondary range to be used for the cluster CIDR
block.
|
IPAllocationPolicy.Builder |
clearCreateSubnetwork()
Whether a new subnetwork will be created automatically for the cluster.
|
IPAllocationPolicy.Builder |
clearField(Descriptors.FieldDescriptor field) |
IPAllocationPolicy.Builder |
clearNodeIpv4Cidr()
This field is deprecated, use node_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
clearNodeIpv4CidrBlock()
The IP address range of the instance IPs in this cluster.
|
IPAllocationPolicy.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
IPAllocationPolicy.Builder |
clearServicesIpv4Cidr()
This field is deprecated, use services_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
clearServicesIpv4CidrBlock()
The IP address range of the services IPs in this cluster.
|
IPAllocationPolicy.Builder |
clearServicesSecondaryRangeName()
The name of the secondary range to be used as for the services
CIDR block.
|
IPAllocationPolicy.Builder |
clearSubnetworkName()
A custom subnetwork name to be used if `create_subnetwork` is true.
|
IPAllocationPolicy.Builder |
clearUseIpAliases()
Whether alias IPs will be used for pod IPs in the cluster.
|
IPAllocationPolicy.Builder |
clone() |
java.lang.String |
getClusterIpv4Cidr()
This field is deprecated, use cluster_ipv4_cidr_block.
|
java.lang.String |
getClusterIpv4CidrBlock()
The IP address range for the cluster pod IPs.
|
ByteString |
getClusterIpv4CidrBlockBytes()
The IP address range for the cluster pod IPs.
|
ByteString |
getClusterIpv4CidrBytes()
This field is deprecated, use cluster_ipv4_cidr_block.
|
java.lang.String |
getClusterSecondaryRangeName()
The name of the secondary range to be used for the cluster CIDR
block.
|
ByteString |
getClusterSecondaryRangeNameBytes()
The name of the secondary range to be used for the cluster CIDR
block.
|
boolean |
getCreateSubnetwork()
Whether a new subnetwork will be created automatically for the cluster.
|
IPAllocationPolicy |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getNodeIpv4Cidr()
This field is deprecated, use node_ipv4_cidr_block.
|
java.lang.String |
getNodeIpv4CidrBlock()
The IP address range of the instance IPs in this cluster.
|
ByteString |
getNodeIpv4CidrBlockBytes()
The IP address range of the instance IPs in this cluster.
|
ByteString |
getNodeIpv4CidrBytes()
This field is deprecated, use node_ipv4_cidr_block.
|
java.lang.String |
getServicesIpv4Cidr()
This field is deprecated, use services_ipv4_cidr_block.
|
java.lang.String |
getServicesIpv4CidrBlock()
The IP address range of the services IPs in this cluster.
|
ByteString |
getServicesIpv4CidrBlockBytes()
The IP address range of the services IPs in this cluster.
|
ByteString |
getServicesIpv4CidrBytes()
This field is deprecated, use services_ipv4_cidr_block.
|
java.lang.String |
getServicesSecondaryRangeName()
The name of the secondary range to be used as for the services
CIDR block.
|
ByteString |
getServicesSecondaryRangeNameBytes()
The name of the secondary range to be used as for the services
CIDR block.
|
java.lang.String |
getSubnetworkName()
A custom subnetwork name to be used if `create_subnetwork` is true.
|
ByteString |
getSubnetworkNameBytes()
A custom subnetwork name to be used if `create_subnetwork` is true.
|
boolean |
getUseIpAliases()
Whether alias IPs will be used for pod IPs in the cluster.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
IPAllocationPolicy.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
IPAllocationPolicy.Builder |
mergeFrom(IPAllocationPolicy other) |
IPAllocationPolicy.Builder |
mergeFrom(Message other) |
IPAllocationPolicy.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
IPAllocationPolicy.Builder |
setClusterIpv4Cidr(java.lang.String value)
This field is deprecated, use cluster_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setClusterIpv4CidrBlock(java.lang.String value)
The IP address range for the cluster pod IPs.
|
IPAllocationPolicy.Builder |
setClusterIpv4CidrBlockBytes(ByteString value)
The IP address range for the cluster pod IPs.
|
IPAllocationPolicy.Builder |
setClusterIpv4CidrBytes(ByteString value)
This field is deprecated, use cluster_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setClusterSecondaryRangeName(java.lang.String value)
The name of the secondary range to be used for the cluster CIDR
block.
|
IPAllocationPolicy.Builder |
setClusterSecondaryRangeNameBytes(ByteString value)
The name of the secondary range to be used for the cluster CIDR
block.
|
IPAllocationPolicy.Builder |
setCreateSubnetwork(boolean value)
Whether a new subnetwork will be created automatically for the cluster.
|
IPAllocationPolicy.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
IPAllocationPolicy.Builder |
setNodeIpv4Cidr(java.lang.String value)
This field is deprecated, use node_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setNodeIpv4CidrBlock(java.lang.String value)
The IP address range of the instance IPs in this cluster.
|
IPAllocationPolicy.Builder |
setNodeIpv4CidrBlockBytes(ByteString value)
The IP address range of the instance IPs in this cluster.
|
IPAllocationPolicy.Builder |
setNodeIpv4CidrBytes(ByteString value)
This field is deprecated, use node_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
IPAllocationPolicy.Builder |
setServicesIpv4Cidr(java.lang.String value)
This field is deprecated, use services_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setServicesIpv4CidrBlock(java.lang.String value)
The IP address range of the services IPs in this cluster.
|
IPAllocationPolicy.Builder |
setServicesIpv4CidrBlockBytes(ByteString value)
The IP address range of the services IPs in this cluster.
|
IPAllocationPolicy.Builder |
setServicesIpv4CidrBytes(ByteString value)
This field is deprecated, use services_ipv4_cidr_block.
|
IPAllocationPolicy.Builder |
setServicesSecondaryRangeName(java.lang.String value)
The name of the secondary range to be used as for the services
CIDR block.
|
IPAllocationPolicy.Builder |
setServicesSecondaryRangeNameBytes(ByteString value)
The name of the secondary range to be used as for the services
CIDR block.
|
IPAllocationPolicy.Builder |
setSubnetworkName(java.lang.String value)
A custom subnetwork name to be used if `create_subnetwork` is true.
|
IPAllocationPolicy.Builder |
setSubnetworkNameBytes(ByteString value)
A custom subnetwork name to be used if `create_subnetwork` is true.
|
IPAllocationPolicy.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
IPAllocationPolicy.Builder |
setUseIpAliases(boolean value)
Whether alias IPs will be used for pod IPs in the cluster.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public IPAllocationPolicy build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public IPAllocationPolicy buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public IPAllocationPolicy.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder mergeFrom(IPAllocationPolicy other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public IPAllocationPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<IPAllocationPolicy.Builder>
java.io.IOException
public boolean getUseIpAliases()
Whether alias IPs will be used for pod IPs in the cluster.
bool use_ip_aliases = 1;
getUseIpAliases
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setUseIpAliases(boolean value)
Whether alias IPs will be used for pod IPs in the cluster.
bool use_ip_aliases = 1;
public IPAllocationPolicy.Builder clearUseIpAliases()
Whether alias IPs will be used for pod IPs in the cluster.
bool use_ip_aliases = 1;
public boolean getCreateSubnetwork()
Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when `use_ip_aliases` is true.
bool create_subnetwork = 2;
getCreateSubnetwork
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setCreateSubnetwork(boolean value)
Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when `use_ip_aliases` is true.
bool create_subnetwork = 2;
public IPAllocationPolicy.Builder clearCreateSubnetwork()
Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when `use_ip_aliases` is true.
bool create_subnetwork = 2;
public java.lang.String getSubnetworkName()
A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.
string subnetwork_name = 3;
getSubnetworkName
in interface IPAllocationPolicyOrBuilder
public ByteString getSubnetworkNameBytes()
A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.
string subnetwork_name = 3;
getSubnetworkNameBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setSubnetworkName(java.lang.String value)
A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.
string subnetwork_name = 3;
public IPAllocationPolicy.Builder clearSubnetworkName()
A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.
string subnetwork_name = 3;
public IPAllocationPolicy.Builder setSubnetworkNameBytes(ByteString value)
A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.
string subnetwork_name = 3;
public java.lang.String getClusterIpv4Cidr()
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
getClusterIpv4Cidr
in interface IPAllocationPolicyOrBuilder
public ByteString getClusterIpv4CidrBytes()
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
getClusterIpv4CidrBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setClusterIpv4Cidr(java.lang.String value)
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
public IPAllocationPolicy.Builder clearClusterIpv4Cidr()
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
public IPAllocationPolicy.Builder setClusterIpv4CidrBytes(ByteString value)
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
public java.lang.String getNodeIpv4Cidr()
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
getNodeIpv4Cidr
in interface IPAllocationPolicyOrBuilder
public ByteString getNodeIpv4CidrBytes()
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
getNodeIpv4CidrBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setNodeIpv4Cidr(java.lang.String value)
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
public IPAllocationPolicy.Builder clearNodeIpv4Cidr()
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
public IPAllocationPolicy.Builder setNodeIpv4CidrBytes(ByteString value)
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
public java.lang.String getServicesIpv4Cidr()
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
getServicesIpv4Cidr
in interface IPAllocationPolicyOrBuilder
public ByteString getServicesIpv4CidrBytes()
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
getServicesIpv4CidrBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setServicesIpv4Cidr(java.lang.String value)
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
public IPAllocationPolicy.Builder clearServicesIpv4Cidr()
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
public IPAllocationPolicy.Builder setServicesIpv4CidrBytes(ByteString value)
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
public java.lang.String getClusterSecondaryRangeName()
The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string cluster_secondary_range_name = 7;
getClusterSecondaryRangeName
in interface IPAllocationPolicyOrBuilder
public ByteString getClusterSecondaryRangeNameBytes()
The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string cluster_secondary_range_name = 7;
getClusterSecondaryRangeNameBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setClusterSecondaryRangeName(java.lang.String value)
The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string cluster_secondary_range_name = 7;
public IPAllocationPolicy.Builder clearClusterSecondaryRangeName()
The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string cluster_secondary_range_name = 7;
public IPAllocationPolicy.Builder setClusterSecondaryRangeNameBytes(ByteString value)
The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string cluster_secondary_range_name = 7;
public java.lang.String getServicesSecondaryRangeName()
The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string services_secondary_range_name = 8;
getServicesSecondaryRangeName
in interface IPAllocationPolicyOrBuilder
public ByteString getServicesSecondaryRangeNameBytes()
The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string services_secondary_range_name = 8;
getServicesSecondaryRangeNameBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setServicesSecondaryRangeName(java.lang.String value)
The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string services_secondary_range_name = 8;
public IPAllocationPolicy.Builder clearServicesSecondaryRangeName()
The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string services_secondary_range_name = 8;
public IPAllocationPolicy.Builder setServicesSecondaryRangeNameBytes(ByteString value)
The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false.
string services_secondary_range_name = 8;
public java.lang.String getClusterIpv4CidrBlock()
The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string cluster_ipv4_cidr_block = 9;
getClusterIpv4CidrBlock
in interface IPAllocationPolicyOrBuilder
public ByteString getClusterIpv4CidrBlockBytes()
The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string cluster_ipv4_cidr_block = 9;
getClusterIpv4CidrBlockBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setClusterIpv4CidrBlock(java.lang.String value)
The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string cluster_ipv4_cidr_block = 9;
public IPAllocationPolicy.Builder clearClusterIpv4CidrBlock()
The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string cluster_ipv4_cidr_block = 9;
public IPAllocationPolicy.Builder setClusterIpv4CidrBlockBytes(ByteString value)
The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string cluster_ipv4_cidr_block = 9;
public java.lang.String getNodeIpv4CidrBlock()
The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string node_ipv4_cidr_block = 10;
getNodeIpv4CidrBlock
in interface IPAllocationPolicyOrBuilder
public ByteString getNodeIpv4CidrBlockBytes()
The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string node_ipv4_cidr_block = 10;
getNodeIpv4CidrBlockBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setNodeIpv4CidrBlock(java.lang.String value)
The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string node_ipv4_cidr_block = 10;
public IPAllocationPolicy.Builder clearNodeIpv4CidrBlock()
The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string node_ipv4_cidr_block = 10;
public IPAllocationPolicy.Builder setNodeIpv4CidrBlockBytes(ByteString value)
The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string node_ipv4_cidr_block = 10;
public java.lang.String getServicesIpv4CidrBlock()
The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string services_ipv4_cidr_block = 11;
getServicesIpv4CidrBlock
in interface IPAllocationPolicyOrBuilder
public ByteString getServicesIpv4CidrBlockBytes()
The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string services_ipv4_cidr_block = 11;
getServicesIpv4CidrBlockBytes
in interface IPAllocationPolicyOrBuilder
public IPAllocationPolicy.Builder setServicesIpv4CidrBlock(java.lang.String value)
The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string services_ipv4_cidr_block = 11;
public IPAllocationPolicy.Builder clearServicesIpv4CidrBlock()
The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string services_ipv4_cidr_block = 11;
public IPAllocationPolicy.Builder setServicesIpv4CidrBlockBytes(ByteString value)
The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
string services_ipv4_cidr_block = 11;
public final IPAllocationPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>
public final IPAllocationPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<IPAllocationPolicy.Builder>