View Source GoogleApi.Compute.V1.Model.FirewallPolicyRuleMatcher (google_api_compute v0.56.2)

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

Attributes

  • destAddressGroups (type: list(String.t), default: nil) - Address groups which should be matched against the traffic destination. Maximum number of destination address groups is 10.
  • destFqdns (type: list(String.t), default: nil) - Fully Qualified Domain Name (FQDN) which should be matched against traffic destination. Maximum number of destination fqdn allowed is 100.
  • destIpRanges (type: list(String.t), default: nil) - CIDR IP address range. Maximum number of destination CIDR IP ranges allowed is 5000.
  • destRegionCodes (type: list(String.t), default: nil) - 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.
  • destThreatIntelligences (type: list(String.t), default: nil) - Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic destination.
  • layer4Configs (type: list(GoogleApi.Compute.V1.Model.FirewallPolicyRuleMatcherLayer4Config.t), default: nil) - Pairs of IP protocols and ports that the rule should match.
  • srcAddressGroups (type: list(String.t), default: nil) - Address groups which should be matched against the traffic source. Maximum number of source address groups is 10.
  • srcFqdns (type: list(String.t), default: nil) - Fully Qualified Domain Name (FQDN) which should be matched against traffic source. Maximum number of source fqdn allowed is 100.
  • srcIpRanges (type: list(String.t), default: nil) - CIDR IP address range. Maximum number of source CIDR IP ranges allowed is 5000.
  • srcRegionCodes (type: list(String.t), default: nil) - 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.
  • srcSecureTags (type: list(GoogleApi.Compute.V1.Model.FirewallPolicyRuleSecureTag.t), default: nil) - 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.
  • srcThreatIntelligences (type: list(String.t), default: nil) - Names of Network Threat Intelligence lists. The IPs in these lists will be matched against traffic source.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.FirewallPolicyRuleMatcher{
  destAddressGroups: [String.t()] | nil,
  destFqdns: [String.t()] | nil,
  destIpRanges: [String.t()] | nil,
  destRegionCodes: [String.t()] | nil,
  destThreatIntelligences: [String.t()] | nil,
  layer4Configs:
    [GoogleApi.Compute.V1.Model.FirewallPolicyRuleMatcherLayer4Config.t()] | nil,
  srcAddressGroups: [String.t()] | nil,
  srcFqdns: [String.t()] | nil,
  srcIpRanges: [String.t()] | nil,
  srcRegionCodes: [String.t()] | nil,
  srcSecureTags:
    [GoogleApi.Compute.V1.Model.FirewallPolicyRuleSecureTag.t()] | nil,
  srcThreatIntelligences: [String.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.