google-apis-compute_beta 0.85.0 → 0.87.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: 3526ce61f3804860927272ada6784f920de7971d09372842dccf2bdf29466393
4
- data.tar.gz: b7fccbcd49ba87ceebb0a7f2f3cb3b2a35ebd51fa871e09adba3ec82a551738a
3
+ metadata.gz: c4d38776a3b822253081bddd745b52dc836475cee70d6cf37099e3c801fbb989
4
+ data.tar.gz: 12964f0bee2b132211aa30c4bcaca141f9136e33f9e26f8adbb67268db62eb90
5
5
  SHA512:
6
- metadata.gz: ac15412fe9545ba388b642cd8846e186224a72084bf1f547dac7c427f1585ccea0e3558caace2674889d4ceb4de07b64c35b6597a836ee6ea81502ad68fa4532
7
- data.tar.gz: 75e68815430cf700d416441c0732e587d27e8abe76e17ea5bf115269a8d06d83e61abe4d643da87e4368f45c3c40d89b8ddc7d67ff508690615c5f08144191d3
6
+ metadata.gz: e9cc9f86f056a6a522dc216d3c73b3d7f80be16182a3bf03f658e774b4b8d2deb1d4b68e991cffeaa88b7b75033d3438f6637fb1d1622e04ddec59ae197bf25e
7
+ data.tar.gz: e021867259087cd785b56ecaac14b2ea1a7a4deff5dc632810f9c0829c383f56c680dae034cbbaf34757ba4eaeec4c66d9e59bc8bf0e69f1895311d7741ddd31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.87.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231128
6
+
7
+ ### v0.86.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231110
10
+
3
11
  ### v0.85.0 (2023-11-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20231031
@@ -3430,13 +3430,13 @@ module Google
3430
3430
  class BackendService
3431
3431
  include Google::Apis::Core::Hashable
3432
3432
 
3433
- # Lifetime of cookies in seconds. This setting is applicable to external and
3434
- # internal HTTP(S) load balancers and Traffic Director and requires
3435
- # GENERATED_COOKIE or HTTP_COOKIE session affinity. If set to 0, the cookie is
3436
- # non-persistent and lasts only until the end of the browser session (or
3437
- # equivalent). The maximum allowed value is two weeks (1,209,600). Not supported
3438
- # when the backend service is referenced by a URL map that is bound to target
3439
- # gRPC proxy that has validateForProxyless field set to true.
3433
+ # Lifetime of cookies in seconds. This setting is applicable to Application Load
3434
+ # Balancers and Traffic Director and requires GENERATED_COOKIE or HTTP_COOKIE
3435
+ # session affinity. If set to 0, the cookie is non-persistent and lasts only
3436
+ # until the end of the browser session (or equivalent). The maximum allowed
3437
+ # value is two weeks (1,209,600). Not supported when the backend service is
3438
+ # referenced by a URL map that is bound to target gRPC proxy that has
3439
+ # validateForProxyless field set to true.
3440
3440
  # Corresponds to the JSON property `affinityCookieTtlSec`
3441
3441
  # @return [Fixnum]
3442
3442
  attr_accessor :affinity_cookie_ttl_sec
@@ -3507,23 +3507,23 @@ module Google
3507
3507
  # @return [String]
3508
3508
  attr_accessor :edge_security_policy
3509
3509
 
3510
- # If true, enables Cloud CDN for the backend service of an external HTTP(S) load
3511
- # balancer.
3510
+ # If true, enables Cloud CDN for the backend service of a global external
3511
+ # Application Load Balancer.
3512
3512
  # Corresponds to the JSON property `enableCDN`
3513
3513
  # @return [Boolean]
3514
3514
  attr_accessor :enable_cdn
3515
3515
  alias_method :enable_cdn?, :enable_cdn
3516
3516
 
3517
- # For load balancers that have configurable failover: [Internal TCP/UDP Load
3518
- # Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-
3519
- # overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-
3520
- # balancing/docs/network/networklb-failover-overview). On failover or failback,
3521
- # this field indicates whether connection draining will be honored. Google Cloud
3522
- # has a fixed connection draining timeout of 10 minutes. A setting of true
3523
- # terminates existing TCP connections to the active pool during failover and
3524
- # failback, immediately draining traffic. A setting of false allows existing TCP
3525
- # connections to persist, even on VMs no longer in the active pool, for up to
3526
- # the duration of the connection draining timeout (10 minutes).
3517
+ # For load balancers that have configurable failover: [Internal passthrough
3518
+ # Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/
3519
+ # failover-overview) and [external passthrough Network Load Balancers](https://
3520
+ # cloud.google.com/load-balancing/docs/network/networklb-failover-overview). On
3521
+ # failover or failback, this field indicates whether connection draining will be
3522
+ # honored. Google Cloud has a fixed connection draining timeout of 10 minutes. A
3523
+ # setting of true terminates existing TCP connections to the active pool during
3524
+ # failover and failback, immediately draining traffic. A setting of false allows
3525
+ # existing TCP connections to persist, even on VMs no longer in the active pool,
3526
+ # for up to the duration of the connection draining timeout (10 minutes).
3527
3527
  # Corresponds to the JSON property `failoverPolicy`
3528
3528
  # @return [Google::Apis::ComputeBeta::BackendServiceFailoverPolicy]
3529
3529
  attr_accessor :failover_policy
@@ -3572,12 +3572,13 @@ module Google
3572
3572
  # traffic to the backends of the backend service (Instance Group, Managed
3573
3573
  # Instance Group, Network Endpoint Group), regardless of traffic from the client
3574
3574
  # to the proxy. Only IPv6 health checks are used to check the health of the
3575
- # backends. This field is applicable to either: - Advanced Global External HTTPS
3576
- # Load Balancing (load balancing scheme EXTERNAL_MANAGED), - Regional External
3577
- # HTTPS Load Balancing, - Internal TCP Proxy (load balancing scheme
3578
- # INTERNAL_MANAGED), - Regional Internal HTTPS Load Balancing (load balancing
3579
- # scheme INTERNAL_MANAGED), - Traffic Director with Envoy proxies and proxyless
3580
- # gRPC (load balancing scheme INTERNAL_SELF_MANAGED).
3575
+ # backends. This field is applicable to either: - Advanced global external
3576
+ # Application Load Balancer (load balancing scheme EXTERNAL_MANAGED), - Regional
3577
+ # external Application Load Balancer, - Internal proxy Network Load Balancer (
3578
+ # load balancing scheme INTERNAL_MANAGED), - Regional internal Application Load
3579
+ # Balancer (load balancing scheme INTERNAL_MANAGED), - Traffic Director with
3580
+ # Envoy proxies and proxyless gRPC (load balancing scheme INTERNAL_SELF_MANAGED).
3581
+ #
3581
3582
  # Corresponds to the JSON property `ipAddressSelectionPolicy`
3582
3583
  # @return [String]
3583
3584
  attr_accessor :ip_address_selection_policy
@@ -3677,8 +3678,8 @@ module Google
3677
3678
  attr_accessor :outlier_detection
3678
3679
 
3679
3680
  # Deprecated in favor of portName. The TCP port to connect on the backend. The
3680
- # default value is 80. For Internal TCP/UDP Load Balancing and Network Load
3681
- # Balancing, omit port.
3681
+ # default value is 80. For internal passthrough Network Load Balancers and
3682
+ # external passthrough Network Load Balancers, omit port.
3682
3683
  # Corresponds to the JSON property `port`
3683
3684
  # @return [Fixnum]
3684
3685
  attr_accessor :port
@@ -3687,8 +3688,8 @@ module Google
3687
3688
  # communication to the backend VMs in that group. The named port must be [
3688
3689
  # defined on each backend instance group](https://cloud.google.com/load-
3689
3690
  # balancing/docs/backend-service#named_ports). This parameter has no meaning if
3690
- # the backends are NEGs. For Internal TCP/UDP Load Balancing and Network Load
3691
- # Balancing, omit port_name.
3691
+ # the backends are NEGs. For internal passthrough Network Load Balancers and
3692
+ # external passthrough Network Load Balancers, omit port_name.
3692
3693
  # Corresponds to the JSON property `portName`
3693
3694
  # @return [String]
3694
3695
  attr_accessor :port_name
@@ -4179,20 +4180,20 @@ module Google
4179
4180
  # @return [String]
4180
4181
  attr_accessor :connection_persistence_on_unhealthy_backends
4181
4182
 
4182
- # Enable Strong Session Affinity for Network Load Balancing. This option is not
4183
- # available publicly.
4183
+ # Enable Strong Session Affinity for external passthrough Network Load Balancers.
4184
+ # This option is not available publicly.
4184
4185
  # Corresponds to the JSON property `enableStrongAffinity`
4185
4186
  # @return [Boolean]
4186
4187
  attr_accessor :enable_strong_affinity
4187
4188
  alias_method :enable_strong_affinity?, :enable_strong_affinity
4188
4189
 
4189
4190
  # Specifies how long to keep a Connection Tracking entry while there is no
4190
- # matching traffic (in seconds). For Internal TCP/UDP Load Balancing: - The
4191
- # minimum (default) is 10 minutes and the maximum is 16 hours. - It can be set
4192
- # only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is
4193
- # CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is
4194
- # PER_SESSION). For Network Load Balancer the default is 60 seconds. This option
4195
- # is not available publicly.
4191
+ # matching traffic (in seconds). For internal passthrough Network Load Balancers:
4192
+ # - The minimum (default) is 10 minutes and the maximum is 16 hours. - It can
4193
+ # be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity
4194
+ # is CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode
4195
+ # is PER_SESSION). For external passthrough Network Load Balancers the default
4196
+ # is 60 seconds. This option is not available publicly.
4196
4197
  # Corresponds to the JSON property `idleTimeoutSec`
4197
4198
  # @return [Fixnum]
4198
4199
  attr_accessor :idle_timeout_sec
@@ -4223,16 +4224,16 @@ module Google
4223
4224
  end
4224
4225
  end
4225
4226
 
4226
- # For load balancers that have configurable failover: [Internal TCP/UDP Load
4227
- # Balancing](https://cloud.google.com/load-balancing/docs/internal/failover-
4228
- # overview) and [external TCP/UDP Load Balancing](https://cloud.google.com/load-
4229
- # balancing/docs/network/networklb-failover-overview). On failover or failback,
4230
- # this field indicates whether connection draining will be honored. Google Cloud
4231
- # has a fixed connection draining timeout of 10 minutes. A setting of true
4232
- # terminates existing TCP connections to the active pool during failover and
4233
- # failback, immediately draining traffic. A setting of false allows existing TCP
4234
- # connections to persist, even on VMs no longer in the active pool, for up to
4235
- # the duration of the connection draining timeout (10 minutes).
4227
+ # For load balancers that have configurable failover: [Internal passthrough
4228
+ # Network Load Balancers](https://cloud.google.com/load-balancing/docs/internal/
4229
+ # failover-overview) and [external passthrough Network Load Balancers](https://
4230
+ # cloud.google.com/load-balancing/docs/network/networklb-failover-overview). On
4231
+ # failover or failback, this field indicates whether connection draining will be
4232
+ # honored. Google Cloud has a fixed connection draining timeout of 10 minutes. A
4233
+ # setting of true terminates existing TCP connections to the active pool during
4234
+ # failover and failback, immediately draining traffic. A setting of false allows
4235
+ # existing TCP connections to persist, even on VMs no longer in the active pool,
4236
+ # for up to the duration of the connection draining timeout (10 minutes).
4236
4237
  class BackendServiceFailoverPolicy
4237
4238
  include Google::Apis::Core::Hashable
4238
4239
 
@@ -4246,10 +4247,10 @@ module Google
4246
4247
  # and all backup backend VMs are unhealthy.If set to false, connections are
4247
4248
  # distributed among all primary VMs when all primary and all backup backend VMs
4248
4249
  # are unhealthy. For load balancers that have configurable failover: [Internal
4249
- # TCP/UDP Load Balancing](https://cloud.google.com/load-balancing/docs/internal/
4250
- # failover-overview) and [external TCP/UDP Load Balancing](https://cloud.google.
4251
- # com/load-balancing/docs/network/networklb-failover-overview). The default is
4252
- # false.
4250
+ # passthrough Network Load Balancers](https://cloud.google.com/load-balancing/
4251
+ # docs/internal/failover-overview) and [external passthrough Network Load
4252
+ # Balancers](https://cloud.google.com/load-balancing/docs/network/networklb-
4253
+ # failover-overview). The default is false.
4253
4254
  # Corresponds to the JSON property `dropTrafficIfUnhealthy`
4254
4255
  # @return [Boolean]
4255
4256
  attr_accessor :drop_traffic_if_unhealthy
@@ -9775,10 +9776,10 @@ module Google
9775
9776
  # google.com/compute/docs/reference/rest/beta/globalForwardingRules) * [Regional]
9776
9777
  # (https://cloud.google.com/compute/docs/reference/rest/beta/forwardingRules) A
9777
9778
  # forwarding rule and its corresponding IP address represent the frontend
9778
- # configuration of a Google Cloud Platform load balancer. Forwarding rules can
9779
- # also reference target instances and Cloud VPN Classic gateways (
9780
- # targetVpnGateway). For more information, read Forwarding rule concepts and
9781
- # Using protocol forwarding.
9779
+ # configuration of a Google Cloud load balancer. Forwarding rules can also
9780
+ # reference target instances and Cloud VPN Classic gateways (targetVpnGateway).
9781
+ # For more information, read Forwarding rule concepts and Using protocol
9782
+ # forwarding.
9782
9783
  class ForwardingRule
9783
9784
  include Google::Apis::Core::Hashable
9784
9785
 
@@ -9834,11 +9835,12 @@ module Google
9834
9835
 
9835
9836
  # This field is used along with the backend_service field for internal load
9836
9837
  # balancing or with the target field for internal TargetInstance. If set to true,
9837
- # clients can access the Internal TCP/UDP Load Balancer, Internal HTTP(S) and
9838
- # TCP Proxy Load Balancer from all regions. If false, only allows access from
9839
- # the local region the load balancer is located at. Note that for
9840
- # INTERNAL_MANAGED forwarding rules, this field cannot be changed after the
9841
- # forwarding rule is created.
9838
+ # clients can access the internal passthrough Network Load Balancers, the
9839
+ # regional internal Application Load Balancer, and the regional internal proxy
9840
+ # Network Load Balancer from all regions. If false, only allows access from the
9841
+ # local region the load balancer is located at. Note that for INTERNAL_MANAGED
9842
+ # forwarding rules, this field cannot be changed after the forwarding rule is
9843
+ # created.
9842
9844
  # Corresponds to the JSON property `allowGlobalAccess`
