Compute V1 Client - Class ProxyHeader (2.0.0)

Reference documentation and code samples for the Compute V1 Client class ProxyHeader.

Specifies the type of proxy header to append before sending data to the backend, either NONE or PROXY_V1. The default is NONE.

Protobuf type google.cloud.compute.v1.TargetSslProxy.ProxyHeader

Namespace

Google \ Cloud \ Compute \ V1 \ TargetSslProxy

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNDEFINED_PROXY_HEADER

Value: 0

A value indicating that the enum field is not set.

Generated from protobuf enum UNDEFINED_PROXY_HEADER = 0;

NONE

Value: 2402104

Generated from protobuf enum NONE = 2402104;

PROXY_V1

Value: 334352940

Generated from protobuf enum PROXY_V1 = 334352940;