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."],[[["This webpage details the `TargetSslProxiesSetProxyHeaderRequest` class, a part of the `Google.Cloud.Compute.V1` namespace, with its latest version being 3.6.0."],["The class `TargetSslProxiesSetProxyHeaderRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities like message handling, equality checking, and deep cloning."],["The class provides two constructors, a default constructor and one that takes another `TargetSslProxiesSetProxyHeaderRequest` object as a parameter, allowing for easy object creation and cloning."],["It includes two properties: `HasProxyHeader`, a boolean indicating if the \"proxy_header\" field is set, and `ProxyHeader`, a string that sets the new type of proxy header to append, with allowed values of \"NONE\" or \"PROXY_V1\"."],["The webpage has information on all version releases from 1.0.0 until the latest release of 3.6.0, including the class' information for version 2.7.0."]]],[]]