9843
9845
  # @return [Boolean]
9844
9846
  attr_accessor :allow_global_access
@@ -9862,16 +9864,16 @@ module Google
9862
9864
  alias_method :allow_psc_packet_injection?, :allow_psc_packet_injection
9863
9865
 
9864
9866
  # Identifies the backend service to which the forwarding rule sends traffic.
9865
- # Required for Internal TCP/UDP Load Balancing and Network Load Balancing; must
9866
- # be omitted for all other load balancer types.
9867
+ # Required for internal and external passthrough Network Load Balancers; must be
9868
+ # omitted for all other load balancer types.
9867
9869
  # Corresponds to the JSON property `backendService`
9868
9870
  # @return [String]
9869
9871
  attr_accessor :backend_service
9870
9872
 
9871
- # [Output Only] The URL for the corresponding base Forwarding Rule. By base
9872
- # Forwarding Rule, we mean the Forwarding Rule that has the same IP address,
9873
- # protocol, and port settings with the current Forwarding Rule, but without
9874
- # sourceIPRanges specified. Always empty if the current Forwarding Rule does not
9873
+ # [Output Only] The URL for the corresponding base forwarding rule. By base
9874
+ # forwarding rule, we mean the forwarding rule that has the same IP address,
9875
+ # protocol, and port settings with the current forwarding rule, but without
9876
+ # sourceIPRanges specified. Always empty if the current forwarding rule does not
9875
9877
  # have sourceIPRanges specified.
9876
9878
  # Corresponds to the JSON property `baseForwardingRule`
9877
9879
  # @return [String]
@@ -9922,7 +9924,7 @@ module Google
9922
9924
  alias_method :is_mirroring_collector?, :is_mirroring_collector
9923
9925
 
9924
9926
  # [Output Only] Type of the resource. Always compute#forwardingRule for
9925
- # Forwarding Rule resources.
9927
+ # forwarding rule resources.
9926
9928
  # Corresponds to the JSON property `kind`
9927
9929
  # @return [String]
9928
9930
  attr_accessor :kind
@@ -9984,13 +9986,13 @@ module Google
9984
9986
  # @return [String]
9985
9987
  attr_accessor :name
9986
9988
 
9987
- # This field is not used for global external load balancing. For Internal TCP/
9988
- # UDP Load Balancing, this field identifies the network that the load balanced
9989
- # IP should belong to for this Forwarding Rule. If the subnetwork is specified,
9990
- # the network of the subnetwork will be used. If neither subnetwork nor this
9991
- # field is specified, the default network will be used. For Private Service
9992
- # Connect forwarding rules that forward traffic to Google APIs, a network must
9993
- # be provided.
9989
+ # This field is not used for global external load balancing. For internal
9990
+ # passthrough Network Load Balancers, this field identifies the network that the
9991
+ # load balanced IP should belong to for this forwarding rule. If the subnetwork
9992
+ # is specified, the network of the subnetwork will be used. If neither
9993
+ # subnetwork nor this field is specified, the default network will be used. For
9994
+ # Private Service Connect forwarding rules that forward traffic to Google APIs,
9995
+ # a network must be provided.
9994
9996
  # Corresponds to the JSON property `network`
9995
9997
  # @return [String]
9996
9998
  attr_accessor :network
@@ -10049,7 +10051,7 @@ module Google
10049
10051
  # @return [Array<String>]
10050
10052
  attr_accessor :ports
10051
10053
 
10052
- # [Output Only] The PSC connection id of the PSC Forwarding Rule.
10054
+ # [Output Only] The PSC connection id of the PSC forwarding rule.
10053
10055
  # Corresponds to the JSON property `pscConnectionId`
10054
10056
  # @return [Fixnum]
10055
10057
  attr_accessor :psc_connection_id
@@ -10078,7 +10080,7 @@ module Google
10078
10080
  # @return [Array<Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration>]
10079
10081
  attr_accessor :service_directory_registrations
10080
10082
 
10081
- # An optional prefix to the service name for this Forwarding Rule. If specified,
10083
+ # An optional prefix to the service name for this forwarding rule. If specified,
10082
10084
  # the prefix is the first label of the fully qualified service name. The label
10083
10085
  # must be 1-63 characters long, and comply with RFC1035. Specifically, the label
10084
10086
  # must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*
@@ -10090,16 +10092,16 @@ module Google
10090
10092
  # @return [String]
10091
10093
  attr_accessor :service_label
10092
10094
 
10093
- # [Output Only] The internal fully qualified service name for this Forwarding
10094
- # Rule. This field is only used for internal load balancing.
10095
+ # [Output Only] The internal fully qualified service name for this forwarding
10096
+ # rule. This field is only used for internal load balancing.
10095
10097
  # Corresponds to the JSON property `serviceName`
10096
10098
  # @return [String]
10097
10099
  attr_accessor :service_name
10098
10100
 
10099
- # If not empty, this Forwarding Rule will only forward the traffic when the
10101
+ # If not empty, this forwarding rule will only forward the traffic when the
10100
10102
  # source IP address matches one of the IP addresses or CIDR ranges set here.
10101
- # Note that a Forwarding Rule can only have up to 64 source IP ranges, and this
10102
- # field can only be used with a regional Forwarding Rule whose scheme is
10103
+ # Note that a forwarding rule can only have up to 64 source IP ranges, and this
10104
+ # field can only be used with a regional forwarding rule whose scheme is
10103
10105
  # EXTERNAL. Each source_ip_range entry should be either an IP address (for
10104
10106
  # example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
10105
10107
  # Corresponds to the JSON property `sourceIpRanges`
@@ -10107,10 +10109,11 @@ module Google
10107
10109
  attr_accessor :source_ip_ranges
10108
10110
 
10109
10111
  # This field identifies the subnetwork that the load balanced IP should belong
10110
- # to for this Forwarding Rule, used in internal load balancing and network load
10111
- # balancing with IPv6. If the network specified is in auto subnet mode, this
10112
- # field is optional. However, a subnetwork must be specified if the network is
10113
- # in custom subnet mode or when creating external forwarding rule with IPv6.
10112
+ # to for this forwarding rule, used with internal load balancers and external
10113
+ # passthrough Network Load Balancers with IPv6. If the network specified is in
10114
+ # auto subnet mode, this field is optional. However, a subnetwork must be
10115
+ # specified if the network is in custom subnet mode or when creating external
10116
+ # forwarding rule with IPv6.
10114
10117
  # Corresponds to the JSON property `subnetwork`
10115
10118
  # @return [String]
10116
10119
  attr_accessor :subnetwork
@@ -10435,9 +10438,9 @@ module Google
10435
10438
  end
10436
10439
  end
10437
10440
 
10438
- # Describes the auto-registration of the Forwarding Rule to Service Directory.
10441
+ # Describes the auto-registration of the forwarding rule to Service Directory.
10439
10442
  # The region and project of the Service Directory resource generated from this
10440
- # registration will be the same as this Forwarding Rule.
10443
+ # registration will be the same as this forwarding rule.
10441
10444
  class ForwardingRuleServiceDirectoryRegistration
