Reference documentation and code samples for the Compute Engine v1 API enum Subnetwork.Types.Purpose.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The documentation covers various versions of the `Google.Cloud.Compute.V1.Subnetwork.Types.Purpose` enum, ranging from version 1.0.0 to the latest version 3.6.0."],["The `Subnetwork.Types.Purpose` enum defines the intended use of a subnet resource within Google Cloud, such as for private networks, regional load balancers, or Private Service Connect."],["The latest version, 3.6.0, is available for the `Google.Cloud.Compute.V1.Subnetwork.Types.Purpose` enum, representing the most up to date version of the Google Cloud Compute Engine v1 API."],["The enum provides specific field values, including `InternalHttpsLoadBalancer`, `Private`, `PrivateServiceConnect`, and `RegionalManagedProxy`, each with a distinct function, and including the description for each."],["`REGIONAL_MANAGED_PROXY` is the preferred setting for all regional Envoy load balancers, and `PRIVATE` is the default purpose for user-created subnets."]]],[]]