HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/396/lib/googlecloudsdk/schemas/compute/beta/FirewallPolicyRuleMatcher.yaml
$schema: "http://json-schema.org/draft-06/schema#"

title: compute beta FirewallPolicyRuleMatcher export schema
description: A gcloud export/import command YAML validation schema.
type: object
additionalProperties: false
properties:
  COMMENT:
    type: object
    description: User specified info ignored by gcloud import.
    additionalProperties: false
    properties:
      template-id:
        type: string
      region:
        type: string
      description:
        type: string
      date:
        type: string
      version:
        type: string
  UNKNOWN:
    type: array
    description: Unknown API fields that cannot be imported.
    items:
      type: string
  destAddressGroups:
    description: |-
      Address groups which should be matched against the traffic destination.
      Maximum number of destination address groups is 10.
    type: array
    items:
      type: string
  destFqdns:
    description: |-
      Fully Qualified Domain Name (FQDN) which should be matched against
      traffic destination. Maximum number of destination fqdn allowed is
      100.
    type: array
    items:
      type: string
  destIpRanges:
    description: |-
      CIDR IP address range. Maximum number of destination CIDR IP
      ranges allowed is 5000.
    type: array
    items:
      type: string
  destNetworkScope:
    description: Network scope of the traffic destination.
    type: string
    enum:
    - INTERNET
    - INTRA_VPC
    - NON_INTERNET
    - UNSPECIFIED
    - VPC_NETWORKS
  destRegionCodes:
    description: |-
      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.
    type: array
    items:
      type: string
  destThreatIntelligences:
    description: |-
      Names of Network Threat Intelligence lists. The IPs in
      these lists will be matched against traffic destination.
    type: array
    items:
      type: string
  layer4Configs:
    description: |-
      Pairs of IP protocols and ports that the rule should
      match.
    type: array
    items:
      $ref: FirewallPolicyRuleMatcherLayer4Config.yaml
  srcAddressGroups:
    description: |-
      Address groups which should be matched against the
      traffic source. Maximum number of source address
      groups is 10.
    type: array
    items:
      type: string
  srcFqdns:
    description: |-
      Fully Qualified Domain Name (FQDN) which
      should be matched against traffic source.
      Maximum number of source fqdn allowed is 100.
    type: array
    items:
      type: string
  srcIpRanges:
    description: |-
      CIDR IP address range. Maximum number of
      source CIDR IP ranges allowed is 5000.
    type: array
    items:
      type: string
  srcNetworkScope:
    description: |-
      Network scope of the traffic source.
    type: string
    enum:
    - INTERNET
    - INTRA_VPC
    - NON_INTERNET
    - UNSPECIFIED
    - VPC_NETWORKS
  srcNetworks:
    description: |-
      Networks of the traffic source. It can
      be either a full or partial url.
    type: array
    items:
      type: string
  srcRegionCodes:
    description: |-
      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.
    type: array
    items:
      type: string
  srcSecureTags:
    description: |-
      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.
    type: array
    items:
      $ref: FirewallPolicyRuleSecureTag.yaml
  srcThreatIntelligences:
    description: |-
      Names of Network Threat Intelligence
      lists. The IPs in these lists will be
      matched against traffic source.
    type: array
    items:
      type: string