10442
10445
  include Google::Apis::Core::Hashable
10443
10446
 
@@ -10453,7 +10456,7 @@ module Google
10453
10456
 
10454
10457
  # [Optional] Service Directory region to register this global forwarding rule
10455
10458
  # under. Default to "us-central1". Only used for PSC for Google APIs. All PSC
10456
- # for Google APIs Forwarding Rules on the same network should use the same
10459
+ # for Google APIs forwarding rules on the same network should use the same
10457
10460
  # Service Directory region.
10458
10461
  # Corresponds to the JSON property `serviceDirectoryRegion`
10459
10462
  # @return [String]
@@ -10566,9 +10569,9 @@ module Google
10566
10569
  class FutureReservation
10567
10570
  include Google::Apis::Core::Hashable
10568
10571
 
10569
- # Future timestamp when the FR auto-created reservations will be deleted by GCE.
10570
- # Format of this field must be a valid href="https://www.ietf.org/rfc/rfc3339.
10571
- # txt">RFC3339 value.
10572
+ # Future timestamp when the FR auto-created reservations will be deleted by
10573
+ # Compute Engine. Format of this field must be a valid href="https://www.ietf.
10574
+ # org/rfc/rfc3339.txt">RFC3339 value.
10572
10575
  # Corresponds to the JSON property `autoCreatedReservationsDeleteTime`
10573
10576
  # @return [String]
10574
10577
  attr_accessor :auto_created_reservations_delete_time
@@ -11307,7 +11310,7 @@ module Google
11307
11310
 
11308
11311
  # Specifies how a port is selected for health checking. Can be one of the
11309
11312
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
11310
- # port field in the health check. Supported by backend services for pass-through
11313
+ # port field in the health check. Supported by backend services for passthrough
11311
11314
  # load balancers and backend services for proxy load balancers. Not supported by
11312
11315
  # target pools. The health check supports all backends supported by the backend
11313
11316
  # service provided the backend can be health checked. For example, GCE_VM_IP
@@ -11315,13 +11318,13 @@ module Google
11315
11318
  # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
11316
11319
  # indirect method of specifying the health check port by referring to the
11317
11320
  # backend service. Only supported by backend services for proxy load balancers.
11318
- # Not supported by target pools. Not supported by backend services for pass-
11319
- # through load balancers. Supports all backends that can be health checked; for
11320
- # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
11321
- # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
11322
- # port number specified for each endpoint in the network endpoint group. For
11323
- # instance group backends, the health check uses the port number determined by
11324
- # looking up the backend service's named port in the instance group's list of
11321
+ # Not supported by target pools. Not supported by backend services for
11322
+ # passthrough load balancers. Supports all backends that can be health checked;
11323
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
11324
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
11325
+ # uses the port number specified for each endpoint in the network endpoint group.
11326
+ # For instance group backends, the health check uses the port number determined
11327
+ # by looking up the backend service's named port in the instance group's list of
11325
11328
  # named ports.
11326
11329
  # Corresponds to the JSON property `portSpecification`
11327
11330
  # @return [String]
@@ -11712,7 +11715,7 @@ module Google
11712
11715
 
11713
11716
  # Specifies how a port is selected for health checking. Can be one of the
11714
11717
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
11715
- # port field in the health check. Supported by backend services for pass-through
11718
+ # port field in the health check. Supported by backend services for passthrough
11716
11719
  # load balancers and backend services for proxy load balancers. Not supported by
11717
11720
  # target pools. The health check supports all backends supported by the backend
11718
11721
  # service provided the backend can be health checked. For example, GCE_VM_IP
@@ -11720,13 +11723,13 @@ module Google
11720
11723
  # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
11721
11724
  # indirect method of specifying the health check port by referring to the
11722
11725
  # backend service. Only supported by backend services for proxy load balancers.
11723
- # Not supported by target pools. Not supported by backend services for pass-
11724
- # through load balancers. Supports all backends that can be health checked; for
11725
- # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
11726
- # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
11727
- # port number specified for each endpoint in the network endpoint group. For
11728
- # instance group backends, the health check uses the port number determined by
11729
- # looking up the backend service's named port in the instance group's list of
11726
+ # Not supported by target pools. Not supported by backend services for
11727
+ # passthrough load balancers. Supports all backends that can be health checked;
11728
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
11729
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
11730
+ # uses the port number specified for each endpoint in the network endpoint group.
11731
+ # For instance group backends, the health check uses the port number determined
11732
+ # by looking up the backend service's named port in the instance group's list of
11730
11733
  # named ports.
11731
11734
  # Corresponds to the JSON property `portSpecification`
11732
11735
  # @return [String]
@@ -11794,7 +11797,7 @@ module Google
11794
11797
 
11795
11798
  # Specifies how a port is selected for health checking. Can be one of the
11796
11799
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
11797
- # port field in the health check. Supported by backend services for pass-through
11800
+ # port field in the health check. Supported by backend services for passthrough
11798
11801
  # load balancers and backend services for proxy load balancers. Also supported
11799
11802
  # in legacy HTTP health checks for target pools. The health check supports all
11800
11803
  # backends supported by the backend service provided the backend can be health
@@ -11876,7 +11879,7 @@ module Google
11876
11879
 
11877
11880
  # Specifies how a port is selected for health checking. Can be one of the
11878
11881
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
11879
- # port field in the health check. Supported by backend services for pass-through
11882
+ # port field in the health check. Supported by backend services for passthrough
11880
11883
  # load balancers and backend services for proxy load balancers. Not supported by
11881
11884
  # target pools. The health check supports all backends supported by the backend
11882
11885
  # service provided the backend can be health checked. For example, GCE_VM_IP
@@ -11884,13 +11887,13 @@ module Google
11884
11887
  # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
11885
11888
  # indirect method of specifying the health check port by referring to the
11886
11889
  # backend service. Only supported by backend services for proxy load balancers.
11887
- # Not supported by target pools. Not supported by backend services for pass-
11888
- # through load balancers. Supports all backends that can be health checked; for
11889
- # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
11890
- # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
11891
- # port number specified for each endpoint in the network endpoint group. For
11892
- # instance group backends, the health check uses the port number determined by
11893
- # looking up the backend service's named port in the instance group's list of
11890
+ # Not supported by target pools. Not supported by backend services for
11891
+ # passthrough load balancers. Supports all backends that can be health checked;
11892
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
11893
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
11894
+ # uses the port number specified for each endpoint in the network endpoint group.
11895
+ # For instance group backends, the health check uses the port number determined
11896
+ # by looking up the backend service's named port in the instance group's list of
11894
11897
  # named ports.
11895
11898
  # Corresponds to the JSON property `portSpecification`
11896
11899
  # @return [String]
@@ -11936,18 +11939,13 @@ module Google
11936
11939
  # resources: * [Regional](/compute/docs/reference/rest/beta/regionHealthChecks) *
11937
11940
  # [Global](/compute/docs/reference/rest/beta/healthChecks) These health check
11938
11941
  # resources can be used for load balancing and for autohealing VMs in a managed
