google-apis-compute_beta 0.86.0 → 0.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4d38776a3b822253081bddd745b52dc836475cee70d6cf37099e3c801fbb989
|
|
4
|
+
data.tar.gz: 12964f0bee2b132211aa30c4bcaca141f9136e33f9e26f8adbb67268db62eb90
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9cc9f86f056a6a522dc216d3c73b3d7f80be16182a3bf03f658e774b4b8d2deb1d4b68e991cffeaa88b7b75033d3438f6637fb1d1622e04ddec59ae197bf25e
|
|
7
|
+
data.tar.gz: e021867259087cd785b56ecaac14b2ea1a7a4deff5dc632810f9c0829c383f56c680dae034cbbaf34757ba4eaeec4c66d9e59bc8bf0e69f1895311d7741ddd31
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
3434
|
-
#
|
|
3435
|
-
#
|
|
3436
|
-
#
|
|
3437
|
-
#
|
|
3438
|
-
#
|
|
3439
|
-
#
|
|
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
|
|
3511
|
-
#
|
|
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
|
|
3518
|
-
#
|
|
3519
|
-
# overview) and [external
|
|
3520
|
-
# balancing/docs/network/networklb-failover-overview). On
|
|
3521
|
-
# this field indicates whether connection draining will be
|
|
3522
|
-
# has a fixed connection draining timeout of 10 minutes. A
|
|
3523
|
-
# terminates existing TCP connections to the active pool during
|
|
3524
|
-
# failback, immediately draining traffic. A setting of false allows
|
|
3525
|
-
# connections to persist, even on VMs no longer in the active pool,
|
|
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
|
|
3576
|
-
# Load
|
|
3577
|
-
#
|
|
3578
|
-
# INTERNAL_MANAGED), - Regional
|
|
3579
|
-
# scheme INTERNAL_MANAGED), - Traffic Director with
|
|
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
|
|
3681
|
-
#
|
|
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
|
|
3691
|
-
#
|
|
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
|
|
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
|
|
4191
|
-
# minimum (default) is 10 minutes and the maximum is 16 hours. - It can
|
|
4192
|
-
# only if Connection Tracking is less than 5-tuple (i.e. Session Affinity
|
|
4193
|
-
# CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode
|
|
4194
|
-
# PER_SESSION). For Network Load
|
|
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
|
|
4227
|
-
#
|
|
4228
|
-
# overview) and [external
|
|
4229
|
-
# balancing/docs/network/networklb-failover-overview). On
|
|
4230
|
-
# this field indicates whether connection draining will be
|
|
4231
|
-
# has a fixed connection draining timeout of 10 minutes. A
|
|
4232
|
-
# terminates existing TCP connections to the active pool during
|
|
4233
|
-
# failback, immediately draining traffic. A setting of false allows
|
|
4234
|
-
# connections to persist, even on VMs no longer in the active pool,
|
|
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
|
-
#
|
|
4250
|
-
# failover-overview) and [external
|
|
4251
|
-
# com/load-balancing/docs/network/networklb-
|
|
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
|
|
9779
|
-
#
|
|
9780
|
-
#
|
|
9781
|
-
#
|
|
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
|
|
9838
|
-
#
|
|
9839
|
-
#
|
|
9840
|
-
#
|
|
9841
|
-
# forwarding rule is
|
|
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
|
|
9866
|
-
#
|
|
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
|
|
9872
|
-
#
|
|
9873
|
-
# protocol, and port settings with the current
|
|
9874
|
-
# sourceIPRanges specified. Always empty if the current
|
|
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
|
-
#
|
|
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
|
|
9988
|
-
#
|
|
9989
|
-
# IP should belong to for this
|
|
9990
|
-
# the network of the subnetwork will be used. If neither
|
|
9991
|
-
# field is specified, the default network will be used. For
|
|
9992
|
-
# Connect forwarding rules that forward traffic to Google APIs,
|
|
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
|
|
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
|
|
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
|
|
10094
|
-
#
|
|
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
|
|
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
|
|
10102
|
-
# field can only be used with a regional
|
|
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
|
|
10111
|
-
#
|
|
10112
|
-
# field is optional. However, a subnetwork must be
|
|
10113
|
-
# in custom subnet mode or when creating external
|
|
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
|
|
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
|
|
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
|
|
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
|
|
10570
|
-
# Format of this field must be a valid href="https://www.ietf.
|
|
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
|
|
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
|
|
11319
|
-
#
|
|
11320
|
-
# example, GCE_VM_IP_PORT network endpoint groups and instance group
|
|
11321
|
-
# For GCE_VM_IP_PORT network endpoint group backends, the health check
|
|
11322
|
-
# port number specified for each endpoint in the network endpoint group.
|
|
11323
|
-
# instance group backends, the health check uses the port number determined
|
|
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
|
|
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
|
|
11724
|
-
#
|
|
11725
|
-
# example, GCE_VM_IP_PORT network endpoint groups and instance group
|
|
11726
|
-
# For GCE_VM_IP_PORT network endpoint group backends, the health check
|
|
11727
|
-
# port number specified for each endpoint in the network endpoint group.
|
|
11728
|
-
# instance group backends, the health check uses the port number determined
|
|
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
|
|
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
|
|
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
|
|
11888
|
-
#
|
|
11889
|
-
# example, GCE_VM_IP_PORT network endpoint groups and instance group
|
|
11890
|
-
# For GCE_VM_IP_PORT network endpoint group backends, the health check
|
|
11891
|
-
# port number specified for each endpoint in the network endpoint group.
|
|
11892
|
-
# instance group backends, the health check uses the port number determined
|
|
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**
|
|
11940
|
-
#
|
|
11941
|
-
#
|
|
11942
|
-
#
|
|
11943
|
-
#
|
|
11944
|
-
#
|
|
11945
|
-
#
|
|
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
|
|
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
|
|
@@ -37727,7 +37740,7 @@ module Google
|
|
|
37727
37740
|
|
|
37728
37741
|
# Specifies how a port is selected for health checking. Can be one of the
|
|
37729
37742
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
|
37730
|
-
# port field in the health check. Supported by backend services for
|
|
37743
|
+
# port field in the health check. Supported by backend services for passthrough
|
|
37731
37744
|
# load balancers and backend services for proxy load balancers. Not supported by
|
|
37732
37745
|
# target pools. The health check supports all backends supported by the backend
|
|
37733
37746
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
|
@@ -37735,13 +37748,13 @@ module Google
|
|
|
37735
37748
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
|
37736
37749
|
# indirect method of specifying the health check port by referring to the
|
|
37737
37750
|
# backend service. Only supported by backend services for proxy load balancers.
|
|
37738
|
-
# Not supported by target pools. Not supported by backend services for
|
|
37739
|
-
#
|
|
37740
|
-
# example, GCE_VM_IP_PORT network endpoint groups and instance group
|
|
37741
|
-
# For GCE_VM_IP_PORT network endpoint group backends, the health check
|
|
37742
|
-
# port number specified for each endpoint in the network endpoint group.
|
|
37743
|
-
# instance group backends, the health check uses the port number determined
|
|
37744
|
-
# 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
|
|
37745
37758
|
# named ports.
|
|
37746
37759
|
# Corresponds to the JSON property `portSpecification`
|
|
37747
37760
|
# @return [String]
|
|
@@ -38758,12 +38771,33 @@ module Google
|
|
|
38758
38771
|
# @return [Float]
|
|
38759
38772
|
attr_accessor :auto_deploy_load_threshold
|
|
38760
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
|
+
|
|
38761
38789
|
# The name must be 1-63 characters long, and comply with RFC1035. The name must
|
|
38762
38790
|
# be unique within the security policy.
|
|
38763
38791
|
# Corresponds to the JSON property `name`
|
|
38764
38792
|
# @return [String]
|
|
38765
38793
|
attr_accessor :name
|
|
38766
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
|
+
|
|
38767
38801
|
def initialize(**args)
|
|
38768
38802
|
update!(**args)
|
|
38769
38803
|
end
|
|
@@ -38774,7 +38808,46 @@ module Google
|
|
|
38774
38808
|
@auto_deploy_expiration_sec = args[:auto_deploy_expiration_sec] if args.key?(:auto_deploy_expiration_sec)
|
|
38775
38809
|
@auto_deploy_impacted_baseline_threshold = args[:auto_deploy_impacted_baseline_threshold] if args.key?(:auto_deploy_impacted_baseline_threshold)
|
|
38776
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)
|
|
38777
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)
|
|
38778
38851
|
end
|
|
38779
38852
|
end
|
|
38780
38853
|
|
|
@@ -39662,7 +39735,13 @@ module Google
|
|
|
39662
39735
|
# is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
|
|
39663
39736
|
# session of the HTTPS request. The key value is truncated to the first 128
|
|
39664
39737
|
# bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
|
|
39665
|
-
# 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.
|
|
39666
39745
|
# Corresponds to the JSON property `enforceOnKey`
|
|
39667
39746
|
# @return [String]
|
|
39668
39747
|
attr_accessor :enforce_on_key
|
|
@@ -39751,7 +39830,13 @@ module Google
|
|
|
39751
39830
|
# is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
|
|
39752
39831
|
# session of the HTTPS request. The key value is truncated to the first 128
|
|
39753
39832
|
# bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
|
|
39754
|
-
# 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.
|
|
39755
39840
|
# Corresponds to the JSON property `enforceOnKeyType`
|
|
39756
39841
|
# @return [String]
|
|
39757
39842
|
attr_accessor :enforce_on_key_type
|
|
@@ -42528,9 +42613,10 @@ module Google
|
|
|
42528
42613
|
end
|
|
42529
42614
|
end
|
|
42530
42615
|
|
|
42531
|
-
# Represents an SSL Policy resource. Use SSL policies to control
|
|
42532
|
-
#
|
|
42533
|
-
#
|
|
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.
|
|
42534
42620
|
class SslPolicy
|
|
42535
42621
|
include Google::Apis::Core::Hashable
|
|
42536
42622
|
|
|
@@ -43642,7 +43728,7 @@ module Google
|
|
|
43642
43728
|
|
|
43643
43729
|
# Specifies how a port is selected for health checking. Can be one of the
|
|
43644
43730
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
|
43645
|
-
# port field in the health check. Supported by backend services for
|
|
43731
|
+
# port field in the health check. Supported by backend services for passthrough
|
|
43646
43732
|
# load balancers and backend services for proxy load balancers. Not supported by
|
|
43647
43733
|
# target pools. The health check supports all backends supported by the backend
|
|
43648
43734
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
|
@@ -43650,13 +43736,13 @@ module Google
|
|
|
43650
43736
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
|
43651
43737
|
# indirect method of specifying the health check port by referring to the
|
|
43652
43738
|
# backend service. Only supported by backend services for proxy load balancers.
|
|
43653
|
-
# Not supported by target pools. Not supported by backend services for
|
|
43654
|
-
#
|
|
43655
|
-
# example, GCE_VM_IP_PORT network endpoint groups and instance group
|
|
43656
|
-
# For GCE_VM_IP_PORT network endpoint group backends, the health check
|
|
43657
|
-
# port number specified for each endpoint in the network endpoint group.
|
|
43658
|
-
# instance group backends, the health check uses the port number determined
|
|
43659
|
-
# 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
|
|
43660
43746
|
# named ports.
|
|
43661
43747
|
# Corresponds to the JSON property `portSpecification`
|
|
43662
43748
|
# @return [String]
|
|
@@ -45456,10 +45542,10 @@ module Google
|
|
|
45456
45542
|
end
|
|
45457
45543
|
end
|
|
45458
45544
|
|
|
45459
|
-
# Represents a Target Pool resource. Target pools are used
|
|
45460
|
-
#
|
|
45461
|
-
# legacy HttpHealthCheck resource, and, optionally, a backup
|
|
45462
|
-
# 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.
|
|
45463
45549
|
class TargetPool
|
|
45464
45550
|
include Google::Apis::Core::Hashable
|
|
45465
45551
|
|
|
@@ -46129,9 +46215,9 @@ module Google
|
|
|
46129
46215
|
end
|
|
46130
46216
|
|
|
46131
46217
|
# Represents a Target SSL Proxy resource. A target SSL proxy is a component of a
|
|
46132
|
-
#
|
|
46133
|
-
# and the target proxy then references
|
|
46134
|
-
# information, read
|
|
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.
|
|
46135
46221
|
class TargetSslProxy
|
|
46136
46222
|
include Google::Apis::Core::Hashable
|
|
46137
46223
|
|
|
@@ -46476,9 +46562,9 @@ module Google
|
|
|
46476
46562
|
end
|
|
46477
46563
|
|
|
46478
46564
|
# Represents a Target TCP Proxy resource. A target TCP proxy is a component of a
|
|
46479
|
-
#
|
|
46480
|
-
# and the target proxy then references
|
|
46481
|
-
# information, read
|
|
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.
|
|
46482
46568
|
class TargetTcpProxy
|
|
46483
46569
|
include Google::Apis::Core::Hashable
|
|
46484
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.
|
|
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 = "
|
|
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
|
|
|
@@ -16139,7 +16148,21 @@ module Google
|
|
|
16139
16148
|
property :auto_deploy_expiration_sec, as: 'autoDeployExpirationSec'
|
|
16140
16149
|
property :auto_deploy_impacted_baseline_threshold, as: 'autoDeployImpactedBaselineThreshold'
|
|
16141
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'
|
|
16142
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'
|
|
16143
16166
|
end
|
|
16144
16167
|
end
|
|
16145
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
|
-
#
|
|
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
|
-
#
|
|
15645
|
-
#
|
|
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
|
-
#
|
|
15705
|
-
#
|
|
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
|
|
29809
|
-
#
|
|
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
|
|
45002
|
-
#
|
|
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.
|
|
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
|
+
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.
|
|
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: []
|