Show / Hide Table of Contents

Class SecurityPolicyRuleMatchConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecurityPolicyRuleMatchConfigArgs
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 SecurityPolicyRuleMatchConfigArgs : ResourceArgs

Constructors

View Source

SecurityPolicyRuleMatchConfigArgs()

Declaration
public SecurityPolicyRuleMatchConfigArgs()

Properties

View Source

SrcIpRanges

Set of IP addresses or ranges (IPV4 or IPV6) in CIDR notation to match against inbound traffic. There is a limit of 5 IP ranges per rule. A value of '*' matches all IPs (can be used to override the default behavior).

Declaration
public InputList<string> SrcIpRanges { get; set; }
Property Value
Type Description
InputList<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.