11939
- # instance group (MIG). **Load balancing** The following load balancer can use
11940
- # either regional or global health check: * Internal TCP/UDP load balancer The
11941
- # following load balancers require regional health check: * Internal HTTP(S)
11942
- # load balancer * Backend service-based network load balancer Traffic Director
11943
- # and the following load balancers require global health check: * External HTTP(
11944
- # S) load balancer * TCP proxy load balancer * SSL proxy load balancer The
11945
- # following load balancer require [legacy HTTP health checks](/compute/docs/
11946
- # reference/rest/v1/httpHealthChecks): * Target pool-based network load balancer
11947
- # **Autohealing in MIGs** The health checks that you use for autohealing VMs in
11948
- # a MIG can be either regional or global. For more information, see Set up an
11949
- # application health check and autohealing. For more information, see Health
11950
- # checks overview.
11942
+ # instance group (MIG). **Load balancing** Health check requirements vary
11943
+ # depending on the type of load balancer. For details about the type of health
11944
+ # check supported for each load balancer and corresponding backend type, see
11945
+ # Health checks overview: Load balancer guide. **Autohealing in MIGs** The
11946
+ # health checks that you use for autohealing VMs in a MIG can be either regional
11947
+ # or global. For more information, see Set up an application health check and
11948
+ # autohealing. For more information, see Health checks overview.
11951
11949
  class HealthCheck
11952
11950
  include Google::Apis::Core::Hashable
11953
11951
 
@@ -14938,6 +14936,12 @@ module Google
14938
14936
  # @return [Google::Apis::ComputeBeta::ResourceStatus]
14939
14937
  attr_accessor :resource_status
14940
14938
 
14939
+ # [Output Only] Reserved for future use.
14940
+ # Corresponds to the JSON property `satisfiesPzi`
14941
+ # @return [Boolean]
14942
+ attr_accessor :satisfies_pzi
14943
+ alias_method :satisfies_pzi?, :satisfies_pzi
14944
+
14941
14945
  # [Output Only] Reserved for future use.
14942
14946
  # Corresponds to the JSON property `satisfiesPzs`
14943
14947
  # @return [Boolean]
@@ -15068,6 +15072,7 @@ module Google
15068
15072
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
15069
15073
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
15070
15074
  @resource_status = args[:resource_status] if args.key?(:resource_status)
15075
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
15071
15076
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
15072
15077
  @scheduling = args[:scheduling] if args.key?(:scheduling)
15073
15078
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -16180,6 +16185,12 @@ module Google
16180
16185
  # @return [Hash<String,Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
16181
16186
  attr_accessor :instance_selection_lists
16182
16187
 
16188
+ # Named instance selections configuring properties that the group will use when
16189
+ # creating new VMs.
16190
+ # Corresponds to the JSON property `instanceSelections`
16191
+ # @return [Hash<String,Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
16192
+ attr_accessor :instance_selections
16193
+
16183
16194
  def initialize(**args)
16184
16195
  update!(**args)
16185
16196
  end
@@ -16187,6 +16198,7 @@ module Google
16187
16198
  # Update properties of this object
16188
16199
  def update!(**args)
16189
16200
  @instance_selection_lists = args[:instance_selection_lists] if args.key?(:instance_selection_lists)
16201
+ @instance_selections = args[:instance_selections] if args.key?(:instance_selections)
16190
16202
  end
16191
16203
  end
16192
16204
 
@@ -16728,7 +16740,8 @@ module Google
16728
16740
  # @return [Fixnum]
16729
16741
  attr_accessor :initial_delay_sec
16730
16742
 
16731
- # Defines behaviour of using instances from standby pool to resize MIG.
16743
+ # Defines how a MIG resumes or starts VMs from a standby pool when the group
16744
+ # scales out. The default mode is `MANUAL`.
16732
16745
  # Corresponds to the JSON property `mode`
16733
16746
  # @return [String]
16734
16747
  attr_accessor :mode
@@ -36367,6 +36380,14 @@ module Google
36367
36380
  # @return [Fixnum]
36368
36381
  attr_accessor :asn
36369
36382
 
36383
+ # Explicitly specifies a range of valid BGP Identifiers for this Router. It is
36384
+ # provided as a link-local IPv4 range (from 169.254.0.0/16), of size at least /
36385
+ # 30, even if the BGP sessions are over IPv6. It must not overlap with any IPv4
36386
+ # BGP session ranges. Other vendors commonly call this "router ID".
36387
+ # Corresponds to the JSON property `identifierRange`
36388
+ # @return [String]
36389
+ attr_accessor :identifier_range
36390
+
36370
36391
  # The interval in seconds between BGP keepalive messages that are sent to the
36371
36392
  # peer. Hold time is three times the interval at which keepalive messages are
36372
36393
  # sent, and the hold time is the maximum number of seconds allowed to elapse
@@ -36388,6 +36409,7 @@ module Google
36388
36409
  @advertised_groups = args[:advertised_groups] if args.key?(:advertised_groups)
36389
36410
  @advertised_ip_ranges = args[:advertised_ip_ranges] if args.key?(:advertised_ip_ranges)
36390
36411
  @asn = args[:asn] if args.key?(:asn)
36412
+ @identifier_range = args[:identifier_range] if args.key?(:identifier_range)
36391
36413
  @keepalive_interval = args[:keepalive_interval] if args.key?(:keepalive_interval)
36392
36414
  end
36393
36415
  end
@@ -36455,6 +36477,13 @@ module Google
36455
36477
  # @return [String]
36456
36478
  attr_accessor :enable
36457
36479
 
36480
+ # Enable IPv4 traffic over BGP Peer. It is enabled by default if the
36481
+ # peerIpAddress is version 4.
36482
+ # Corresponds to the JSON property `enableIpv4`
36483
+ # @return [Boolean]
36484
+ attr_accessor :enable_ipv4
36485
+ alias_method :enable_ipv4?, :enable_ipv4
36486
+
36458
36487
  # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
36459
36488
  # Corresponds to the JSON property `enableIpv6`
36460
36489
  # @return [Boolean]
@@ -36472,6 +36501,11 @@ module Google
36472
36501
  # @return [String]
36473
36502
  attr_accessor :ip_address
36474
36503
 
36504
+ # IPv4 address of the interface inside Google Cloud Platform.
36505
+ # Corresponds to the JSON property `ipv4NexthopAddress`
36506
+ # @return [String]
36507
+ attr_accessor :ipv4_nexthop_address
36508
+
36475
36509
  # IPv6 address of the interface inside Google Cloud Platform.
36476
36510
  # Corresponds to the JSON property `ipv6NexthopAddress`
36477
36511
  # @return [String]
@@ -36516,6 +36550,11 @@ module Google
36516
36550
  # @return [String]
36517
36551
  attr_accessor :peer_ip_address
36518
36552
 
36553
+ # IPv4 address of the BGP interface outside Google Cloud Platform.
36554
+ # Corresponds to the JSON property `peerIpv4NexthopAddress`
36555
+ # @return [String]
36556
+ attr_accessor :peer_ipv4_nexthop_address
36557
+
36519
36558
  # IPv6 address of the BGP interface outside Google Cloud Platform.
36520
36559
  # Corresponds to the JSON property `peerIpv6NexthopAddress`
36521
36560
  # @return [String]
@@ -36543,15 +36582,18 @@ module Google
36543
36582
  @custom_learned_ip_ranges = args[:custom_learned_ip_ranges] if args.key?(:custom_learned_ip_ranges)
36544
36583
  @custom_learned_route_priority = args[:custom_learned_route_priority] if args.key?(:custom_learned_route_priority)
36545
36584
  @enable = args[:enable] if args.key?(:enable)
36585
+ @enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
36546
36586
  @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
36547
36587
  @interface_name = args[:interface_name] if args.key?(:interface_name)
36548
36588
  @ip_address = args[:ip_address] if args.key?(:ip_address)
36589
+ @ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
36549
36590
  @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
36550
36591
  @management_type = args[:management_type] if args.key?(:management_type)
36551
36592
  @md5_authentication_key_name = args[:md5_authentication_key_name] if args.key?(:md5_authentication_key_name)
36552
36593
  @name = args[:name] if args.key?(:name)
36553
36594
  @peer_asn = args[:peer_asn] if args.key?(:peer_asn)
36554
36595
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
36596
+ @peer_ipv4_nexthop_address = args[:peer_ipv4_nexthop_address] if args.key?(:peer_ipv4_nexthop_address)
36555
36597
  @peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
36556
36598
  @router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
36557
36599
  end
@@ -36641,6 +36683,11 @@ module Google
36641
36683
  # @return [String]
36642
36684
  attr_accessor :ip_range
36643
36685
 
36686
+ # IP version of this interface.
36687
+ # Corresponds to the JSON property `ipVersion`
36688
+ # @return [String]
36689
+ attr_accessor :ip_version
36690
+
36644
36691
  # URI of the linked Interconnect attachment. It must be in the same region as
36645
36692
  # the router. Each interface can have one linked resource, which can be a VPN
36646
36693
  # tunnel, an Interconnect attachment, or a subnetwork.
@@ -36711,6 +36758,7 @@ module Google
36711
36758
  # Update properties of this object
36712
36759
  def update!(**args)
36713
36760
  @ip_range = args[:ip_range] if args.key?(:ip_range)
36761
+ @ip_version = args[:ip_version] if args.key?(:ip_version)
36714
36762
  @linked_interconnect_attachment = args[:linked_interconnect_attachment] if args.key?(:linked_interconnect_attachment)
36715
36763
  @linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
36716
36764
  @management_type = args[:management_type] if args.key?(:management_type)
@@ -37692,7 +37740,7 @@ module Google
37692
37740
 
37693
37741
  # Specifies how a port is selected for health checking. Can be one of the
37694
37742
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
37695
- # port field in the health check. Supported by backend services for pass-through
37743
+ # port field in the health check. Supported by backend services for passthrough
37696
37744
  # load balancers and backend services for proxy load balancers. Not supported by
37697
37745
  # target pools. The health check supports all backends supported by the backend
37698
37746
  # service provided the backend can be health checked. For example, GCE_VM_IP
@@ -37700,13 +37748,13 @@ module Google
37700
37748
  # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
37701
37749
  # indirect method of specifying the health check port by referring to the
37702
37750
  # backend service. Only supported by backend services for proxy load balancers.
37703
- # Not supported by target pools. Not supported by backend services for pass-
37704
- # through load balancers. Supports all backends that can be health checked; for
37705
- # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
37706
- # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
37707
- # port number specified for each endpoint in the network endpoint group. For
37708
- # instance group backends, the health check uses the port number determined by
37709
- # looking up the backend service's named port in the instance group's list of
37751
+ # Not supported by target pools. Not supported by backend services for
37752
+ # passthrough load balancers. Supports all backends that can be health checked;
37753
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
37754
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
37755
+ # uses the port number specified for each endpoint in the network endpoint group.
37756
+ # For instance group backends, the health check uses the port number determined
37757
+ # by looking up the backend service's named port in the instance group's list of
37710
37758
  # named ports.
37711
37759
  # Corresponds to the JSON property `portSpecification`
37712
37760
  # @return [String]
@@ -38723,12 +38771,33 @@ module Google
38723
38771
  # @return [Float]
38724
38772
  attr_accessor :auto_deploy_load_threshold
38725
38773
 
38774
+ #
38775
+ # Corresponds to the JSON property `detectionAbsoluteQps`
38776
+ # @return [Float]
38777
+ attr_accessor :detection_absolute_qps
38778
+
38779
+ #
38780
+ # Corresponds to the JSON property `detectionLoadThreshold`
38781
+ # @return [Float]
38782
+ attr_accessor :detection_load_threshold
38783
+
38784
+ #
38785
+ # Corresponds to the JSON property `detectionRelativeToBaselineQps`
38786
+ # @return [Float]
38787
+ attr_accessor :detection_relative_to_baseline_qps
38788
+
38726
38789
  # The name must be 1-63 characters long, and comply with RFC1035. The name must
38727
38790
  # be unique within the security policy.
38728
38791
  # Corresponds to the JSON property `name`
38729
38792
  # @return [String]
38730
38793
  attr_accessor :name
38731
38794
 
38795
+ # Configuration options for enabling Adaptive Protection to operate on specified
38796
+ # granular traffic units.
38797
+ # Corresponds to the JSON property `trafficGranularityConfigs`
38798
+ # @return [Array<Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig>]
38799
+ attr_accessor :traffic_granularity_configs
38800
+
38732
38801
  def initialize(**args)
38733
38802
  update!(**args)
38734
38803
  end
@@ -38739,7 +38808,46 @@ module Google
38739
38808
  @auto_deploy_expiration_sec = args[:auto_deploy_expiration_sec] if args.key?(:auto_deploy_expiration_sec)
38740
38809
  @auto_deploy_impacted_baseline_threshold = args[:auto_deploy_impacted_baseline_threshold] if args.key?(:auto_deploy_impacted_baseline_threshold)
38741
38810
  @auto_deploy_load_threshold = args[:auto_deploy_load_threshold] if args.key?(:auto_deploy_load_threshold)
38811
+ @detection_absolute_qps = args[:detection_absolute_qps] if args.key?(:detection_absolute_qps)
38812
+ @detection_load_threshold = args[:detection_load_threshold] if args.key?(:detection_load_threshold)
38813
+ @detection_relative_to_baseline_qps = args[:detection_relative_to_baseline_qps] if args.key?(:detection_relative_to_baseline_qps)
38742
38814
  @name = args[:name] if args.key?(:name)
38815
+ @traffic_granularity_configs = args[:traffic_granularity_configs] if args.key?(:traffic_granularity_configs)
38816
+ end
38817
+ end
38818
+
38819
+ # Configurations to specifc granular traffic units processed by Adaptive
38820
+ # Protection.
38821
+ class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig
38822
+ include Google::Apis::Core::Hashable
38823
+
38824
+ # If enabled, traffic matching each unique value for the specified type
38825
+ # constitutes a separate traffic unit. It can only be set to true if `value` is
38826
+ # empty.
38827
+ # Corresponds to the JSON property `enableEachUniqueValue`
38828
+ # @return [Boolean]
38829
+ attr_accessor :enable_each_unique_value
38830
+ alias_method :enable_each_unique_value?, :enable_each_unique_value
38831
+
38832
+ # Type of this configuration.
38833
+ # Corresponds to the JSON property `type`
38834
+ # @return [String]
38835
+ attr_accessor :type
38836
+
38837
+ # Requests that match this value constitute a granular traffic unit.
38838
+ # Corresponds to the JSON property `value`
38839
+ # @return [String]
38840
+ attr_accessor :value
38841
+
38842
+ def initialize(**args)
38843
+ update!(**args)
38844
+ end
38845
+
38846
+ # Update properties of this object
38847
+ def update!(**args)
38848
+ @enable_each_unique_value = args[:enable_each_unique_value] if args.key?(:enable_each_unique_value)
38849
+ @type = args[:type] if args.key?(:type)
38850
+ @value = args[:value] if args.key?(:value)
38743
38851
  end
