Show / Hide Table of Contents

Class SecurityPolicyRuleMatchArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityPolicyRuleMatchArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class SecurityPolicyRuleMatchArgs : ResourceArgs

Constructors

View Source

SecurityPolicyRuleMatchArgs()

Declaration
public SecurityPolicyRuleMatchArgs()

Properties

View Source

Config

The configuration options available when specifying versioned_expr. This field must be specified if versioned_expr is specified and cannot be specified if versioned_expr is not specified. Structure is documented below.

Declaration
public Input<SecurityPolicyRuleMatchConfigArgs> Config { get; set; }
Property Value
Type Description
Input<SecurityPolicyRuleMatchConfigArgs>
View Source

Expr

User defined CEVAL expression. A CEVAL expression is used to specify match criteria such as origin.ip, source.region_code and contents in the request header. Structure is documented below.

Declaration
public Input<SecurityPolicyRuleMatchExprArgs> Expr { get; set; }
Property Value
Type Description
Input<SecurityPolicyRuleMatchExprArgs>
View Source

VersionedExpr

Predefined rule expression. If this field is specified, config must also be specified. Available options:

  • SRC_IPS_V1: Must specify the corresponding src_ip_ranges field in config.
Declaration
public Input<string> VersionedExpr { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.