public sealed class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams : IMessage<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>, IEquatable<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>, IDeepCloneable<SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams>, IBufferMessage, IMessage
Implements
IMessageSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, IEquatableSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, IDeepCloneableSecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams()
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams()
SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams)
public SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams(SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams other)
Parameter | |
---|---|
Name | Description |
other | SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams |
Properties
HasOp
public bool HasOp { get; }
Gets whether the "op" field is set
Property Value | |
---|---|
Type | Description |
bool |
HasVal
public bool HasVal { get; }
Gets whether the "val" field is set
Property Value | |
---|---|
Type | Description |
bool |
Op
public string Op { get; set; }
The match operator for the field. Check the Op enum for the list of possible values.
Property Value | |
---|---|
Type | Description |
string |
Val
public string Val { get; set; }
The value of the field.
Property Value | |
---|---|
Type | Description |
string |