38744
38852
  end
38745
38853
 
@@ -39627,7 +39735,13 @@ module Google
39627
39735
  # is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
39628
39736
  # session of the HTTPS request. The key value is truncated to the first 128
39629
39737
  # bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
39630
- # country/region from which the request originates.
39738
+ # country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3
39739
+ # TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If
39740
+ # not available, the key type defaults to ALL. - USER_IP: The IP address of the
39741
+ # originating client, which is resolved based on "userIpRequestHeaders"
39742
+ # configured with the security policy. If there is no "userIpRequestHeaders"
39743
+ # configuration or an IP address cannot be resolved from it, the key type
39744
+ # defaults to IP.
39631
39745
  # Corresponds to the JSON property `enforceOnKey`
39632
39746
  # @return [String]
39633
39747
  attr_accessor :enforce_on_key
@@ -39716,7 +39830,13 @@ module Google
39716
39830
  # is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
39717
39831
  # session of the HTTPS request. The key value is truncated to the first 128
39718
39832
  # bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
39719
- # country/region from which the request originates.
39833
+ # country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3
39834
+ # TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If
39835
+ # not available, the key type defaults to ALL. - USER_IP: The IP address of the
39836
+ # originating client, which is resolved based on "userIpRequestHeaders"
39837
+ # configured with the security policy. If there is no "userIpRequestHeaders"
39838
+ # configuration or an IP address cannot be resolved from it, the key type
39839
+ # defaults to IP.
39720
39840
  # Corresponds to the JSON property `enforceOnKeyType`
39721
39841
  # @return [String]
39722
39842
  attr_accessor :enforce_on_key_type
@@ -42493,9 +42613,10 @@ module Google
42493
42613
  end
42494
42614
  end
42495
42615
 
42496
- # Represents an SSL Policy resource. Use SSL policies to control the SSL
42497
- # features, such as versions and cipher suites, offered by an HTTPS or SSL Proxy
42498
- # load balancer. For more information, read SSL Policy Concepts.
42616
+ # Represents an SSL Policy resource. Use SSL policies to control SSL features,
42617
+ # such as versions and cipher suites, that are offered by Application Load
42618
+ # Balancers and proxy Network Load Balancers. For more information, read SSL
42619
+ # policies overview.
42499
42620
  class SslPolicy
42500
42621
  include Google::Apis::Core::Hashable
42501
42622
 
@@ -43607,7 +43728,7 @@ module Google
43607
43728
 
43608
43729
  # Specifies how a port is selected for health checking. Can be one of the
43609
43730
  # following values: USE_FIXED_PORT: Specifies a port number explicitly using the
43610
- # port field in the health check. Supported by backend services for pass-through
43731
+ # port field in the health check. Supported by backend services for passthrough
43611
43732
  # load balancers and backend services for proxy load balancers. Not supported by
43612
43733
  # target pools. The health check supports all backends supported by the backend
43613
43734
  # service provided the backend can be health checked. For example, GCE_VM_IP
@@ -43615,13 +43736,13 @@ module Google
43615
43736
  # group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
43616
43737
  # indirect method of specifying the health check port by referring to the
43617
43738
  # backend service. Only supported by backend services for proxy load balancers.
43618
- # Not supported by target pools. Not supported by backend services for pass-
43619
- # through load balancers. Supports all backends that can be health checked; for
43620
- # example, GCE_VM_IP_PORT network endpoint groups and instance group backends.
43621
- # For GCE_VM_IP_PORT network endpoint group backends, the health check uses the
43622
- # port number specified for each endpoint in the network endpoint group. For
43623
- # instance group backends, the health check uses the port number determined by
43624
- # looking up the backend service's named port in the instance group's list of
43739
+ # Not supported by target pools. Not supported by backend services for
43740
+ # passthrough load balancers. Supports all backends that can be health checked;
43741
+ # for example, GCE_VM_IP_PORT network endpoint groups and instance group
43742
+ # backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
43743
+ # uses the port number specified for each endpoint in the network endpoint group.
43744
+ # For instance group backends, the health check uses the port number determined
43745
+ # by looking up the backend service's named port in the instance group's list of
43625
43746
  # named ports.
43626
43747
  # Corresponds to the JSON property `portSpecification`
43627
43748
  # @return [String]
@@ -45421,10 +45542,10 @@ module Google
45421
45542
  end
45422
45543
  end
45423
45544
 
45424
- # Represents a Target Pool resource. Target pools are used for network TCP/UDP
45425
- # load balancing. A target pool references member instances, an associated
45426
- # legacy HttpHealthCheck resource, and, optionally, a backup target pool. For
45427
- # more information, read Using target pools.
45545
+ # Represents a Target Pool resource. Target pools are used with external
45546
+ # passthrough Network Load Balancers. A target pool references member instances,
45547
+ # an associated legacy HttpHealthCheck resource, and, optionally, a backup
45548
+ # target pool. For more information, read Using target pools.
45428
45549
  class TargetPool
45429
45550
  include Google::Apis::Core::Hashable
45430
45551
 
@@ -46094,9 +46215,9 @@ module Google
46094
46215
  end
46095
46216
 
46096
46217
  # Represents a Target SSL Proxy resource. A target SSL proxy is a component of a
46097
- # SSL Proxy load balancer. Global forwarding rules reference a target SSL proxy,
46098
- # and the target proxy then references an external backend service. For more
46099
- # information, read Using Target Proxies.
46218
+ # Proxy Network Load Balancer. The forwarding rule references the target SSL
46219
+ # proxy, and the target proxy then references a backend service. For more
46220
+ # information, read Proxy Network Load Balancer overview.
46100
46221
  class TargetSslProxy
46101
46222
  include Google::Apis::Core::Hashable
46102
46223
 
@@ -46441,9 +46562,9 @@ module Google
46441
46562
  end
46442
46563
 
46443
46564
  # Represents a Target TCP Proxy resource. A target TCP proxy is a component of a
46444
- # TCP Proxy load balancer. Global forwarding rules reference target TCP proxy,
46445
- # and the target proxy then references an external backend service. For more
46446
- # information, read TCP Proxy Load Balancing overview.
46565
+ # Proxy Network Load Balancer. The forwarding rule references the target TCP
46566
+ # proxy, and the target proxy then references a backend service. For more
46567
+ # information, read Proxy Network Load Balancer overview.
46447
46568
  class TargetTcpProxy
46448
46569
  include Google::Apis::Core::Hashable
46449
46570
 
@@ -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.85.0"
19
+ GEM_VERSION = "0.87.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231031"
25
+ REVISION = "20231128"
26
26
  end
27
27
  end
28
28
  end
@@ -5044,6 +5044,12 @@ module Google
5044
5044
  include Google::Apis::Core::JsonObjectSupport
5045
5045
  end
5046
5046
 
5047
+ class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig
5048
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5049
+
5050
+ include Google::Apis::Core::JsonObjectSupport
5051
+ end
5052
+
5047
5053
  class SecurityPolicyAdvancedOptionsConfig
5048
5054
  class Representation < Google::Apis::Core::JsonRepresentation; end
