public static final class StandardManagementConfig.Builder extends GeneratedMessageV3.Builder<StandardManagementConfig.Builder> implements StandardManagementConfigOrBuilder
Configuration of the standard (GKE) cluster management.
Protobuf type google.cloud.telcoautomation.v1.StandardManagementConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > StandardManagementConfig.BuilderImplements
StandardManagementConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public StandardManagementConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
build()
public StandardManagementConfig build()
Returns | |
---|---|
Type | Description |
StandardManagementConfig |
buildPartial()
public StandardManagementConfig buildPartial()
Returns | |
---|---|
Type | Description |
StandardManagementConfig |
clear()
public StandardManagementConfig.Builder clear()
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
clearClusterCidrBlock()
public StandardManagementConfig.Builder clearClusterCidrBlock()
Optional. The IP address range for the cluster pod IPs. 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_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearClusterNamedRange()
public StandardManagementConfig.Builder clearClusterNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public StandardManagementConfig.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
clearMasterAuthorizedNetworksConfig()
public StandardManagementConfig.Builder clearMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
clearMasterIpv4CidrBlock()
public StandardManagementConfig.Builder clearMasterIpv4CidrBlock()
Optional. The /28 network that the masters will use. It should be free within the network.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearNetwork()
public StandardManagementConfig.Builder clearNetwork()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public StandardManagementConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
clearServicesCidrBlock()
public StandardManagementConfig.Builder clearServicesCidrBlock()
Optional. The IP address range for the cluster service IPs. 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_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearServicesNamedRange()
public StandardManagementConfig.Builder clearServicesNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clearSubnet()
public StandardManagementConfig.Builder clearSubnet()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
clone()
public StandardManagementConfig.Builder clone()
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
getClusterCidrBlock()
public String getClusterCidrBlock()
Optional. The IP address range for the cluster pod IPs. 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_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The clusterCidrBlock. |
getClusterCidrBlockBytes()
public ByteString getClusterCidrBlockBytes()
Optional. The IP address range for the cluster pod IPs. 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_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterCidrBlock. |
getClusterNamedRange()
public String getClusterNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The clusterNamedRange. |
getClusterNamedRangeBytes()
public ByteString getClusterNamedRangeBytes()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for clusterNamedRange. |
getDefaultInstanceForType()
public StandardManagementConfig getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
StandardManagementConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getMasterAuthorizedNetworksConfig()
public MasterAuthorizedNetworksConfig getMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfig |
The masterAuthorizedNetworksConfig. |
getMasterAuthorizedNetworksConfigBuilder()
public MasterAuthorizedNetworksConfig.Builder getMasterAuthorizedNetworksConfigBuilder()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfig.Builder |
getMasterAuthorizedNetworksConfigOrBuilder()
public MasterAuthorizedNetworksConfigOrBuilder getMasterAuthorizedNetworksConfigOrBuilder()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfigOrBuilder |
getMasterIpv4CidrBlock()
public String getMasterIpv4CidrBlock()
Optional. The /28 network that the masters will use. It should be free within the network.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The masterIpv4CidrBlock. |
getMasterIpv4CidrBlockBytes()
public ByteString getMasterIpv4CidrBlockBytes()
Optional. The /28 network that the masters will use. It should be free within the network.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for masterIpv4CidrBlock. |
getNetwork()
public String getNetwork()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The network. |
getNetworkBytes()
public ByteString getNetworkBytes()
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for network. |
getServicesCidrBlock()
public String getServicesCidrBlock()
Optional. The IP address range for the cluster service IPs. 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_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The servicesCidrBlock. |
getServicesCidrBlockBytes()
public ByteString getServicesCidrBlockBytes()
Optional. The IP address range for the cluster service IPs. 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_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for servicesCidrBlock. |
getServicesNamedRange()
public String getServicesNamedRange()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The servicesNamedRange. |
getServicesNamedRangeBytes()
public ByteString getServicesNamedRangeBytes()
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for servicesNamedRange. |
getSubnet()
public String getSubnet()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The subnet. |
getSubnetBytes()
public ByteString getSubnetBytes()
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for subnet. |
hasMasterAuthorizedNetworksConfig()
public boolean hasMasterAuthorizedNetworksConfig()
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the masterAuthorizedNetworksConfig field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(StandardManagementConfig other)
public StandardManagementConfig.Builder mergeFrom(StandardManagementConfig other)
Parameter | |
---|---|
Name | Description |
other |
StandardManagementConfig |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public StandardManagementConfig.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public StandardManagementConfig.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
mergeMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
public StandardManagementConfig.Builder mergeMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
MasterAuthorizedNetworksConfig |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final StandardManagementConfig.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
setClusterCidrBlock(String value)
public StandardManagementConfig.Builder setClusterCidrBlock(String value)
Optional. The IP address range for the cluster pod IPs. 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_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The clusterCidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setClusterCidrBlockBytes(ByteString value)
public StandardManagementConfig.Builder setClusterCidrBlockBytes(ByteString value)
Optional. The IP address range for the cluster pod IPs. 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_cidr_block = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for clusterCidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setClusterNamedRange(String value)
public StandardManagementConfig.Builder setClusterNamedRange(String value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The clusterNamedRange to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setClusterNamedRangeBytes(ByteString value)
public StandardManagementConfig.Builder setClusterNamedRangeBytes(ByteString value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for pod IP addresses. Alternatively, cluster_cidr_block can be used to automatically create a GKE-managed one.
string cluster_named_range = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for clusterNamedRange to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public StandardManagementConfig.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
public StandardManagementConfig.Builder setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig value)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
MasterAuthorizedNetworksConfig |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig.Builder builderForValue)
public StandardManagementConfig.Builder setMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig.Builder builderForValue)
Optional. Master Authorized Network that supports multiple CIDR blocks. Allows access to the k8s master from multiple blocks. It cannot be set at the same time with the field man_block.
.google.cloud.telcoautomation.v1.MasterAuthorizedNetworksConfig master_authorized_networks_config = 8 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
builderForValue |
MasterAuthorizedNetworksConfig.Builder |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
setMasterIpv4CidrBlock(String value)
public StandardManagementConfig.Builder setMasterIpv4CidrBlock(String value)
Optional. The /28 network that the masters will use. It should be free within the network.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The masterIpv4CidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setMasterIpv4CidrBlockBytes(ByteString value)
public StandardManagementConfig.Builder setMasterIpv4CidrBlockBytes(ByteString value)
Optional. The /28 network that the masters will use. It should be free within the network.
string master_ipv4_cidr_block = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for masterIpv4CidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setNetwork(String value)
public StandardManagementConfig.Builder setNetwork(String value)
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The network to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setNetworkBytes(ByteString value)
public StandardManagementConfig.Builder setNetworkBytes(ByteString value)
Optional. Name of the VPC Network to put the GKE cluster and nodes in. The VPC will be created if it doesn't exist.
string network = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for network to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public StandardManagementConfig.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
setServicesCidrBlock(String value)
public StandardManagementConfig.Builder setServicesCidrBlock(String value)
Optional. The IP address range for the cluster service IPs. 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_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The servicesCidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setServicesCidrBlockBytes(ByteString value)
public StandardManagementConfig.Builder setServicesCidrBlockBytes(ByteString value)
Optional. The IP address range for the cluster service IPs. 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_cidr_block = 5 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for servicesCidrBlock to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setServicesNamedRange(String value)
public StandardManagementConfig.Builder setServicesNamedRange(String value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The servicesNamedRange to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setServicesNamedRangeBytes(ByteString value)
public StandardManagementConfig.Builder setServicesNamedRangeBytes(ByteString value)
Optional. The name of the existing secondary range in the cluster's subnetwork to use for service ClusterIPs. Alternatively, services_cidr_block can be used to automatically create a GKE-managed one.
string services_named_range = 7 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for servicesNamedRange to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setSubnet(String value)
public StandardManagementConfig.Builder setSubnet(String value)
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The subnet to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setSubnetBytes(ByteString value)
public StandardManagementConfig.Builder setSubnetBytes(ByteString value)
Optional. Specifies the subnet that the interface will be part of. Network key must be specified and the subnet must be a subnetwork of the specified network.
string subnet = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for subnet to set. |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final StandardManagementConfig.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
StandardManagementConfig.Builder |