public sealed class TargetSslProxiesSetProxyHeaderRequest : IMessage<TargetSslProxiesSetProxyHeaderRequest>, IEquatable<TargetSslProxiesSetProxyHeaderRequest>, IDeepCloneable<TargetSslProxiesSetProxyHeaderRequest>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-24 UTC."],[[["The latest version of the `TargetSslProxiesSetProxyHeaderRequest` documentation is 3.6.0, with multiple prior versions available, including the current 2.12.0 version."],["`TargetSslProxiesSetProxyHeaderRequest` is a class that inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class is found within the `Google.Cloud.Compute.V1` namespace, inside the Google.Cloud.Compute.V1.dll assembly."],["It contains two constructors, one default and one that takes another `TargetSslProxiesSetProxyHeaderRequest` object as a parameter."],["`TargetSslProxiesSetProxyHeaderRequest` has two properties: `HasProxyHeader`, which indicates if the \"proxy_header\" field is set, and `ProxyHeader`, which sets the type of proxy header with options like NONE or PROXY_V1."]]],[]]