Reference documentation and code samples for the Compute V1 Client class 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.
Protobuf type google.cloud.compute.v1.NetworkEndpointGroup.NetworkEndpointType
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkEndpointGroupMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_NETWORK_ENDPOINT_TYPE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_NETWORK_ENDPOINT_TYPE = 0;
GCE_VM_IP
Value: 401880793
The network endpoint is represented by an IP address.
Generated from protobuf enum GCE_VM_IP = 401880793;
GCE_VM_IP_PORT
Value: 501838375
The network endpoint is represented by IP address and port pair.
Generated from protobuf enum GCE_VM_IP_PORT = 501838375;
GCE_VM_IP_PORTMAP
Value: 22819253
The network endpoint is represented by an IP, Port and Client Destination Port.
Generated from protobuf enum GCE_VM_IP_PORTMAP = 22819253;
INTERNET_FQDN_PORT
Value: 404154477
The network endpoint is represented by fully qualified domain name and port.
Generated from protobuf enum INTERNET_FQDN_PORT = 404154477;
INTERNET_IP_PORT
Value: 477719963
The network endpoint is represented by an internet IP address and port.
Generated from protobuf enum INTERNET_IP_PORT = 477719963;
NON_GCP_PRIVATE_IP_PORT
Value: 336447968
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.
Generated from protobuf enum NON_GCP_PRIVATE_IP_PORT = 336447968;
PRIVATE_SERVICE_CONNECT
Value: 48134724
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
Generated from protobuf enum PRIVATE_SERVICE_CONNECT = 48134724;
SERVERLESS
Value: 270492508
The network endpoint is handled by specified serverless infrastructure.
Generated from protobuf enum SERVERLESS = 270492508;