Compute Engine v1 API - Class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption (2.15.0)

public sealed class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption : IMessage<SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>, IEquatable<SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>, IDeepCloneable<SecurityPolicyRuleHttpHeaderActionHttpHeaderOption>, IBufferMessage, IMessage

Inheritance

object > SecurityPolicyRuleHttpHeaderActionHttpHeaderOption

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

SecurityPolicyRuleHttpHeaderActionHttpHeaderOption()

public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption()

SecurityPolicyRuleHttpHeaderActionHttpHeaderOption(SecurityPolicyRuleHttpHeaderActionHttpHeaderOption)

public SecurityPolicyRuleHttpHeaderActionHttpHeaderOption(SecurityPolicyRuleHttpHeaderActionHttpHeaderOption other)
Parameter
NameDescription
otherSecurityPolicyRuleHttpHeaderActionHttpHeaderOption

Properties

HasHeaderName

public bool HasHeaderName { get; }

Gets whether the "header_name" field is set

Property Value
TypeDescription
bool

HasHeaderValue

public bool HasHeaderValue { get; }

Gets whether the "header_value" field is set

Property Value
TypeDescription
bool

HeaderName

public string HeaderName { get; set; }

The name of the header to set.

Property Value
TypeDescription
string

HeaderValue

public string HeaderValue { get; set; }

The value to set the named header to.

Property Value
TypeDescription
string