Class SecurityPolicyRuleMatchConfigArgs
Inherited Members
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 SourceSecurityPolicyRuleMatchConfigArgs()
Declaration
public SecurityPolicyRuleMatchConfigArgs()
Properties
View SourceSrcIpRanges
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> |