Show / Hide Table of Contents

Class FirewallPolicyRuleMatcher

Represents a match condition that incoming traffic is evaluated against. Exactly one field must be specified.

Inheritance
object
FirewallPolicyRuleMatcher
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.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
IList<string>

DestFqdns

Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.

Declaration
[JsonProperty("destFqdns")]
public virtual IList<string> DestFqdns { get; set; }
Property Value
Type Description
IList<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
IList<string>

DestNetworkScope

Network scope of the traffic destination.

Declaration
[JsonProperty("destNetworkScope")]
public virtual string DestNetworkScope { get; set; }
Property Value
Type Description
string

DestRegionCodes

Region codes whose IP addresses will be used to match for destination of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of dest region codes allowed is 5000.

Declaration
[JsonProperty("destRegionCodes")]
public virtual IList<string> DestRegionCodes { get; set; }
Property Value
Type Description
IList<string>

DestThreatIntelligences

Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.

Declaration
[JsonProperty("destThreatIntelligences")]
public virtual IList<string> DestThreatIntelligences { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
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
IList<string>

SrcFqdns

Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.

Declaration
[JsonProperty("srcFqdns")]
public virtual IList<string> SrcFqdns { get; set; }
Property Value
Type Description
IList<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
IList<string>

SrcNetworkScope

Network scope of the traffic source.

Declaration
[JsonProperty("srcNetworkScope")]
public virtual string SrcNetworkScope { get; set; }
Property Value
Type Description
string

SrcNetworks

Networks of the traffic source. It can be either a full or partial url.

Declaration
[JsonProperty("srcNetworks")]
public virtual IList<string> SrcNetworks { get; set; }
Property Value
Type Description
IList<string>

SrcRegionCodes

Region codes whose IP addresses will be used to match for source of traffic. Should be specified as 2 letter country code defined as per ISO 3166 alpha-2 country codes. ex."US" Maximum number of source region codes allowed is 5000.

Declaration
[JsonProperty("srcRegionCodes")]
public virtual IList<string> SrcRegionCodes { get; set; }
Property Value
Type Description
IList<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
IList<FirewallPolicyRuleSecureTag>

SrcThreatIntelligences

Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.

Declaration
[JsonProperty("srcThreatIntelligences")]
public virtual IList<string> SrcThreatIntelligences { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX