Reference documentation and code samples for the Compute Engine v1 API enum NetworkEndpointGroup.Types.NetworkEndpointType.
Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT, GCE_VM_IP_PORTMAP.
The network endpoint is represented by an IP address.
GceVmIpPort
The network endpoint is represented by IP address and port pair.
GceVmIpPortmap
The network endpoint is represented by an IP, Port and Client Destination Port.
InternetFqdnPort
The network endpoint is represented by fully qualified domain name and port.
InternetIpPort
The network endpoint is represented by an internet IP address and port.
NonGcpPrivateIpPort
The network endpoint is represented by an IP address and port. The endpoint belongs to a VM or pod running in a customer's on-premises.
PrivateServiceConnect
The network endpoint is either public Google APIs or services exposed by other GCP Project with a Service Attachment. The connection is set up by private service connect
Serverless
The network endpoint is handled by specified serverless infrastructure.
UndefinedNetworkEndpointType
A value indicating that the enum field is not set.
[[["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."],[[["This document provides versioned reference documentation for the `NetworkEndpointGroup.Types.NetworkEndpointType` enum within the Google Cloud Compute Engine v1 API, starting from version 1.0.0 up to the latest version 3.6.0."],["The `NetworkEndpointType` enum defines the various types of network endpoints that can be used in a network endpoint group, such as `GceVmIp`, `GceVmIpPort`, `InternetFqdnPort`, and `Serverless`."],["Each network endpoint type specifies how a network endpoint is represented, whether by IP address, IP and port pair, fully qualified domain name and port, or serverless infrastructure, among other options."],["The `UndefinedNetworkEndpointType` field is available to show when an enum field has not been set."],["The documentation is broken down by each version, with a link to each to see the differences and information provided in each."]]],[]]