public enum SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Types.Op
Reference documentation and code samples for the Compute Engine v1 API enum SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams.Types.Op.
The match operator for the field.
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Fields |
|
---|---|
Name | Description |
Contains |
The operator matches if the field value contains the specified value. |
EndsWith |
The operator matches if the field value ends with the specified value. |
Equals |
The operator matches if the field value equals the specified value. |
EqualsAny |
The operator matches if the field value is any value. |
StartsWith |
The operator matches if the field value starts with the specified value. |
UndefinedOp |
A value indicating that the enum field is not set. |