Compute Engine v1 API - Class TargetTcpProxiesSetProxyHeaderRequest (2.15.0)

public sealed class TargetTcpProxiesSetProxyHeaderRequest : IMessage<TargetTcpProxiesSetProxyHeaderRequest>, IEquatable<TargetTcpProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetTcpProxiesSetProxyHeaderRequest>, IBufferMessage, IMessage

Inheritance

object > TargetTcpProxiesSetProxyHeaderRequest

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

TargetTcpProxiesSetProxyHeaderRequest()

public TargetTcpProxiesSetProxyHeaderRequest()

TargetTcpProxiesSetProxyHeaderRequest(TargetTcpProxiesSetProxyHeaderRequest)

public TargetTcpProxiesSetProxyHeaderRequest(TargetTcpProxiesSetProxyHeaderRequest other)
Parameter
NameDescription
otherTargetTcpProxiesSetProxyHeaderRequest

Properties

HasProxyHeader

public bool HasProxyHeader { get; }

Gets whether the "proxy_header" field is set

Property Value
TypeDescription
bool

ProxyHeader

public string ProxyHeader { get; set; }

The new type of proxy header to append before sending data to the backend. NONE or PROXY_V1 are allowed. Check the ProxyHeader enum for the list of possible values.

Property Value
TypeDescription
string