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_RFC_1918 or INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose field set to INTERNAL_HTTPS_LOAD_BALANCER.
Constant Summary collapse
- UNDEFINED_PURPOSE =
A value indicating that the enum field is not set.
0- 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_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 Internal/External HTTP(S) Load Balancing.
153_049_966