Class FirewallPolicyRuleMatcher
Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class FirewallPolicyRuleMatcher : IDirectResponseSchema
Properties
DestAddressGroups
Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
Declaration
[JsonProperty("destAddressGroups")]
public virtual IList<string> DestAddressGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
DestIpRanges
CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
Declaration
[JsonProperty("destIpRanges")]
public virtual IList<string> DestIpRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Layer4Configs
Pairs of IP protocols and ports that the rule should match.
Declaration
[JsonProperty("layer4Configs")]
public virtual IList<FirewallPolicyRuleMatcherLayer4Config> Layer4Configs { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<FirewallPolicyRuleMatcherLayer4Config> |
SrcAddressGroups
Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
Declaration
[JsonProperty("srcAddressGroups")]
public virtual IList<string> SrcAddressGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
SrcIpRanges
CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
Declaration
[JsonProperty("srcIpRanges")]
public virtual IList<string> SrcIpRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<System.String> |
SrcSecureTags
List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.
Declaration
[JsonProperty("srcSecureTags")]
public virtual IList<FirewallPolicyRuleSecureTag> SrcSecureTags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<FirewallPolicyRuleSecureTag> |