Class IPAllocationPolicy.Builder (2.3.6)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public IPAllocationPolicy.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

build()

public IPAllocationPolicy build()
Returns
TypeDescription
IPAllocationPolicy

buildPartial()

public IPAllocationPolicy buildPartial()
Returns
TypeDescription
IPAllocationPolicy

clear()

public IPAllocationPolicy.Builder clear()
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

clearClusterIpv4Cidr()

public IPAllocationPolicy.Builder clearClusterIpv4Cidr()

This field is deprecated, use cluster_ipv4_cidr_block.

string cluster_ipv4_cidr = 4 [deprecated = true];

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearClusterIpv4CidrBlock()

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 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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearClusterSecondaryRangeName()

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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearCreateSubnetwork()

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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public IPAllocationPolicy.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

clearNodeIpv4Cidr()

public IPAllocationPolicy.Builder clearNodeIpv4Cidr()

This field is deprecated, use node_ipv4_cidr_block.

string node_ipv4_cidr = 5 [deprecated = true];

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearNodeIpv4CidrBlock()

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 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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public IPAllocationPolicy.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

clearServicesIpv4Cidr()

public IPAllocationPolicy.Builder clearServicesIpv4Cidr()

This field is deprecated, use services_ipv4_cidr_block.

string services_ipv4_cidr = 6 [deprecated = true];

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearServicesIpv4CidrBlock()

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 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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearServicesSecondaryRangeName()

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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearSubnetworkName()

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;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearTpuIpv4CidrBlock()

public IPAllocationPolicy.Builder clearTpuIpv4CidrBlock()

The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when use_ip_aliases is true. If unspecified, the range will use the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR 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 tpu_ipv4_cidr_block = 13;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearUseIpAliases()

public IPAllocationPolicy.Builder clearUseIpAliases()

Whether alias IPs will be used for pod IPs in the cluster. This is used in conjunction with use_routes. It cannot be true if use_routes is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_ip_aliases = 1;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clearUseRoutes()

public IPAllocationPolicy.Builder clearUseRoutes()

Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_routes = 15;

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

clone()

public IPAllocationPolicy.Builder clone()
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

getClusterIpv4Cidr()

public String getClusterIpv4Cidr()

This field is deprecated, use cluster_ipv4_cidr_block.

string cluster_ipv4_cidr = 4 [deprecated = true];

Returns
TypeDescription
String

The clusterIpv4Cidr.

getClusterIpv4CidrBlock()

public 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 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;

Returns
TypeDescription
String

The clusterIpv4CidrBlock.

getClusterIpv4CidrBlockBytes()

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 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;

Returns
TypeDescription
ByteString

The bytes for clusterIpv4CidrBlock.

getClusterIpv4CidrBytes()

public ByteString getClusterIpv4CidrBytes()

This field is deprecated, use cluster_ipv4_cidr_block.

string cluster_ipv4_cidr = 4 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for clusterIpv4Cidr.

getClusterSecondaryRangeName()

public 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;

Returns
TypeDescription
String

The clusterSecondaryRangeName.

getClusterSecondaryRangeNameBytes()

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;

Returns
TypeDescription
ByteString

The bytes for clusterSecondaryRangeName.

getCreateSubnetwork()

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;

Returns
TypeDescription
boolean

The createSubnetwork.

getDefaultInstanceForType()

public IPAllocationPolicy getDefaultInstanceForType()
Returns
TypeDescription
IPAllocationPolicy

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNodeIpv4Cidr()

public String getNodeIpv4Cidr()

This field is deprecated, use node_ipv4_cidr_block.

string node_ipv4_cidr = 5 [deprecated = true];

Returns
TypeDescription
String

The nodeIpv4Cidr.

getNodeIpv4CidrBlock()

public 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 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;

Returns
TypeDescription
String

The nodeIpv4CidrBlock.

getNodeIpv4CidrBlockBytes()

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 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;

Returns
TypeDescription
ByteString

The bytes for nodeIpv4CidrBlock.

getNodeIpv4CidrBytes()

public ByteString getNodeIpv4CidrBytes()

This field is deprecated, use node_ipv4_cidr_block.

string node_ipv4_cidr = 5 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for nodeIpv4Cidr.

getServicesIpv4Cidr()

public String getServicesIpv4Cidr()

This field is deprecated, use services_ipv4_cidr_block.

string services_ipv4_cidr = 6 [deprecated = true];

Returns
TypeDescription
String

The servicesIpv4Cidr.

getServicesIpv4CidrBlock()

public 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 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;

Returns
TypeDescription
String

The servicesIpv4CidrBlock.

getServicesIpv4CidrBlockBytes()

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 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;

Returns
TypeDescription
ByteString

The bytes for servicesIpv4CidrBlock.

getServicesIpv4CidrBytes()

public ByteString getServicesIpv4CidrBytes()

This field is deprecated, use services_ipv4_cidr_block.

string services_ipv4_cidr = 6 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for servicesIpv4Cidr.

getServicesSecondaryRangeName()

public 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;

Returns
TypeDescription
String

The servicesSecondaryRangeName.

getServicesSecondaryRangeNameBytes()

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;

Returns
TypeDescription
ByteString

The bytes for servicesSecondaryRangeName.

getSubnetworkName()

public 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;

Returns
TypeDescription
String

The subnetworkName.

getSubnetworkNameBytes()

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;

Returns
TypeDescription
ByteString

The bytes for subnetworkName.

getTpuIpv4CidrBlock()

public String getTpuIpv4CidrBlock()

The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when use_ip_aliases is true. If unspecified, the range will use the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR 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 tpu_ipv4_cidr_block = 13;

Returns
TypeDescription
String

The tpuIpv4CidrBlock.

getTpuIpv4CidrBlockBytes()

public ByteString getTpuIpv4CidrBlockBytes()

The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when use_ip_aliases is true. If unspecified, the range will use the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR 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 tpu_ipv4_cidr_block = 13;

Returns
TypeDescription
ByteString

The bytes for tpuIpv4CidrBlock.

getUseIpAliases()

public boolean getUseIpAliases()

Whether alias IPs will be used for pod IPs in the cluster. This is used in conjunction with use_routes. It cannot be true if use_routes is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_ip_aliases = 1;

Returns
TypeDescription
boolean

The useIpAliases.

getUseRoutes()

public boolean getUseRoutes()

Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_routes = 15;

Returns
TypeDescription
boolean

The useRoutes.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(IPAllocationPolicy other)

public IPAllocationPolicy.Builder mergeFrom(IPAllocationPolicy other)
Parameter
NameDescription
otherIPAllocationPolicy
Returns
TypeDescription
IPAllocationPolicy.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public IPAllocationPolicy.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public IPAllocationPolicy.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final IPAllocationPolicy.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

setClusterIpv4Cidr(String value)

public IPAllocationPolicy.Builder setClusterIpv4Cidr(String value)

This field is deprecated, use cluster_ipv4_cidr_block.

string cluster_ipv4_cidr = 4 [deprecated = true];

Parameter
NameDescription
valueString

The clusterIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setClusterIpv4CidrBlock(String value)

