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 `TargetSslProxiesSetProxyHeaderRequest` class is available in the `Google.Cloud.Compute.V1` namespace across multiple versions, ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["This class, `TargetSslProxiesSetProxyHeaderRequest`, allows the configuration of proxy header settings for target SSL proxies, and is a member of the `Google.Cloud.Compute.V1` assembly."],["It inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to the management of proxy headers."],["The class has two constructors, one default and one that accepts another `TargetSslProxiesSetProxyHeaderRequest` object for initialization, while it also has two properties: `HasProxyHeader` (boolean) and `ProxyHeader` (string) to manage if a proxy header is set and the string to be set respectively."],["There are multiple previous versions available for use, which are listed out for reference, enabling users to pick and choose what version best fits their needs."]]],[]]