public sealed class TargetTcpProxiesSetProxyHeaderRequest : IMessage<TargetTcpProxiesSetProxyHeaderRequest>, IEquatable<TargetTcpProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetTcpProxiesSetProxyHeaderRequest>, IBufferMessage, IMessageImplements
IMessage<TargetTcpProxiesSetProxyHeaderRequest>, IEquatable<TargetTcpProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetTcpProxiesSetProxyHeaderRequest>, 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 | 
| Boolean | |
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 | |