public sealed class TargetTcpProxiesSetProxyHeaderRequest : IMessage<TargetTcpProxiesSetProxyHeaderRequest>, IEquatable<TargetTcpProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetTcpProxiesSetProxyHeaderRequest>, IBufferMessage, IMessage
Implements
IMessageTargetTcpProxiesSetProxyHeaderRequest, IEquatableTargetTcpProxiesSetProxyHeaderRequest, IDeepCloneableTargetTcpProxiesSetProxyHeaderRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
TargetTcpProxiesSetProxyHeaderRequest()
public TargetTcpProxiesSetProxyHeaderRequest()
TargetTcpProxiesSetProxyHeaderRequest(TargetTcpProxiesSetProxyHeaderRequest)
public TargetTcpProxiesSetProxyHeaderRequest(TargetTcpProxiesSetProxyHeaderRequest other)
Parameter | |
---|---|
Name | Description |
other | TargetTcpProxiesSetProxyHeaderRequest |
Properties
HasProxyHeader
public bool HasProxyHeader { get; }
Gets whether the "proxy_header" field is set
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |