google-apis-compute_beta 0.25.0 → 0.26.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ea1579c1fe79425786ee501ebcb4ce600efbdcf389632a34f91dbde4019f8c1f
4
- data.tar.gz: b7a45cce98bc0bb8cb9c946a9b9118f2538dac16c2169d03949005d1c7066d89
3
+ metadata.gz: a7018a8e0bbddbf8449477ac34fb3344191a7d64df9d4ac659e031e89bd51e0e
4
+ data.tar.gz: 8b235e27f405e7ad2d5810598257e2f4bc446581928d2f38bb9d29e609fa2f86
5
5
  SHA512:
6
- metadata.gz: ebbe9728b8bcc2ff5e606d0aa5f10efd905f6890570626223a8d9c4514091437589f865c0438a0a2b060b9dbc49fc108cb3e557749ee8e3c7bd878270b549980
7
- data.tar.gz: b0b192abb8d54f4f9a03d2a0b8bd59dea88747a4adfb714a94efe13176817f7739641c7266fd6de12104777ee75a2333281adc58f50ae37f517bc3c0acd0becd
6
+ metadata.gz: 3d496efb4397cdf433752390f52c8883413623415602e0fc3101f5031f7d42ecd4d520b43f728b87d74fc2ed581123ed4ee3b578cebada5a294903cbc22ceff7
7
+ data.tar.gz: c8b2cb41365f9956125fc47fb498ef9f9a76f017a5b188a8e11456d86c6519c60d1e60fa29c779afa8d2646f09d02232b877aeb639b555a7411f466952e3c4a8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.26.0 (2022-02-18)
4
+
5
+ * Regenerated from discovery document revision 20220215
6
+
3
7
  ### v0.25.0 (2022-02-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220206
@@ -1595,6 +1595,11 @@ module Google
1595
1595
  # @return [Array<Google::Apis::ComputeBeta::AuditLogConfig>]
1596
1596
  attr_accessor :audit_log_configs
1597
1597
 
1598
+ # This is deprecated and has no effect. Do not use.
1599
+ # Corresponds to the JSON property `exemptedMembers`
1600
+ # @return [Array<String>]
1601
+ attr_accessor :exempted_members
1602
+
1598
1603
  # Specifies a service that will be enabled for audit logging. For example, `
1599
1604
  # storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special
1600
1605
  # value that covers all services.
@@ -1609,6 +1614,7 @@ module Google
1609
1614
  # Update properties of this object
1610
1615
  def update!(**args)
1611
1616
  @audit_log_configs = args[:audit_log_configs] if args.key?(:audit_log_configs)
1617
+ @exempted_members = args[:exempted_members] if args.key?(:exempted_members)
1612
1618
  @service = args[:service] if args.key?(:service)
1613
1619
  end
1614
1620
  end
@@ -3397,13 +3403,9 @@ module Google
3397
3403
  # @return [Google::Apis::ComputeBeta::Subsetting]
3398
3404
  attr_accessor :subsetting
3399
3405
 
3400
- # The backend service timeout has a different meaning depending on the type of
3401
- # load balancer. For more information see, Backend service settings The default
3402
- # is 30 seconds. The full range of timeout values allowed is 1 - 2,147,483,647
3403
- # seconds. This value can be overridden in the PathMatcher configuration of the
3404
- # UrlMap that references this backend service. Not supported when the backend
3405
- # service is referenced by a URL map that is bound to target gRPC proxy that has
3406
- # validateForProxyless field set to true. Instead, use maxStreamDuration.
3406
+ # Not supported when the backend service is referenced by a URL map that is
3407
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
3408
+ # Instead, use maxStreamDuration.
3407
3409
  # Corresponds to the JSON property `timeoutSec`
3408
3410
  # @return [Fixnum]
3409
3411
  attr_accessor :timeout_sec
@@ -4776,18 +4778,14 @@ module Google
4776
4778
  # @return [Google::Apis::ComputeBeta::Duration]
4777
4779
  attr_accessor :connect_timeout
4778
4780
 
4779
- # The maximum number of connections to the backend service. If not specified,
4780
- # there is no limit. Not supported when the backend service is referenced by a
4781
- # URL map that is bound to target gRPC proxy that has validateForProxyless field
4782
- # set to true.
4781
+ # Not supported when the backend service is referenced by a URL map that is
4782
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4783
4783
  # Corresponds to the JSON property `maxConnections`
4784
4784
  # @return [Fixnum]
4785
4785
  attr_accessor :max_connections
4786
4786
 
4787
- # The maximum number of pending requests allowed to the backend service. If not
4788
- # specified, there is no limit. Not supported when the backend service is
4789
- # referenced by a URL map that is bound to target gRPC proxy that has
4790
- # validateForProxyless field set to true.
4787
+ # Not supported when the backend service is referenced by a URL map that is
4788
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4791
4789
  # Corresponds to the JSON property `maxPendingRequests`
4792
4790
  # @return [Fixnum]
4793
4791
  attr_accessor :max_pending_requests
@@ -4798,20 +4796,14 @@ module Google
4798
4796
  # @return [Fixnum]
4799
4797
  attr_accessor :max_requests
4800
4798
 
4801
- # Maximum requests for a single connection to the backend service. This
4802
- # parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not
4803
- # specified, there is no limit. Setting this parameter to 1 will effectively
4804
- # disable keep alive. Not supported when the backend service is referenced by a
4805
- # URL map that is bound to target gRPC proxy that has validateForProxyless field
4806
- # set to true.
4799
+ # Not supported when the backend service is referenced by a URL map that is
4800
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4807
4801
  # Corresponds to the JSON property `maxRequestsPerConnection`
4808
4802
  # @return [Fixnum]
4809
4803
  attr_accessor :max_requests_per_connection
4810
4804
 
4811
- # The maximum number of parallel retries allowed to the backend cluster. If not
4812
- # specified, the default is 1. Not supported when the backend service is
4813
- # referenced by a URL map that is bound to target gRPC proxy that has
4814
- # validateForProxyless field set to true.
4805
+ # Not supported when the backend service is referenced by a URL map that is
4806
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
4815
4807
  # Corresponds to the JSON property `maxRetries`
4816
4808
  # @return [Fixnum]
4817
4809
  attr_accessor :max_retries
@@ -8069,14 +8061,6 @@ module Google
8069
8061
  # @return [String]
8070
8062
  attr_accessor :parent
8071
8063
 
8072
- # [Output Only] URL of the region where the regional firewall policy resides.
8073
- # This field is not applicable to global firewall policies. You must specify
8074
- # this field as part of the HTTP request URL. It is not settable as a field in
8075
- # the request body.
8076
- # Corresponds to the JSON property `region`
8077
- # @return [String]
8078
- attr_accessor :region
8079
-
8080
8064
  # [Output Only] Total count of all firewall policy rule tuples. A firewall
8081
8065
  # policy can not exceed a set number of tuples.
8082
8066
  # Corresponds to the JSON property `ruleTupleCount`
@@ -8128,7 +8112,6 @@ module Google
8128
8112
  @kind = args[:kind] if args.key?(:kind)
8129
8113
  @name = args[:name] if args.key?(:name)
8130
8114
  @parent = args[:parent] if args.key?(:parent)
8131
- @region = args[:region] if args.key?(:region)
8132
8115
  @rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
8133
8116
  @rules = args[:rules] if args.key?(:rules)
8134
8117
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -8364,18 +8347,6 @@ module Google
8364
8347
  # @return [Array<String>]
8365
8348
  attr_accessor :target_resources
8366
8349
 
8367
- # A list of secure tags that controls which instances the firewall rule applies
8368
- # to. If targetSecureTag are specified, then the firewall rule applies only to
8369
- # instances in the VPC network that have one of those EFFECTIVE secure tags, if
8370
- # all the target_secure_tag are in INEFFECTIVE state, then this rule will be
8371
- # ignored. targetSecureTag may not be set at the same time as
8372
- # targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag
8373
- # are specified, the firewall rule applies to all instances on the specified
8374
- # network. Maximum number of target label tags allowed is 256.
8375
- # Corresponds to the JSON property `targetSecureTags`
8376
- # @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag>]
8377
- attr_accessor :target_secure_tags
8378
-
8379
8350
  # A list of service accounts indicating the sets of instances that are applied
8380
8351
  # with this rule.
8381
8352
  # Corresponds to the JSON property `targetServiceAccounts`
@@ -8398,7 +8369,6 @@ module Google
8398
8369
  @priority = args[:priority] if args.key?(:priority)
8399
8370
  @rule_tuple_count = args[:rule_tuple_count] if args.key?(:rule_tuple_count)
8400
8371
  @target_resources = args[:target_resources] if args.key?(:target_resources)
8401
- @target_secure_tags = args[:target_secure_tags] if args.key?(:target_secure_tags)
8402
8372
  @target_service_accounts = args[:target_service_accounts] if args.key?(:target_service_accounts)
8403
8373
  end
8404
8374
  end
@@ -8424,14 +8394,6 @@ module Google
8424
8394
  # @return [Array<String>]
8425
8395
  attr_accessor :src_ip_ranges
8426
8396
 
8427
- # List of secure tag values, which should be matched at the source of the
8428
- # traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there
8429
- # is no srcIpRange, this rule will be ignored. Maximum number of source tag
8430
- # values allowed is 256.
8431
- # Corresponds to the JSON property `srcSecureTags`
8432
- # @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag>]
8433
- attr_accessor :src_secure_tags
8434
-
8435
8397
  def initialize(**args)
8436
8398
  update!(**args)
8437
8399
  end
@@ -8441,7 +8403,6 @@ module Google
8441
8403
  @dest_ip_ranges = args[:dest_ip_ranges] if args.key?(:dest_ip_ranges)
8442
8404
  @layer4_configs = args[:layer4_configs] if args.key?(:layer4_configs)
8443
8405
  @src_ip_ranges = args[:src_ip_ranges] if args.key?(:src_ip_ranges)
8444
- @src_secure_tags = args[:src_secure_tags] if args.key?(:src_secure_tags)
8445
8406
  end
8446
8407
  end
8447
8408
 
@@ -8476,32 +8437,6 @@ module Google
8476
8437
  end
8477
8438
  end
8478
8439
 
8479
- #
8480
- class FirewallPolicyRuleSecureTag
8481
- include Google::Apis::Core::Hashable
8482
-
8483
- # Name of the secure tag, created with TagManager's TagValue API.
8484
- # Corresponds to the JSON property `name`
8485
- # @return [String]
8486
- attr_accessor :name
8487
-
8488
- # [Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A
8489
- # secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.
8490
- # Corresponds to the JSON property `state`
8491
- # @return [String]
8492
- attr_accessor :state
8493
-
8494
- def initialize(**args)
8495
- update!(**args)
8496
- end
8497
-
8498
- # Update properties of this object
8499
- def update!(**args)
8500
- @name = args[:name] if args.key?(:name)
8501
- @state = args[:state] if args.key?(:state)
8502
- end
8503
- end
8504
-
8505
8440
  # Encapsulates numeric value that can be either absolute or relative.
8506
8441
  class FixedOrPercent
8507
8442
  include Google::Apis::Core::Hashable
@@ -9610,8 +9545,8 @@ module Google
9610
9545
  # The ID of a supported feature. To add multiple values, use commas to separate
9611
9546
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
9612
9547
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC -
9613
- # SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information,
9614
- # see Enabling guest operating system features.
9548
+ # SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling
9549
+ # guest operating system features.
9615
9550
  # Corresponds to the JSON property `type`
9616
9551
  # @return [String]
9617
9552
  attr_accessor :type
@@ -13033,8 +12968,8 @@ module Google
13033
12968
  # Assigns a name to a port number. For example: `name: "http", port: 80` This
13034
12969
  # allows the system to reference ports by the assigned name instead of a port
13035
12970
  # number. Named ports can also contain multiple ports. For example: [`name: "
13036
- # app1", port: 8080`, `name: "app1", port: 8081`, `name: "app2", port: 8082`]
13037
- # Named ports apply to all instances in this instance group.
12971
+ # http", port: 80`,`name: "http", port: 8080`] Named ports apply to all
12972
+ # instances in this instance group.
13038
12973
  # Corresponds to the JSON property `namedPorts`
13039
12974
  # @return [Array<Google::Apis::ComputeBeta::NamedPort>]
13040
12975
  attr_accessor :named_ports
@@ -15932,8 +15867,7 @@ module Google
15932
15867
  # @return [String]
15933
15868
  attr_accessor :short_name
15934
15869
 
15935
- # [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
15936
- # NETWORK, NETWORK_REGIONAL.
15870
+ # [Output Only] The type of the firewall policy.
15937
15871
  # Corresponds to the JSON property `type`
15938
15872
  # @return [String]
15939
15873
  attr_accessor :type
@@ -16619,9 +16553,10 @@ module Google
16619
16553
  # @return [String]
16620
16554
  attr_accessor :customer_router_ipv6_interface_id
16621
16555
 
16622
- # [Output Only] Dataplane version for this InterconnectAttachment. This field is
16623
- # only present for Dataplane version 2 and higher. Absence of this field in the
16624
- # API output indicates that the Dataplane is version 1.
16556
+ # [Output only for types PARTNER and DEDICATED. Not present for PARTNER_PROVIDER.
16557
+ # ] Dataplane version for this InterconnectAttachment. This field is only
16558
+ # present for Dataplane version 2 and higher. Absence of this field in the API
16559
+ # output indicates that the Dataplane is version 1.
16625
16560
  # Corresponds to the JSON property `dataplaneVersion`
16626
16561
  # @return [Fixnum]
16627
16562
  attr_accessor :dataplane_version
@@ -19691,13 +19626,6 @@ module Google
19691
19626
  # @return [String]
19692
19627
  attr_accessor :description
19693
19628
 
19694
- # Enable ULA internal ipv6 on this network. Enabling this feature will assign a /
19695
- # 48 from google defined ULA prefix fd20::/20. .
19696
- # Corresponds to the JSON property `enableUlaInternalIpv6`
19697
- # @return [Boolean]
19698
- attr_accessor :enable_ula_internal_ipv6
19699
- alias_method :enable_ula_internal_ipv6?, :enable_ula_internal_ipv6
19700
-
19701
19629
  # [Output Only] The gateway address for default routing out of the network,
19702
19630
  # selected by GCP.
19703
19631
  # Corresponds to the JSON property `gatewayIPv4`
@@ -19710,16 +19638,6 @@ module Google
19710
19638
  # @return [Fixnum]
19711
19639
  attr_accessor :id
19712
19640
 
19713
- # When enabling ula internal ipv6, caller optionally can specify the /48 range
19714
- # they want from the google defined ULA prefix fd20::/20. The input must be a
19715
- # valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will
19716
- # fail if the speficied /48 is already in used by another resource. If the field
19717
- # is not speficied, then a /48 range will be randomly allocated from fd20::/20
19718
- # and returned via this field. .
19719
- # Corresponds to the JSON property `internalIpv6Range`
19720
- # @return [String]
19721
- attr_accessor :internal_ipv6_range
19722
-
19723
19641
  # [Output Only] Type of the resource. Always compute#network for networks.
19724
19642
  # Corresponds to the JSON property `kind`
19725
19643
  # @return [String]
@@ -19741,13 +19659,6 @@ module Google
19741
19659
  # @return [String]
19742
19660
  attr_accessor :name
19743
19661
 
19744
- # The network firewall policy enforcement order. Can be either
19745
- # AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to
19746
- # AFTER_CLASSIC_FIREWALL if the field is not specified.
19747
- # Corresponds to the JSON property `networkFirewallPolicyEnforcementOrder`
19748
- # @return [String]
19749
- attr_accessor :network_firewall_policy_enforcement_order
19750
-
19751
19662
  # [Output Only] A list of network peerings for the resource.
19752
19663
  # Corresponds to the JSON property `peerings`
19753
19664
  # @return [Array<Google::Apis::ComputeBeta::NetworkPeering>]
@@ -19765,11 +19676,6 @@ module Google
19765
19676
  # @return [String]
19766
19677
  attr_accessor :self_link
19767
19678
 
19768
- # [Output Only] Server-defined URL for this resource with the resource id.
19769
- # Corresponds to the JSON property `selfLinkWithId`
19770
- # @return [String]
19771
- attr_accessor :self_link_with_id
19772
-
19773
19679
  # [Output Only] Server-defined fully-qualified URLs for all subnetworks in this
19774
19680
  # VPC network.
19775
19681
  # Corresponds to the JSON property `subnetworks`
@@ -19786,18 +19692,14 @@ module Google
19786
19692
  @auto_create_subnetworks = args[:auto_create_subnetworks] if args.key?(:auto_create_subnetworks)
19787
19693
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
19788
19694
  @description = args[:description] if args.key?(:description)
19789
- @enable_ula_internal_ipv6 = args[:enable_ula_internal_ipv6] if args.key?(:enable_ula_internal_ipv6)
19790
19695
  @gateway_i_pv4 = args[:gateway_i_pv4] if args.key?(:gateway_i_pv4)
19791
19696
  @id = args[:id] if args.key?(:id)
19792
- @internal_ipv6_range = args[:internal_ipv6_range] if args.key?(:internal_ipv6_range)
19793
19697
  @kind = args[:kind] if args.key?(:kind)
19794
19698
  @mtu = args[:mtu] if args.key?(:mtu)
19795
19699
  @name = args[:name] if args.key?(:name)
19796
- @network_firewall_policy_enforcement_order = args[:network_firewall_policy_enforcement_order] if args.key?(:network_firewall_policy_enforcement_order)
19797
19700
  @peerings = args[:peerings] if args.key?(:peerings)
19798
19701
  @routing_config = args[:routing_config] if args.key?(:routing_config)
19799
19702
  @self_link = args[:self_link] if args.key?(:self_link)
19800
- @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
19801
19703
  @subnetworks = args[:subnetworks] if args.key?(:subnetworks)
19802
19704
  end
19803
19705
  end
@@ -19942,8 +19844,8 @@ module Google
19942
19844
  attr_accessor :network
19943
19845
 
19944
19846
  # Type of network endpoints in this network endpoint group. Can be one of
19945
- # GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT,
19946
- # INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.
19847
+ # GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT,
19848
+ # SERVERLESS, PRIVATE_SERVICE_CONNECT.
19947
19849
  # Corresponds to the JSON property `networkEndpointType`
19948
19850
  # @return [String]
19949
19851
  attr_accessor :network_endpoint_type
@@ -20238,13 +20140,13 @@ module Google
20238
20140
  # @return [String]
20239
20141
  attr_accessor :tag
20240
20142
 
20241
- # A template to parse <service> and <tag> fields from a request URL. URL mask
20242
- # allows for routing to multiple Run services without having to create multiple
20243
- # network endpoint groups and backend services. For example, request URLs "foo1.
20244
- # domain.com/bar1" and "foo1.domain.com/bar2" can be backed by the same
20245
- # Serverless Network Endpoint Group (NEG) with URL mask "<tag>.domain.com/<
20246
- # service>". The URL mask will parse them to ` service="bar1", tag="foo1" ` and `
20247
- # service="bar2", tag="foo2" ` respectively.
20143
+ # A template to parse service and tag fields from a request URL. URL mask allows
20144
+ # for routing to multiple Run services without having to create multiple network
20145
+ # endpoint groups and backend services. For example, request URLs "foo1.domain.
20146
+ # com/bar1" and "foo1.domain.com/bar2" can be backed by the same Serverless
20147
+ # Network Endpoint Group (NEG) with URL mask ".domain.com/". The URL mask will
20148
+ # parse them to ` service="bar1", tag="foo1" ` and ` service="bar2", tag="foo2" `
20149
+ # respectively.
20248
20150
  # Corresponds to the JSON property `urlMask`
20249
20151
  # @return [String]
20250
20152
  attr_accessor :url_mask
@@ -20816,11 +20718,6 @@ module Google
20816
20718
  # @return [String]
20817
20719
  attr_accessor :fingerprint
20818
20720
 
20819
- # The prefix length of the primary internal IPv6 range.
20820
- # Corresponds to the JSON property `internalIpv6PrefixLength`
20821
- # @return [Fixnum]
20822
- attr_accessor :internal_ipv6_prefix_length
20823
-
20824
20721
  # An array of IPv6 access configurations for this interface. Currently, only one
20825
20722
  # IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig
20826
20723
  # specified, then this instance will have no external IPv6 Internet access.
@@ -20912,7 +20809,6 @@ module Google
20912
20809
  @access_configs = args[:access_configs] if args.key?(:access_configs)
20913
20810
  @alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
20914
20811
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
20915
- @internal_ipv6_prefix_length = args[:internal_ipv6_prefix_length] if args.key?(:internal_ipv6_prefix_length)
20916
20812
  @ipv6_access_configs = args[:ipv6_access_configs] if args.key?(:ipv6_access_configs)
20917
20813
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
20918
20814
  @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
@@ -27688,69 +27584,6 @@ module Google
27688
27584
  end
27689
27585
  end
27690
27586
 
27691
- #
27692
- class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
27693
- include Google::Apis::Core::Hashable
27694
-
27695
- # Effective firewalls from firewall policy.
27696
- # Corresponds to the JSON property `firewallPolicys`
27697
- # @return [Array<Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy>]
27698
- attr_accessor :firewall_policys
27699
-
27700
- # Effective firewalls on the network.
27701
- # Corresponds to the JSON property `firewalls`
27702
- # @return [Array<Google::Apis::ComputeBeta::Firewall>]
27703
- attr_accessor :firewalls
27704
-
27705
- def initialize(**args)
27706
- update!(**args)
27707
- end
27708
-
27709
- # Update properties of this object
27710
- def update!(**args)
27711
- @firewall_policys = args[:firewall_policys] if args.key?(:firewall_policys)
27712
- @firewalls = args[:firewalls] if args.key?(:firewalls)
27713
- end
27714
- end
27715
-
27716
- #
27717
- class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
27718
- include Google::Apis::Core::Hashable
27719
-
27720
- # [Output Only] The display name of the firewall policy.
27721
- # Corresponds to the JSON property `displayName`
27722
- # @return [String]
27723
- attr_accessor :display_name
27724
-
27725
- # [Output Only] The name of the firewall policy.
27726
- # Corresponds to the JSON property `name`
27727
- # @return [String]
27728
- attr_accessor :name
27729
-
27730
- # The rules that apply to the network.
27731
- # Corresponds to the JSON property `rules`
27732
- # @return [Array<Google::Apis::ComputeBeta::FirewallPolicyRule>]
27733
- attr_accessor :rules
27734
-
27735
- # [Output Only] The type of the firewall policy. Can be one of HIERARCHY,
27736
- # NETWORK, NETWORK_REGIONAL.
27737
- # Corresponds to the JSON property `type`
27738
- # @return [String]
27739
- attr_accessor :type
27740
-
27741
- def initialize(**args)
27742
- update!(**args)
27743
- end
27744
-
27745
- # Update properties of this object
27746
- def update!(**args)
27747
- @display_name = args[:display_name] if args.key?(:display_name)
27748
- @name = args[:name] if args.key?(:name)
27749
- @rules = args[:rules] if args.key?(:rules)
27750
- @type = args[:type] if args.key?(:type)
27751
- end
27752
- end
27753
-
27754
27587
  #
27755
27588
  class RegionSetLabelsRequest
27756
27589
  include Google::Apis::Core::Hashable
@@ -28798,8 +28631,8 @@ module Google
28798
28631
  class ResourcePolicyDailyCycle
28799
28632
  include Google::Apis::Core::Hashable
28800
28633
 
28801
- # Defines a schedule with units measured in days. The value determines how many
28802
- # days pass between the start of each cycle.
28634
+ # Defines a schedule with units measured in months. The value determines how
28635
+ # many months pass between the start of each cycle.
28803
28636
  # Corresponds to the JSON property `daysInCycle`
28804
28637
  # @return [Fixnum]
28805
28638
  attr_accessor :days_in_cycle
@@ -30832,8 +30665,7 @@ module Google
30832
30665
  # @return [String]
30833
30666
  attr_accessor :router_appliance_instance
30834
30667
 
30835
- # The state of the BGP session. For a list of possible values for this field,
30836
- # see BGP session states.
30668
+ # BGP state as specified in RFC1771.
30837
30669
  # Corresponds to the JSON property `state`
30838
30670
  # @return [String]
30839
30671
  attr_accessor :state
@@ -31772,10 +31604,10 @@ module Google
31772
31604
  # @return [String]
31773
31605
  attr_accessor :self_link_with_id
31774
31606
 
31775
- # The type indicates the intended use of the security policy. - CLOUD_ARMOR:
31607
+ # The type indicates the intended use of the security policy. CLOUD_ARMOR -
31776
31608
  # Cloud Armor backend security policies can be configured to filter incoming
31777
31609
  # HTTP requests targeting backend services. They filter requests before they hit
31778
- # the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can
31610
+ # the origin servers. CLOUD_ARMOR_EDGE - Cloud Armor edge security policies can
31779
31611
  # be configured to filter incoming HTTP requests targeting backend services (
31780
31612
  # including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They
31781
31613
  # filter requests before the request is served from Google's cache.
@@ -32404,11 +32236,10 @@ module Google
32404
32236
  # present in the request, the key type defaults to ALL. - XFF_IP: The first IP
32405
32237
  # address (i.e. the originating client IP address) specified in the list of IPs
32406
32238
  # under X-Forwarded-For HTTP header. If no such header is present or the value
32407
- # is not a valid IP, the key defaults to the source IP address of the request i.
32408
- # e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is
32409
- # configured under "enforce_on_key_name". The key value is truncated to the
32410
- # first 128 bytes of the cookie value. If no such cookie is present in the
32411
- # request, the key type defaults to ALL.
32239
+ # is not a valid IP, the key type defaults to ALL. - HTTP_COOKIE: The value of
32240
+ # the HTTP cookie whose name is configured under "enforce_on_key_name". The key
32241
+ # value is truncated to the first 128 bytes of the cookie value. If no such
32242
+ # cookie is present in the request, the key type defaults to ALL.
32412
32243
  # Corresponds to the JSON property `enforceOnKey`
32413
32244
  # @return [String]
32414
32245
  attr_accessor :enforce_on_key
@@ -32422,9 +32253,9 @@ module Google
32422
32253
 
32423
32254
  # Action to take for requests that are above the configured rate limit threshold,
32424
32255
  # to either deny with a specified HTTP response code, or redirect to a
32425
- # different endpoint. Valid options are "deny(status)", where valid values for
32426
- # status are 403, 404, 429, and 502, and "redirect" where the redirect
32427
- # parameters come from exceedRedirectOptions below.
32256
+ # different endpoint. Valid options are "deny()" where valid values for status
32257
+ # are 403, 404, 429, and 502, and "redirect" where the redirect parameters come
32258
+ # from exceed_redirect_options below.
32428
32259
  # Corresponds to the JSON property `exceedAction`
32429
32260
  # @return [String]
32430
32261
  attr_accessor :exceed_action
@@ -35025,13 +34856,6 @@ module Google
35025
34856
  # @return [Fixnum]
35026
34857
  attr_accessor :id
35027
34858
 
35028
- # [Output Only] The range of internal IPv6 addresses that are owned by this
35029
- # subnetwork. Note this is for general VM to VM communication, not to be
35030
- # confused with the ipv6_cidr_range field.
35031
- # Corresponds to the JSON property `internalIpv6Prefix`
35032
- # @return [String]
35033
- attr_accessor :internal_ipv6_prefix
35034
-
35035
34859
  # The range of internal addresses that are owned by this subnetwork. Provide
35036
34860
  # this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.
35037
34861
  # 64.0.0/10. Ranges must be unique and non-overlapping within a network. Only
@@ -35170,7 +34994,6 @@ module Google
35170
34994
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
35171
34995
  @gateway_address = args[:gateway_address] if args.key?(:gateway_address)
35172
34996
  @id = args[:id] if args.key?(:id)
35173
- @internal_ipv6_prefix = args[:internal_ipv6_prefix] if args.key?(:internal_ipv6_prefix)
35174
34997
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
35175
34998
  @ipv6_access_type = args[:ipv6_access_type] if args.key?(:ipv6_access_type)
35176
34999
  @ipv6_cidr_range = args[:ipv6_cidr_range] if args.key?(:ipv6_cidr_range)
@@ -35453,9 +35276,8 @@ module Google
35453
35276
  attr_accessor :enable
35454
35277
  alias_method :enable?, :enable
35455
35278
 
35456
- # Can only be specified if VPC flow logs for this subnetwork is enabled. The
35457
- # filter expression is used to define which VPC flow logs should be exported to
35458
- # Cloud Logging.
35279
+ # Can only be specified if VPC flow logs for this subnetwork is enabled. Export
35280
+ # filter used to define which VPC flow logs should be logged.
35459
35281
  # Corresponds to the JSON property `filterExpr`
35460
35282
  # @return [String]
35461
35283
  attr_accessor :filter_expr
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220206"
25
+ REVISION = "20220215"
26
26
  end
27
27
  end
28
28
  end