5049
5055
 
@@ -10042,6 +10048,7 @@ module Google
10042
10048
  collection :resource_policies, as: 'resourcePolicies'
10043
10049
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::ResourceStatus, decorator: Google::Apis::ComputeBeta::ResourceStatus::Representation
10044
10050
 
10051
+ property :satisfies_pzi, as: 'satisfiesPzi'
10045
10052
  property :satisfies_pzs, as: 'satisfiesPzs'
10046
10053
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::Scheduling, decorator: Google::Apis::ComputeBeta::Scheduling::Representation
10047
10054
 
@@ -10327,6 +10334,8 @@ module Google
10327
10334
  class Representation < Google::Apis::Core::JsonRepresentation
10328
10335
  hash :instance_selection_lists, as: 'instanceSelectionLists', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
10329
10336
 
10337
+ hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
10338
+
10330
10339
  end
10331
10340
  end
10332
10341
 
@@ -15591,6 +15600,7 @@ module Google
15591
15600
  collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeBeta::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeBeta::RouterAdvertisedIpRange::Representation
15592
15601
 
15593
15602
  property :asn, as: 'asn'
15603
+ property :identifier_range, as: 'identifierRange'
15594
15604
  property :keepalive_interval, as: 'keepaliveInterval'
15595
15605
  end
15596
15606
  end
@@ -15609,15 +15619,18 @@ module Google
15609
15619
 
15610
15620
  property :custom_learned_route_priority, as: 'customLearnedRoutePriority'
15611
15621
  property :enable, as: 'enable'
15622
+ property :enable_ipv4, as: 'enableIpv4'
15612
15623
  property :enable_ipv6, as: 'enableIpv6'
15613
15624
  property :interface_name, as: 'interfaceName'
15614
15625
  property :ip_address, as: 'ipAddress'
15626
+ property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
15615
15627
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
15616
15628
  property :management_type, as: 'managementType'
15617
15629
  property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
15618
15630
  property :name, as: 'name'
15619
15631
  property :peer_asn, as: 'peerAsn'
15620
15632
  property :peer_ip_address, as: 'peerIpAddress'
15633
+ property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
15621
15634
  property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
15622
15635
  property :router_appliance_instance, as: 'routerApplianceInstance'
15623
15636
  end
@@ -15644,6 +15657,7 @@ module Google
15644
15657
  # @private
15645
15658
  class Representation < Google::Apis::Core::JsonRepresentation
15646
15659
  property :ip_range, as: 'ipRange'
15660
+ property :ip_version, as: 'ipVersion'
15647
15661
  property :linked_interconnect_attachment, as: 'linkedInterconnectAttachment'
15648
15662
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
15649
15663
  property :management_type, as: 'managementType'
@@ -16134,7 +16148,21 @@ module Google
16134
16148
  property :auto_deploy_expiration_sec, as: 'autoDeployExpirationSec'
16135
16149
  property :auto_deploy_impacted_baseline_threshold, as: 'autoDeployImpactedBaselineThreshold'
16136
16150
  property :auto_deploy_load_threshold, as: 'autoDeployLoadThreshold'
16151
+ property :detection_absolute_qps, as: 'detectionAbsoluteQps'
16152
+ property :detection_load_threshold, as: 'detectionLoadThreshold'
16153
+ property :detection_relative_to_baseline_qps, as: 'detectionRelativeToBaselineQps'
16137
16154
  property :name, as: 'name'
16155
+ collection :traffic_granularity_configs, as: 'trafficGranularityConfigs', class: Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig::Representation
16156
+
16157
+ end
16158
+ end
16159
+
16160
+ class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig
16161
+ # @private
16162
+ class Representation < Google::Apis::Core::JsonRepresentation
16163
+ property :enable_each_unique_value, as: 'enableEachUniqueValue'
16164
+ property :type, as: 'type'
16165
+ property :value, as: 'value'
16138
16166
  end
16139
16167
  end
16140
16168
 
@@ -11113,8 +11113,7 @@ module Google
11113
11113
  # creating an instance, the currentAction is CREATING. If a previous action
11114
11114
  # failed, the list displays the errors for that failed action. The orderBy query
11115
11115
  # parameter is not supported. The `pageToken` query parameter is supported only
11116
- # in the alpha and beta API and only if the group's `listManagedInstancesResults`
11117
- # field is set to `PAGINATED`.
11116
+ # if the group's `listManagedInstancesResults` field is set to `PAGINATED`.
11118
11117
  # @param [String] project
11119
11118
  # Project ID for this request.
11120
11119
  # @param [String] zone
@@ -15641,8 +15640,9 @@ module Google
15641
15640
  # @param [String] instance
15642
15641
  # Name of the instance resource to stop.
15643
15642
  # @param [Boolean] discard_local_ssd
15644
- # If true, discard the contents of any attached localSSD partitions. Default
15645
- # value is false.
15643
+ # This property is required if the instance has any attached Local SSD disks. If
15644
+ # false, Local SSD data will be preserved when the instance is suspended. If
15645
+ # true, the contents of any attached Local SSD disks will be discarded.
15646
15646
  # @param [String] request_id
15647
15647
  # An optional request ID to identify requests. Specify a unique request ID so
15648
15648
  # that if you must retry your request, the server will know to ignore the
@@ -15701,8 +15701,9 @@ module Google
15701
15701
  # @param [String] instance
15702
15702
  # Name of the instance resource to suspend.
15703
15703
  # @param [Boolean] discard_local_ssd
15704
- # If true, discard the contents of any attached localSSD partitions. Default
15705
- # value is false.
15704
+ # This property is required if the instance has any attached Local SSD disks. If
15705
+ # false, Local SSD data will be preserved when the instance is suspended. If
15706
+ # true, the contents of any attached Local SSD disks will be discarded.
15706
15707
  # @param [String] request_id
15707
15708
  # An optional request ID to identify requests. Specify a unique request ID so
15708
15709
  # that if you must retry your request, the server will know to ignore the
@@ -29805,9 +29806,8 @@ module Google
29805
29806
  # Lists the instances in the managed instance group and instances that are
29806
29807
  # scheduled to be created. The list includes any current actions that the group
29807
29808
  # has scheduled for its instances. The orderBy query parameter is not supported.
29808
- # The `pageToken` query parameter is supported only in the alpha and beta API
29809
- # and only if the group's `listManagedInstancesResults` field is set to `
29810
- # PAGINATED`.
29809
+ # The `pageToken` query parameter is supported only if the group's `
29810
+ # listManagedInstancesResults` field is set to `PAGINATED`.
29811
29811
  # @param [String] project
29812
29812
  # Project ID for this request.
29813
29813
  # @param [String] region
@@ -44998,8 +44998,8 @@ module Google
44998
44998
 
44999
44999
  # Sets the SSL policy for TargetSslProxy. The SSL policy specifies the server-
45000
45000
  # side support for SSL features. This affects connections between clients and
45001
- # the SSL proxy load balancer. They do not affect the connection between the
45002
- # load balancer and the backends.
45001
+ # the load balancer. They do not affect the connection between the load balancer
45002
+ # and the backends.
45003
45003
  # @param [String] project
45004
45004
  # Project ID for this request.
45005
45005
  # @param [String] target_ssl_proxy
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.0
4
+ version: 0.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.85.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.87.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []