public interface IPAllocationPolicyOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getUseIpAliases()
Whether alias IPs will be used for pod IPs in the cluster.
bool use_ip_aliases = 1;
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;
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;
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;
java.lang.String getClusterIpv4Cidr()
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
ByteString getClusterIpv4CidrBytes()
This field is deprecated, use cluster_ipv4_cidr_block.
string cluster_ipv4_cidr = 4;
java.lang.String getNodeIpv4Cidr()
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
ByteString getNodeIpv4CidrBytes()
This field is deprecated, use node_ipv4_cidr_block.
string node_ipv4_cidr = 5;
java.lang.String getServicesIpv4Cidr()
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
ByteString getServicesIpv4CidrBytes()
This field is deprecated, use services_ipv4_cidr_block.
string services_ipv4_cidr = 6;
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;
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;
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;
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;
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;
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;
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;
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;
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;
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;