public IPAllocationPolicy.Builder setClusterIpv4CidrBlock(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 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;

Parameter
NameDescription
valueString

The clusterIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setClusterIpv4CidrBlockBytes(ByteString value)

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 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;

Parameter
NameDescription
valueByteString

The bytes for clusterIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setClusterIpv4CidrBytes(ByteString value)

public IPAllocationPolicy.Builder setClusterIpv4CidrBytes(ByteString value)

This field is deprecated, use cluster_ipv4_cidr_block.

string cluster_ipv4_cidr = 4 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for clusterIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setClusterSecondaryRangeName(String value)

public IPAllocationPolicy.Builder setClusterSecondaryRangeName(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;

Parameter
NameDescription
valueString

The clusterSecondaryRangeName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setClusterSecondaryRangeNameBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for clusterSecondaryRangeName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setCreateSubnetwork(boolean value)

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;

Parameter
NameDescription
valueboolean

The createSubnetwork to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public IPAllocationPolicy.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

setNodeIpv4Cidr(String value)

public IPAllocationPolicy.Builder setNodeIpv4Cidr(String value)

This field is deprecated, use node_ipv4_cidr_block.

string node_ipv4_cidr = 5 [deprecated = true];

Parameter
NameDescription
valueString

The nodeIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setNodeIpv4CidrBlock(String value)

public IPAllocationPolicy.Builder setNodeIpv4CidrBlock(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 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;

Parameter
NameDescription
valueString

The nodeIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setNodeIpv4CidrBlockBytes(ByteString value)

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 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;

Parameter
NameDescription
valueByteString

The bytes for nodeIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setNodeIpv4CidrBytes(ByteString value)

public IPAllocationPolicy.Builder setNodeIpv4CidrBytes(ByteString value)

This field is deprecated, use node_ipv4_cidr_block.

string node_ipv4_cidr = 5 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for nodeIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public IPAllocationPolicy.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

setServicesIpv4Cidr(String value)

public IPAllocationPolicy.Builder setServicesIpv4Cidr(String value)

This field is deprecated, use services_ipv4_cidr_block.

string services_ipv4_cidr = 6 [deprecated = true];

Parameter
NameDescription
valueString

The servicesIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setServicesIpv4CidrBlock(String value)

public IPAllocationPolicy.Builder setServicesIpv4CidrBlock(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 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;

Parameter
NameDescription
valueString

The servicesIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setServicesIpv4CidrBlockBytes(ByteString value)

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 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;

Parameter
NameDescription
valueByteString

The bytes for servicesIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setServicesIpv4CidrBytes(ByteString value)

public IPAllocationPolicy.Builder setServicesIpv4CidrBytes(ByteString value)

This field is deprecated, use services_ipv4_cidr_block.

string services_ipv4_cidr = 6 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes for servicesIpv4Cidr to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setServicesSecondaryRangeName(String value)

public IPAllocationPolicy.Builder setServicesSecondaryRangeName(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;

Parameter
NameDescription
valueString

The servicesSecondaryRangeName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setServicesSecondaryRangeNameBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for servicesSecondaryRangeName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setSubnetworkName(String value)

public IPAllocationPolicy.Builder setSubnetworkName(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;

Parameter
NameDescription
valueString

The subnetworkName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setSubnetworkNameBytes(ByteString value)

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;

Parameter
NameDescription
valueByteString

The bytes for subnetworkName to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setTpuIpv4CidrBlock(String value)

public IPAllocationPolicy.Builder setTpuIpv4CidrBlock(String value)

The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when use_ip_aliases is true. If unspecified, the range will use the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR 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 tpu_ipv4_cidr_block = 13;

Parameter
NameDescription
valueString

The tpuIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setTpuIpv4CidrBlockBytes(ByteString value)

public IPAllocationPolicy.Builder setTpuIpv4CidrBlockBytes(ByteString value)

The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when use_ip_aliases is true. If unspecified, the range will use the default size. Set to /netmask (e.g. /14) to have a range chosen with a specific netmask. Set to a CIDR 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 tpu_ipv4_cidr_block = 13;

Parameter
NameDescription
valueByteString

The bytes for tpuIpv4CidrBlock to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final IPAllocationPolicy.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
IPAllocationPolicy.Builder
Overrides

setUseIpAliases(boolean value)

public IPAllocationPolicy.Builder setUseIpAliases(boolean value)

Whether alias IPs will be used for pod IPs in the cluster. This is used in conjunction with use_routes. It cannot be true if use_routes is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_ip_aliases = 1;

Parameter
NameDescription
valueboolean

The useIpAliases to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.

setUseRoutes(boolean value)

public IPAllocationPolicy.Builder setUseRoutes(boolean value)

Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode

bool use_routes = 15;

Parameter
NameDescription
valueboolean

The useRoutes to set.

Returns
TypeDescription
IPAllocationPolicy.Builder

This builder for chaining.