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 a part of the Google.Cloud.Compute.V1 namespace, with the latest documented version being 3.6.0."],["This class is used to manage the proxy header settings for target SSL proxies, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the `object` class and provides constructors for creating new instances, either empty or by copying another `TargetSslProxiesSetProxyHeaderRequest`."],["It includes properties like `HasProxyHeader` (a boolean indicating if the \"proxy_header\" field is set) and `ProxyHeader` (a string representing the type of proxy header, such as \"NONE\" or \"PROXY_V1\")."],["There are multiple documented versions available for `TargetSslProxiesSetProxyHeaderRequest`, ranging from version 1.0.0 up to the latest 3.6.0."]]],[]]