Compute Engine v1 API - Enum BackendService.Types.Protocol (2.15.0)

public enum BackendService.Types.Protocol

Reference documentation and code samples for the Compute Engine v1 API enum BackendService.Types.Protocol.

The protocol this BackendService uses to communicate with backends. Possible values are HTTP, HTTPS, HTTP2, TCP, SSL, UDP or GRPC. depending on the chosen load balancer or Traffic Director configuration. Refer to the documentation for the load balancers or for Traffic Director for more information. Must be set to GRPC when the backend service is referenced by a URL map that is bound to target gRPC proxy.

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Fields

NameDescription
Grpc

gRPC (available for Traffic Director).

Http
Http2

HTTP/2 with SSL.

Https
Ssl

TCP proxying with SSL.

Tcp

TCP proxying or TCP pass-through.

Udp

UDP.

UndefinedProtocol

A value indicating that the enum field is not set.

Unspecified

If a Backend Service has UNSPECIFIED as its protocol, it can be used with any L3/L4 Forwarding Rules.