Google Cloud Compute V1 API - Module Google::Cloud::Compute::V1::UsableSubnetwork::Purpose (v2.8.0)

Reference documentation and code samples for the Google Cloud Compute V1 API module Google::Cloud::Compute::V1::UsableSubnetwork::Purpose.

The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.

Constants

UNDEFINED_PURPOSE

value: 0
A value indicating that the enum field is not set.

GLOBAL_MANAGED_PROXY

value: 236_463_602
Subnet reserved for Global Envoy-based Load Balancing.

INTERNAL_HTTPS_LOAD_BALANCER

value: 248_748_889
Subnet reserved for Internal HTTP(S) Load Balancing. This is a legacy purpose, please use REGIONAL_MANAGED_PROXY instead.

PRIVATE

value: 403_485_027
Regular user created or automatically created subnet.

PRIVATE_NAT

value: 367_764_517
Subnetwork used as source range for Private NAT Gateways.

PRIVATE_RFC_1918

value: 254_902_107
Regular user created or automatically created subnet.

PRIVATE_SERVICE_CONNECT

value: 48_134_724
Subnetworks created for Private Service Connect in the producer network.

REGIONAL_MANAGED_PROXY

value: 153_049_966
Subnetwork used for Regional Envoy-based Load Balancing.