Module: Google::Cloud::Compute::V1::Subnetwork::Purpose

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

The purpose of the resource. This field can be either PRIVATE, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. A subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork that is reserved for regional Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. A subnet with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is the preferred setting for all regional Envoy load balancers. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.

Constant Summary collapse

UNDEFINED_PURPOSE =

A value indicating that the enum field is not set.

0
GLOBAL_MANAGED_PROXY =

Subnet reserved for Global Envoy-based Load Balancing.

236_463_602
INTERNAL_HTTPS_LOAD_BALANCER =

Subnet reserved for Internal HTTP(S) Load Balancing.

248_748_889
PRIVATE =

Regular user created or automatically created subnet.

403_485_027
PRIVATE_NAT =

Subnetwork used as source range for Private NAT Gateways.

367_764_517
PRIVATE_RFC_1918 =

Regular user created or automatically created subnet.

254_902_107
PRIVATE_SERVICE_CONNECT =

Subnetworks created for Private Service Connect in the producer network.

48_134_724
REGIONAL_MANAGED_PROXY =

Subnetwork used for Regional Envoy-based Load Balancing.

153_049_966