google-apis-compute_beta 0.86.0 → 0.88.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.
@@ -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
|
@@ -5143,21 +5144,43 @@ module Google
|
|
5143
5144
|
# project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
|
5144
5145
|
# email address that represents a Google group. For example, `admins@example.com`
|
5145
5146
|
# . * `domain:`domain``: The G Suite domain (primary) that represents all the
|
5146
|
-
# users of that domain. For example, `google.com` or `example.com`. * `
|
5147
|
-
#
|
5148
|
-
#
|
5149
|
-
#
|
5150
|
-
#
|
5151
|
-
#
|
5152
|
-
#
|
5153
|
-
#
|
5147
|
+
# users of that domain. For example, `google.com` or `example.com`. * `principal:
|
5148
|
+
# //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
|
5149
|
+
# subject_attribute_value``: A single identity in a workforce identity pool. * `
|
5150
|
+
# principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
|
5151
|
+
# group/`group_id``: All workforce identities in a group. * `principalSet://iam.
|
5152
|
+
# googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
|
5153
|
+
# attribute_name`/`attribute_value``: All workforce identities with a specific
|
5154
|
+
# attribute value. * `principalSet://iam.googleapis.com/locations/global/
|
5155
|
+
# workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
|
5156
|
+
# principal://iam.googleapis.com/projects/`project_number`/locations/global/
|
5157
|
+
# workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
|
5158
|
+
# identity in a workload identity pool. * `principalSet://iam.googleapis.com/
|
5159
|
+
# projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
|
5160
|
+
# group/`group_id``: A workload identity pool group. * `principalSet://iam.
|
5161
|
+
# googleapis.com/projects/`project_number`/locations/global/
|
5162
|
+
# workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
|
5163
|
+
# All identities in a workload identity pool with a certain attribute. * `
|
5164
|
+
# principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
|
5165
|
+
# workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
|
5166
|
+
# * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
|
5167
|
+
# identifier) representing a user that has been recently deleted. For example, `
|
5168
|
+
# alice@example.com?uid=123456789012345678901`. If the user is recovered, this
|
5169
|
+
# value reverts to `user:`emailid`` and the recovered user retains the role in
|
5170
|
+
# the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
|
5171
|
+
# address (plus unique identifier) representing a service account that has been
|
5172
|
+
# recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
|
5154
5173
|
# 123456789012345678901`. If the service account is undeleted, this value
|
5155
5174
|
# reverts to `serviceAccount:`emailid`` and the undeleted service account
|
5156
5175
|
# retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
|
5157
5176
|
# An email address (plus unique identifier) representing a Google group that has
|
5158
5177
|
# been recently deleted. For example, `admins@example.com?uid=
|
5159
5178
|
# 123456789012345678901`. If the group is recovered, this value reverts to `
|
5160
|
-
# group:`emailid`` and the recovered group retains the role in the binding.
|
5179
|
+
# group:`emailid`` and the recovered group retains the role in the binding. * `
|
5180
|
+
# deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
|
5181
|
+
# pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
|
5182
|
+
# workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
|
5183
|
+
# locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
|
5161
5184
|
# Corresponds to the JSON property `members`
|
5162
5185
|
# @return [Array<String>]
|
5163
5186
|
attr_accessor :members
|
@@ -5586,6 +5609,15 @@ module Google
|
|
5586
5609
|
# @return [String]
|
5587
5610
|
attr_accessor :end_timestamp
|
5588
5611
|
|
5612
|
+
# Specifies the already existing reservations to attach to the Commitment. This
|
5613
|
+
# field is optional, and it can be a full or partial URL. For example, the
|
5614
|
+
# following are valid URLs to an reservation: - https://www.googleapis.com/
|
5615
|
+
# compute/v1/projects/project/zones/zone /reservations/reservation - projects/
|
5616
|
+
# project/zones/zone/reservations/reservation
|
5617
|
+
# Corresponds to the JSON property `existingReservations`
|
5618
|
+
# @return [Array<String>]
|
5619
|
+
attr_accessor :existing_reservations
|
5620
|
+
|
5589
5621
|
# [Output Only] The unique identifier for the resource. This identifier is
|
5590
5622
|
# defined by the server.
|
5591
5623
|
# Corresponds to the JSON property `id`
|
@@ -5629,7 +5661,7 @@ module Google
|
|
5629
5661
|
# @return [String]
|
5630
5662
|
attr_accessor :region
|
5631
5663
|
|
5632
|
-
# List of create-on-create
|
5664
|
+
# List of create-on-create reservations for this commitment.
|
5633
5665
|
# Corresponds to the JSON property `reservations`
|
5634
5666
|
# @return [Array<Google::Apis::ComputeBeta::Reservation>]
|
5635
5667
|
attr_accessor :reservations
|
@@ -5686,6 +5718,7 @@ module Google
|
|
5686
5718
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
5687
5719
|
@description = args[:description] if args.key?(:description)
|
5688
5720
|
@end_timestamp = args[:end_timestamp] if args.key?(:end_timestamp)
|
5721
|
+
@existing_reservations = args[:existing_reservations] if args.key?(:existing_reservations)
|
5689
5722
|
@id = args[:id] if args.key?(:id)
|
5690
5723
|
@kind = args[:kind] if args.key?(:kind)
|
5691
5724
|
@license_resource = args[:license_resource] if args.key?(:license_resource)
|
@@ -6739,6 +6772,12 @@ module Google
|
|
6739
6772
|
# @return [Google::Apis::ComputeBeta::DiskResourceStatus]
|
6740
6773
|
attr_accessor :resource_status
|
6741
6774
|
|
6775
|
+
# Output only. Reserved for future use.
|
6776
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
6777
|
+
# @return [Boolean]
|
6778
|
+
attr_accessor :satisfies_pzi
|
6779
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
6780
|
+
|
6742
6781
|
# [Output Only] Reserved for future use.
|
6743
6782
|
# Corresponds to the JSON property `satisfiesPzs`
|
6744
6783
|
# @return [Boolean]
|
@@ -6951,6 +6990,7 @@ module Google
|
|
6951
6990
|
@replica_zones = args[:replica_zones] if args.key?(:replica_zones)
|
6952
6991
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
6953
6992
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
6993
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
6954
6994
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
6955
6995
|
@self_link = args[:self_link] if args.key?(:self_link)
|
6956
6996
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
@@ -9775,10 +9815,10 @@ module Google
|
|
9775
9815
|
# google.com/compute/docs/reference/rest/beta/globalForwardingRules) * [Regional]
|
9776
9816
|
# (https://cloud.google.com/compute/docs/reference/rest/beta/forwardingRules) A
|
9777
9817
|
# forwarding rule and its corresponding IP address represent the frontend
|
9778
|
-
# configuration of a Google Cloud
|
9779
|
-
#
|
9780
|
-
#
|
9781
|
-
#
|
9818
|
+
# configuration of a Google Cloud load balancer. Forwarding rules can also
|
9819
|
+
# reference target instances and Cloud VPN Classic gateways (targetVpnGateway).
|
9820
|
+
# For more information, read Forwarding rule concepts and Using protocol
|
9821
|
+
# forwarding.
|
9782
9822
|
class ForwardingRule
|
9783
9823
|
include Google::Apis::Core::Hashable
|
9784
9824
|
|
@@ -9834,11 +9874,12 @@ module Google
|
|
9834
9874
|
|
9835
9875
|
# This field is used along with the backend_service field for internal load
|
9836
9876
|
# 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
|
9877
|
+
# clients can access the internal passthrough Network Load Balancers, the
|
9878
|
+
# regional internal Application Load Balancer, and the regional internal proxy
|
9879
|
+
# Network Load Balancer from all regions. If false, only allows access from the
|
9880
|
+
# local region the load balancer is located at. Note that for INTERNAL_MANAGED
|
9881
|
+
# forwarding rules, this field cannot be changed after the forwarding rule is
|
9882
|
+
# created.
|
9842
9883
|
# Corresponds to the JSON property `allowGlobalAccess`
|
9843
9884
|
# @return [Boolean]
|
9844
9885
|
attr_accessor :allow_global_access
|
@@ -9862,16 +9903,16 @@ module Google
|
|
9862
9903
|
alias_method :allow_psc_packet_injection?, :allow_psc_packet_injection
|
9863
9904
|
|
9864
9905
|
# Identifies the backend service to which the forwarding rule sends traffic.
|
9865
|
-
# Required for
|
9866
|
-
#
|
9906
|
+
# Required for internal and external passthrough Network Load Balancers; must be
|
9907
|
+
# omitted for all other load balancer types.
|
9867
9908
|
# Corresponds to the JSON property `backendService`
|
9868
9909
|
# @return [String]
|
9869
9910
|
attr_accessor :backend_service
|
9870
9911
|
|
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
|
9912
|
+
# [Output Only] The URL for the corresponding base forwarding rule. By base
|
9913
|
+
# forwarding rule, we mean the forwarding rule that has the same IP address,
|
9914
|
+
# protocol, and port settings with the current forwarding rule, but without
|
9915
|
+
# sourceIPRanges specified. Always empty if the current forwarding rule does not
|
9875
9916
|
# have sourceIPRanges specified.
|
9876
9917
|
# Corresponds to the JSON property `baseForwardingRule`
|
9877
9918
|
# @return [String]
|
@@ -9922,7 +9963,7 @@ module Google
|
|
9922
9963
|
alias_method :is_mirroring_collector?, :is_mirroring_collector
|
9923
9964
|
|
9924
9965
|
# [Output Only] Type of the resource. Always compute#forwardingRule for
|
9925
|
-
#
|
9966
|
+
# forwarding rule resources.
|
9926
9967
|
# Corresponds to the JSON property `kind`
|
9927
9968
|
# @return [String]
|
9928
9969
|
attr_accessor :kind
|
@@ -9984,13 +10025,13 @@ module Google
|
|
9984
10025
|
# @return [String]
|
9985
10026
|
attr_accessor :name
|
9986
10027
|
|
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.
|
10028
|
+
# This field is not used for global external load balancing. For internal
|
10029
|
+
# passthrough Network Load Balancers, this field identifies the network that the
|
10030
|
+
# load balanced IP should belong to for this forwarding rule. If the subnetwork
|
10031
|
+
# is specified, the network of the subnetwork will be used. If neither
|
10032
|
+
# subnetwork nor this field is specified, the default network will be used. For
|
10033
|
+
# Private Service Connect forwarding rules that forward traffic to Google APIs,
|
10034
|
+
# a network must be provided.
|
9994
10035
|
# Corresponds to the JSON property `network`
|
9995
10036
|
# @return [String]
|
9996
10037
|
attr_accessor :network
|
@@ -10049,7 +10090,7 @@ module Google
|
|
10049
10090
|
# @return [Array<String>]
|
10050
10091
|
attr_accessor :ports
|
10051
10092
|
|
10052
|
-
# [Output Only] The PSC connection id of the PSC
|
10093
|
+
# [Output Only] The PSC connection id of the PSC forwarding rule.
|
10053
10094
|
# Corresponds to the JSON property `pscConnectionId`
|
10054
10095
|
# @return [Fixnum]
|
10055
10096
|
attr_accessor :psc_connection_id
|
@@ -10078,7 +10119,7 @@ module Google
|
|
10078
10119
|
# @return [Array<Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration>]
|
10079
10120
|
attr_accessor :service_directory_registrations
|
10080
10121
|
|
10081
|
-
# An optional prefix to the service name for this
|
10122
|
+
# An optional prefix to the service name for this forwarding rule. If specified,
|
10082
10123
|
# the prefix is the first label of the fully qualified service name. The label
|
10083
10124
|
# must be 1-63 characters long, and comply with RFC1035. Specifically, the label
|
10084
10125
|
# must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*
|
@@ -10090,16 +10131,16 @@ module Google
|
|
10090
10131
|
# @return [String]
|
10091
10132
|
attr_accessor :service_label
|
10092
10133
|
|
10093
|
-
# [Output Only] The internal fully qualified service name for this
|
10094
|
-
#
|
10134
|
+
# [Output Only] The internal fully qualified service name for this forwarding
|
10135
|
+
# rule. This field is only used for internal load balancing.
|
10095
10136
|
# Corresponds to the JSON property `serviceName`
|
10096
10137
|
# @return [String]
|
10097
10138
|
attr_accessor :service_name
|
10098
10139
|
|
10099
|
-
# If not empty, this
|
10140
|
+
# If not empty, this forwarding rule will only forward the traffic when the
|
10100
10141
|
# 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
|
10142
|
+
# Note that a forwarding rule can only have up to 64 source IP ranges, and this
|
10143
|
+
# field can only be used with a regional forwarding rule whose scheme is
|
10103
10144
|
# EXTERNAL. Each source_ip_range entry should be either an IP address (for
|
10104
10145
|
# example, 1.2.3.4) or a CIDR range (for example, 1.2.3.0/24).
|
10105
10146
|
# Corresponds to the JSON property `sourceIpRanges`
|
@@ -10107,10 +10148,11 @@ module Google
|
|
10107
10148
|
attr_accessor :source_ip_ranges
|
10108
10149
|
|
10109
10150
|
# 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
|
10151
|
+
# to for this forwarding rule, used with internal load balancers and external
|
10152
|
+
# passthrough Network Load Balancers with IPv6. If the network specified is in
|
10153
|
+
# auto subnet mode, this field is optional. However, a subnetwork must be
|
10154
|
+
# specified if the network is in custom subnet mode or when creating external
|
10155
|
+
# forwarding rule with IPv6.
|
10114
10156
|
# Corresponds to the JSON property `subnetwork`
|
10115
10157
|
# @return [String]
|
10116
10158
|
attr_accessor :subnetwork
|
@@ -10435,9 +10477,9 @@ module Google
|
|
10435
10477
|
end
|
10436
10478
|
end
|
10437
10479
|
|
10438
|
-
# Describes the auto-registration of the
|
10480
|
+
# Describes the auto-registration of the forwarding rule to Service Directory.
|
10439
10481
|
# The region and project of the Service Directory resource generated from this
|
10440
|
-
# registration will be the same as this
|
10482
|
+
# registration will be the same as this forwarding rule.
|
10441
10483
|
class ForwardingRuleServiceDirectoryRegistration
|
10442
10484
|
include Google::Apis::Core::Hashable
|
10443
10485
|
|
@@ -10453,7 +10495,7 @@ module Google
|
|
10453
10495
|
|
10454
10496
|
# [Optional] Service Directory region to register this global forwarding rule
|
10455
10497
|
# under. Default to "us-central1". Only used for PSC for Google APIs. All PSC
|
10456
|
-
# for Google APIs
|
10498
|
+
# for Google APIs forwarding rules on the same network should use the same
|
10457
10499
|
# Service Directory region.
|
10458
10500
|
# Corresponds to the JSON property `serviceDirectoryRegion`
|
10459
10501
|
# @return [String]
|
@@ -10566,9 +10608,9 @@ module Google
|
|
10566
10608
|
class FutureReservation
|
10567
10609
|
include Google::Apis::Core::Hashable
|
10568
10610
|
|
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.
|
10611
|
+
# Future timestamp when the FR auto-created reservations will be deleted by
|
10612
|
+
# Compute Engine. Format of this field must be a valid href="https://www.ietf.
|
10613
|
+
# org/rfc/rfc3339.txt">RFC3339 value.
|
10572
10614
|
# Corresponds to the JSON property `autoCreatedReservationsDeleteTime`
|
10573
10615
|
# @return [String]
|
10574
10616
|
attr_accessor :auto_created_reservations_delete_time
|
@@ -11307,7 +11349,7 @@ module Google
|
|
11307
11349
|
|
11308
11350
|
# Specifies how a port is selected for health checking. Can be one of the
|
11309
11351
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
11310
|
-
# port field in the health check. Supported by backend services for
|
11352
|
+
# port field in the health check. Supported by backend services for passthrough
|
11311
11353
|
# load balancers and backend services for proxy load balancers. Not supported by
|
11312
11354
|
# target pools. The health check supports all backends supported by the backend
|
11313
11355
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
@@ -11315,13 +11357,13 @@ module Google
|
|
11315
11357
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
11316
11358
|
# indirect method of specifying the health check port by referring to the
|
11317
11359
|
# 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
|
11360
|
+
# Not supported by target pools. Not supported by backend services for
|
11361
|
+
# passthrough load balancers. Supports all backends that can be health checked;
|
11362
|
+
# for example, GCE_VM_IP_PORT network endpoint groups and instance group
|
11363
|
+
# backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
|
11364
|
+
# uses the port number specified for each endpoint in the network endpoint group.
|
11365
|
+
# For instance group backends, the health check uses the port number determined
|
11366
|
+
# by looking up the backend service's named port in the instance group's list of
|
11325
11367
|
# named ports.
|
11326
11368
|
# Corresponds to the JSON property `portSpecification`
|
11327
11369
|
# @return [String]
|
@@ -11670,8 +11712,8 @@ module Google
|
|
11670
11712
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
11671
11713
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
11672
11714
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
11673
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For
|
11674
|
-
# information, see Enabling guest operating system features.
|
11715
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
|
11716
|
+
# more information, see Enabling guest operating system features.
|
11675
11717
|
# Corresponds to the JSON property `type`
|
11676
11718
|
# @return [String]
|
11677
11719
|
attr_accessor :type
|
@@ -11712,7 +11754,7 @@ module Google
|
|
11712
11754
|
|
11713
11755
|
# Specifies how a port is selected for health checking. Can be one of the
|
11714
11756
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
11715
|
-
# port field in the health check. Supported by backend services for
|
11757
|
+
# port field in the health check. Supported by backend services for passthrough
|
11716
11758
|
# load balancers and backend services for proxy load balancers. Not supported by
|
11717
11759
|
# target pools. The health check supports all backends supported by the backend
|
11718
11760
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
@@ -11720,13 +11762,13 @@ module Google
|
|
11720
11762
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
11721
11763
|
# indirect method of specifying the health check port by referring to the
|
11722
11764
|
# 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
|
11765
|
+
# Not supported by target pools. Not supported by backend services for
|
11766
|
+
# passthrough load balancers. Supports all backends that can be health checked;
|
11767
|
+
# for example, GCE_VM_IP_PORT network endpoint groups and instance group
|
11768
|
+
# backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
|
11769
|
+
# uses the port number specified for each endpoint in the network endpoint group.
|
11770
|
+
# For instance group backends, the health check uses the port number determined
|
11771
|
+
# by looking up the backend service's named port in the instance group's list of
|
11730
11772
|
# named ports.
|
11731
11773
|
# Corresponds to the JSON property `portSpecification`
|
11732
11774
|
# @return [String]
|
@@ -11794,7 +11836,7 @@ module Google
|
|
11794
11836
|
|
11795
11837
|
# Specifies how a port is selected for health checking. Can be one of the
|
11796
11838
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
11797
|
-
# port field in the health check. Supported by backend services for
|
11839
|
+
# port field in the health check. Supported by backend services for passthrough
|
11798
11840
|
# load balancers and backend services for proxy load balancers. Also supported
|
11799
11841
|
# in legacy HTTP health checks for target pools. The health check supports all
|
11800
11842
|
# backends supported by the backend service provided the backend can be health
|
@@ -11876,7 +11918,7 @@ module Google
|
|
11876
11918
|
|
11877
11919
|
# Specifies how a port is selected for health checking. Can be one of the
|
11878
11920
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
11879
|
-
# port field in the health check. Supported by backend services for
|
11921
|
+
# port field in the health check. Supported by backend services for passthrough
|
11880
11922
|
# load balancers and backend services for proxy load balancers. Not supported by
|
11881
11923
|
# target pools. The health check supports all backends supported by the backend
|
11882
11924
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
@@ -11884,13 +11926,13 @@ module Google
|
|
11884
11926
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
11885
11927
|
# indirect method of specifying the health check port by referring to the
|
11886
11928
|
# 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
|
11929
|
+
# Not supported by target pools. Not supported by backend services for
|
11930
|
+
# passthrough load balancers. Supports all backends that can be health checked;
|
11931
|
+
# for example, GCE_VM_IP_PORT network endpoint groups and instance group
|
11932
|
+
# backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
|
11933
|
+
# uses the port number specified for each endpoint in the network endpoint group.
|
11934
|
+
# For instance group backends, the health check uses the port number determined
|
11935
|
+
# by looking up the backend service's named port in the instance group's list of
|
11894
11936
|
# named ports.
|
11895
11937
|
# Corresponds to the JSON property `portSpecification`
|
11896
11938
|
# @return [String]
|
@@ -11936,18 +11978,13 @@ module Google
|
|
11936
11978
|
# resources: * [Regional](/compute/docs/reference/rest/beta/regionHealthChecks) *
|
11937
11979
|
# [Global](/compute/docs/reference/rest/beta/healthChecks) These health check
|
11938
11980
|
# 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.
|
11981
|
+
# instance group (MIG). **Load balancing** Health check requirements vary
|
11982
|
+
# depending on the type of load balancer. For details about the type of health
|
11983
|
+
# check supported for each load balancer and corresponding backend type, see
|
11984
|
+
# Health checks overview: Load balancer guide. **Autohealing in MIGs** The
|
11985
|
+
# health checks that you use for autohealing VMs in a MIG can be either regional
|
11986
|
+
# or global. For more information, see Set up an application health check and
|
11987
|
+
# autohealing. For more information, see Health checks overview.
|
11951
11988
|
class HealthCheck
|
11952
11989
|
include Google::Apis::Core::Hashable
|
11953
11990
|
|
@@ -12781,6 +12818,16 @@ module Google
|
|
12781
12818
|
# @return [String]
|
12782
12819
|
attr_accessor :ip_address
|
12783
12820
|
|
12821
|
+
#
|
12822
|
+
# Corresponds to the JSON property `ipv6Address`
|
12823
|
+
# @return [String]
|
12824
|
+
attr_accessor :ipv6_address
|
12825
|
+
|
12826
|
+
# Health state of the IPv6 address of the instance.
|
12827
|
+
# Corresponds to the JSON property `ipv6HealthState`
|
12828
|
+
# @return [String]
|
12829
|
+
attr_accessor :ipv6_health_state
|
12830
|
+
|
12784
12831
|
# The named port of the instance group, not necessarily the port that is health-
|
12785
12832
|
# checked.
|
12786
12833
|
# Corresponds to the JSON property `port`
|
@@ -12809,6 +12856,8 @@ module Google
|
|
12809
12856
|
@health_state = args[:health_state] if args.key?(:health_state)
|
12810
12857
|
@instance = args[:instance] if args.key?(:instance)
|
12811
12858
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
12859
|
+
@ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
|
12860
|
+
@ipv6_health_state = args[:ipv6_health_state] if args.key?(:ipv6_health_state)
|
12812
12861
|
@port = args[:port] if args.key?(:port)
|
12813
12862
|
@weight = args[:weight] if args.key?(:weight)
|
12814
12863
|
@weight_error = args[:weight_error] if args.key?(:weight_error)
|
@@ -14330,6 +14379,12 @@ module Google
|
|
14330
14379
|
# @return [Google::Apis::ComputeBeta::RolloutPolicy]
|
14331
14380
|
attr_accessor :rollout_override
|
14332
14381
|
|
14382
|
+
# Output only. Reserved for future use.
|
14383
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
14384
|
+
# @return [Boolean]
|
14385
|
+
attr_accessor :satisfies_pzi
|
14386
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
14387
|
+
|
14333
14388
|
# [Output Only] Reserved for future use.
|
14334
14389
|
# Corresponds to the JSON property `satisfiesPzs`
|
14335
14390
|
# @return [Boolean]
|
@@ -14471,6 +14526,7 @@ module Google
|
|
14471
14526
|
@name = args[:name] if args.key?(:name)
|
14472
14527
|
@raw_disk = args[:raw_disk] if args.key?(:raw_disk)
|
14473
14528
|
@rollout_override = args[:rollout_override] if args.key?(:rollout_override)
|
14529
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
14474
14530
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
14475
14531
|
@self_link = args[:self_link] if args.key?(:self_link)
|
14476
14532
|
@shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
|
@@ -14938,6 +14994,12 @@ module Google
|
|
14938
14994
|
# @return [Google::Apis::ComputeBeta::ResourceStatus]
|
14939
14995
|
attr_accessor :resource_status
|
14940
14996
|
|
14997
|
+
# [Output Only] Reserved for future use.
|
14998
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
14999
|
+
# @return [Boolean]
|
15000
|
+
attr_accessor :satisfies_pzi
|
15001
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
15002
|
+
|
14941
15003
|
# [Output Only] Reserved for future use.
|
14942
15004
|
# Corresponds to the JSON property `satisfiesPzs`
|
14943
15005
|
# @return [Boolean]
|
@@ -15068,6 +15130,7 @@ module Google
|
|
15068
15130
|
@reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
|
15069
15131
|
@resource_policies = args[:resource_policies] if args.key?(:resource_policies)
|
15070
15132
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
15133
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
15071
15134
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
15072
15135
|
@scheduling = args[:scheduling] if args.key?(:scheduling)
|
15073
15136
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -16180,6 +16243,12 @@ module Google
|
|
16180
16243
|
# @return [Hash<String,Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
|
16181
16244
|
attr_accessor :instance_selection_lists
|
16182
16245
|
|
16246
|
+
# Named instance selections configuring properties that the group will use when
|
16247
|
+
# creating new VMs.
|
16248
|
+
# Corresponds to the JSON property `instanceSelections`
|
16249
|
+
# @return [Hash<String,Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
|
16250
|
+
attr_accessor :instance_selections
|
16251
|
+
|
16183
16252
|
def initialize(**args)
|
16184
16253
|
update!(**args)
|
16185
16254
|
end
|
@@ -16187,6 +16256,7 @@ module Google
|
|
16187
16256
|
# Update properties of this object
|
16188
16257
|
def update!(**args)
|
16189
16258
|
@instance_selection_lists = args[:instance_selection_lists] if args.key?(:instance_selection_lists)
|
16259
|
+
@instance_selections = args[:instance_selections] if args.key?(:instance_selections)
|
16190
16260
|
end
|
16191
16261
|
end
|
16192
16262
|
|
@@ -16476,8 +16546,10 @@ module Google
|
|
16476
16546
|
class InstanceGroupManagerResizeRequestStatus
|
16477
16547
|
include Google::Apis::Core::Hashable
|
16478
16548
|
|
16479
|
-
#
|
16480
|
-
# ResizeRequest.
|
16549
|
+
# [Output only] Fatal errors encountered during the queueing or provisioning
|
16550
|
+
# phases of the ResizeRequest that caused the transition to the FAILED state. As
|
16551
|
+
# a contrary to the last_attempt errors, this field is final and errors are
|
16552
|
+
# never removed from here, as the RR is not going to retry.
|
16481
16553
|
# Corresponds to the JSON property `error`
|
16482
16554
|
# @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error]
|
16483
16555
|
attr_accessor :error
|
@@ -16491,8 +16563,10 @@ module Google
|
|
16491
16563
|
@error = args[:error] if args.key?(:error)
|
16492
16564
|
end
|
16493
16565
|
|
16494
|
-
#
|
16495
|
-
# ResizeRequest.
|
16566
|
+
# [Output only] Fatal errors encountered during the queueing or provisioning
|
16567
|
+
# phases of the ResizeRequest that caused the transition to the FAILED state. As
|
16568
|
+
# a contrary to the last_attempt errors, this field is final and errors are
|
16569
|
+
# never removed from here, as the RR is not going to retry.
|
16496
16570
|
class Error
|
16497
16571
|
include Google::Apis::Core::Hashable
|
16498
16572
|
|
@@ -16723,12 +16797,16 @@ module Google
|
|
16723
16797
|
class InstanceGroupManagerStandbyPolicy
|
16724
16798
|
include Google::Apis::Core::Hashable
|
16725
16799
|
|
16726
|
-
#
|
16800
|
+
# Specifies the number of seconds that the MIG should wait to suspend or stop a
|
16801
|
+
# VM after that VM was created. The initial delay gives the initialization
|
16802
|
+
# script the time to prepare your VM for a quick scale out. The value of initial
|
16803
|
+
# delay must be between 0 and 3600 seconds. The default value is 0.
|
16727
16804
|
# Corresponds to the JSON property `initialDelaySec`
|
16728
16805
|
# @return [Fixnum]
|
16729
16806
|
attr_accessor :initial_delay_sec
|
16730
16807
|
|
16731
|
-
# Defines
|
16808
|
+
# Defines how a MIG resumes or starts VMs from a standby pool when the group
|
16809
|
+
# scales out. The default mode is `MANUAL`.
|
16732
16810
|
# Corresponds to the JSON property `mode`
|
16733
16811
|
# @return [String]
|
16734
16812
|
attr_accessor :mode
|
@@ -19692,6 +19770,12 @@ module Google
|
|
19692
19770
|
# @return [Google::Apis::ComputeBeta::InstantSnapshotResourceStatus]
|
19693
19771
|
attr_accessor :resource_status
|
19694
19772
|
|
19773
|
+
# Output only. Reserved for future use.
|
19774
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
19775
|
+
# @return [Boolean]
|
19776
|
+
attr_accessor :satisfies_pzi
|
19777
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
19778
|
+
|
19695
19779
|
# [Output Only] Reserved for future use.
|
19696
19780
|
# Corresponds to the JSON property `satisfiesPzs`
|
19697
19781
|
# @return [Boolean]
|
@@ -19757,6 +19841,7 @@ module Google
|
|
19757
19841
|
@name = args[:name] if args.key?(:name)
|
19758
19842
|
@region = args[:region] if args.key?(:region)
|
19759
19843
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
19844
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
19760
19845
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
19761
19846
|
@self_link = args[:self_link] if args.key?(:self_link)
|
19762
19847
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
@@ -23216,6 +23301,12 @@ module Google
|
|
23216
23301
|
# @return [String]
|
23217
23302
|
attr_accessor :name
|
23218
23303
|
|
23304
|
+
# Output only. Reserved for future use.
|
23305
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
23306
|
+
# @return [Boolean]
|
23307
|
+
attr_accessor :satisfies_pzi
|
23308
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
23309
|
+
|
23219
23310
|
# [Output Only] Reserved for future use.
|
23220
23311
|
# Corresponds to the JSON property `satisfiesPzs`
|
23221
23312
|
# @return [Boolean]
|
@@ -23285,6 +23376,7 @@ module Google
|
|
23285
23376
|
@kind = args[:kind] if args.key?(:kind)
|
23286
23377
|
@machine_image_encryption_key = args[:machine_image_encryption_key] if args.key?(:machine_image_encryption_key)
|
23287
23378
|
@name = args[:name] if args.key?(:name)
|
23379
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
23288
23380
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
23289
23381
|
@saved_disks = args[:saved_disks] if args.key?(:saved_disks)
|
23290
23382
|
@self_link = args[:self_link] if args.key?(:self_link)
|
@@ -23974,6 +24066,13 @@ module Google
|
|
23974
24066
|
# @return [Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy]
|
23975
24067
|
attr_accessor :properties_from_flexibility_policy
|
23976
24068
|
|
24069
|
+
# [Output Only] The eventual status of the instance. The instance group manager
|
24070
|
+
# will not be identified as stable till each managed instance reaches its
|
24071
|
+
# targetStatus.
|
24072
|
+
# Corresponds to the JSON property `targetStatus`
|
24073
|
+
# @return [String]
|
24074
|
+
attr_accessor :target_status
|
24075
|
+
|
23977
24076
|
# [Output Only] Intended version of this instance.
|
23978
24077
|
# Corresponds to the JSON property `version`
|
23979
24078
|
# @return [Google::Apis::ComputeBeta::ManagedInstanceVersion]
|
@@ -23997,6 +24096,7 @@ module Google
|
|
23997
24096
|
@preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
|
23998
24097
|
@preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
|
23999
24098
|
@properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
|
24099
|
+
@target_status = args[:target_status] if args.key?(:target_status)
|
24000
24100
|
@version = args[:version] if args.key?(:version)
|
24001
24101
|
end
|
24002
24102
|
end
|
@@ -29125,7 +29225,8 @@ module Google
|
|
29125
29225
|
# global operations, use the `globalOperations` resource. - For regional
|
29126
29226
|
# operations, use the `regionOperations` resource. - For zonal operations, use
|
29127
29227
|
# the `zoneOperations` resource. For more information, read Global, Regional,
|
29128
|
-
# and Zonal Resources.
|
29228
|
+
# and Zonal Resources. Note that completed Operation resources have a limited
|
29229
|
+
# retention period.
|
29129
29230
|
class Operation
|
29130
29231
|
include Google::Apis::Core::Hashable
|
29131
29232
|
|
@@ -30262,15 +30363,17 @@ module Google
|
|
30262
30363
|
|
30263
30364
|
# Protocols that apply as filter on mirrored traffic. If no protocols are
|
30264
30365
|
# specified, all traffic that matches the specified CIDR ranges is mirrored. If
|
30265
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
|
30366
|
+
# neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
|
30266
30367
|
# Corresponds to the JSON property `IPProtocols`
|
30267
30368
|
# @return [Array<String>]
|
30268
30369
|
attr_accessor :ip_protocols
|
30269
30370
|
|
30270
|
-
#
|
30271
|
-
# egress) IP in the IP header.
|
30272
|
-
# specified, all traffic that matches the specified IPProtocols is mirrored.
|
30273
|
-
# neither cidrRanges nor IPProtocols is specified, all traffic is
|
30371
|
+
# One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (
|
30372
|
+
# ingress) or destination (egress) IP in the IP header. If no ranges are
|
30373
|
+
# specified, all IPv4 traffic that matches the specified IPProtocols is mirrored.
|
30374
|
+
# If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is
|
30375
|
+
# mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0". Note:
|
30376
|
+
# Support for IPv6 traffic is in preview.
|
30274
30377
|
# Corresponds to the JSON property `cidrRanges`
|
30275
30378
|
# @return [Array<String>]
|
30276
30379
|
attr_accessor :cidr_ranges
|
@@ -37294,6 +37397,13 @@ module Google
|
|
37294
37397
|
# @return [Google::Apis::ComputeBeta::BfdStatus]
|
37295
37398
|
attr_accessor :bfd_status
|
37296
37399
|
|
37400
|
+
# Enable IPv4 traffic over BGP Peer. It is enabled by default if the
|
37401
|
+
# peerIpAddress is version 4.
|
37402
|
+
# Corresponds to the JSON property `enableIpv4`
|
37403
|
+
# @return [Boolean]
|
37404
|
+
attr_accessor :enable_ipv4
|
37405
|
+
alias_method :enable_ipv4?, :enable_ipv4
|
37406
|
+
|
37297
37407
|
# Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
|
37298
37408
|
# Corresponds to the JSON property `enableIpv6`
|
37299
37409
|
# @return [Boolean]
|
@@ -37305,6 +37415,11 @@ module Google
|
|
37305
37415
|
# @return [String]
|
37306
37416
|
attr_accessor :ip_address
|
37307
37417
|
|
37418
|
+
# IPv4 address of the local BGP interface.
|
37419
|
+
# Corresponds to the JSON property `ipv4NexthopAddress`
|
37420
|
+
# @return [String]
|
37421
|
+
attr_accessor :ipv4_nexthop_address
|
37422
|
+
|
37308
37423
|
# IPv6 address of the local BGP interface.
|
37309
37424
|
# Corresponds to the JSON property `ipv6NexthopAddress`
|
37310
37425
|
# @return [String]
|
@@ -37336,6 +37451,11 @@ module Google
|
|
37336
37451
|
# @return [String]
|
37337
37452
|
attr_accessor :peer_ip_address
|
37338
37453
|
|
37454
|
+
# IPv4 address of the remote BGP interface.
|
37455
|
+
# Corresponds to the JSON property `peerIpv4NexthopAddress`
|
37456
|
+
# @return [String]
|
37457
|
+
attr_accessor :peer_ipv4_nexthop_address
|
37458
|
+
|
37339
37459
|
# IPv6 address of the remote BGP interface.
|
37340
37460
|
# Corresponds to the JSON property `peerIpv6NexthopAddress`
|
37341
37461
|
# @return [String]
|
@@ -37383,14 +37503,17 @@ module Google
|
|
37383
37503
|
def update!(**args)
|
37384
37504
|
@advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
|
37385
37505
|
@bfd_status = args[:bfd_status] if args.key?(:bfd_status)
|
37506
|
+
@enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
|
37386
37507
|
@enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
|
37387
37508
|
@ip_address = args[:ip_address] if args.key?(:ip_address)
|
37509
|
+
@ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
|
37388
37510
|
@ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
|
37389
37511
|
@linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
|
37390
37512
|
@md5_auth_enabled = args[:md5_auth_enabled] if args.key?(:md5_auth_enabled)
|
37391
37513
|
@name = args[:name] if args.key?(:name)
|
37392
37514
|
@num_learned_routes = args[:num_learned_routes] if args.key?(:num_learned_routes)
|
37393
37515
|
@peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
|
37516
|
+
@peer_ipv4_nexthop_address = args[:peer_ipv4_nexthop_address] if args.key?(:peer_ipv4_nexthop_address)
|
37394
37517
|
@peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
|
37395
37518
|
@router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
|
37396
37519
|
@state = args[:state] if args.key?(:state)
|
@@ -37727,7 +37850,7 @@ module Google
|
|
37727
37850
|
|
37728
37851
|
# Specifies how a port is selected for health checking. Can be one of the
|
37729
37852
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
37730
|
-
# port field in the health check. Supported by backend services for
|
37853
|
+
# port field in the health check. Supported by backend services for passthrough
|
37731
37854
|
# load balancers and backend services for proxy load balancers. Not supported by
|
37732
37855
|
# target pools. The health check supports all backends supported by the backend
|
37733
37856
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
@@ -37735,13 +37858,13 @@ module Google
|
|
37735
37858
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
37736
37859
|
# indirect method of specifying the health check port by referring to the
|
37737
37860
|
# 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
|
37861
|
+
# Not supported by target pools. Not supported by backend services for
|
37862
|
+
# passthrough load balancers. Supports all backends that can be health checked;
|
37863
|
+
# for example, GCE_VM_IP_PORT network endpoint groups and instance group
|
37864
|
+
# backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
|
37865
|
+
# uses the port number specified for each endpoint in the network endpoint group.
|
37866
|
+
# For instance group backends, the health check uses the port number determined
|
37867
|
+
# by looking up the backend service's named port in the instance group's list of
|
37745
37868
|
# named ports.
|
37746
37869
|
# Corresponds to the JSON property `portSpecification`
|
37747
37870
|
# @return [String]
|
@@ -38468,7 +38591,7 @@ module Google
|
|
38468
38591
|
# @return [String]
|
38469
38592
|
attr_accessor :description
|
38470
38593
|
|
38471
|
-
# User-provided name of the
|
38594
|
+
# User-provided name of the organization security policy. The name should be
|
38472
38595
|
# unique in the organization in which the security policy is created. This
|
38473
38596
|
# should only be used when SecurityPolicyType is FIREWALL. The name must be 1-63
|
38474
38597
|
# characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
|
@@ -38758,12 +38881,33 @@ module Google
|
|
38758
38881
|
# @return [Float]
|
38759
38882
|
attr_accessor :auto_deploy_load_threshold
|
38760
38883
|
|
38884
|
+
#
|
38885
|
+
# Corresponds to the JSON property `detectionAbsoluteQps`
|
38886
|
+
# @return [Float]
|
38887
|
+
attr_accessor :detection_absolute_qps
|
38888
|
+
|
38889
|
+
#
|
38890
|
+
# Corresponds to the JSON property `detectionLoadThreshold`
|
38891
|
+
# @return [Float]
|
38892
|
+
attr_accessor :detection_load_threshold
|
38893
|
+
|
38894
|
+
#
|
38895
|
+
# Corresponds to the JSON property `detectionRelativeToBaselineQps`
|
38896
|
+
# @return [Float]
|
38897
|
+
attr_accessor :detection_relative_to_baseline_qps
|
38898
|
+
|
38761
38899
|
# The name must be 1-63 characters long, and comply with RFC1035. The name must
|
38762
38900
|
# be unique within the security policy.
|
38763
38901
|
# Corresponds to the JSON property `name`
|
38764
38902
|
# @return [String]
|
38765
38903
|
attr_accessor :name
|
38766
38904
|
|
38905
|
+
# Configuration options for enabling Adaptive Protection to operate on specified
|
38906
|
+
# granular traffic units.
|
38907
|
+
# Corresponds to the JSON property `trafficGranularityConfigs`
|
38908
|
+
# @return [Array<Google::Apis::ComputeBeta::SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig>]
|
38909
|
+
attr_accessor :traffic_granularity_configs
|
38910
|
+
|
38767
38911
|
def initialize(**args)
|
38768
38912
|
update!(**args)
|
38769
38913
|
end
|
@@ -38774,7 +38918,46 @@ module Google
|
|
38774
38918
|
@auto_deploy_expiration_sec = args[:auto_deploy_expiration_sec] if args.key?(:auto_deploy_expiration_sec)
|
38775
38919
|
@auto_deploy_impacted_baseline_threshold = args[:auto_deploy_impacted_baseline_threshold] if args.key?(:auto_deploy_impacted_baseline_threshold)
|
38776
38920
|
@auto_deploy_load_threshold = args[:auto_deploy_load_threshold] if args.key?(:auto_deploy_load_threshold)
|
38921
|
+
@detection_absolute_qps = args[:detection_absolute_qps] if args.key?(:detection_absolute_qps)
|
38922
|
+
@detection_load_threshold = args[:detection_load_threshold] if args.key?(:detection_load_threshold)
|
38923
|
+
@detection_relative_to_baseline_qps = args[:detection_relative_to_baseline_qps] if args.key?(:detection_relative_to_baseline_qps)
|
38777
38924
|
@name = args[:name] if args.key?(:name)
|
38925
|
+
@traffic_granularity_configs = args[:traffic_granularity_configs] if args.key?(:traffic_granularity_configs)
|
38926
|
+
end
|
38927
|
+
end
|
38928
|
+
|
38929
|
+
# Configurations to specifc granular traffic units processed by Adaptive
|
38930
|
+
# Protection.
|
38931
|
+
class SecurityPolicyAdaptiveProtectionConfigLayer7DdosDefenseConfigThresholdConfigTrafficGranularityConfig
|
38932
|
+
include Google::Apis::Core::Hashable
|
38933
|
+
|
38934
|
+
# If enabled, traffic matching each unique value for the specified type
|
38935
|
+
# constitutes a separate traffic unit. It can only be set to true if `value` is
|
38936
|
+
# empty.
|
38937
|
+
# Corresponds to the JSON property `enableEachUniqueValue`
|
38938
|
+
# @return [Boolean]
|
38939
|
+
attr_accessor :enable_each_unique_value
|
38940
|
+
alias_method :enable_each_unique_value?, :enable_each_unique_value
|
38941
|
+
|
38942
|
+
# Type of this configuration.
|
38943
|
+
# Corresponds to the JSON property `type`
|
38944
|
+
# @return [String]
|
38945
|
+
attr_accessor :type
|
38946
|
+
|
38947
|
+
# Requests that match this value constitute a granular traffic unit.
|
38948
|
+
# Corresponds to the JSON property `value`
|
38949
|
+
# @return [String]
|
38950
|
+
attr_accessor :value
|
38951
|
+
|
38952
|
+
def initialize(**args)
|
38953
|
+
update!(**args)
|
38954
|
+
end
|
38955
|
+
|
38956
|
+
# Update properties of this object
|
38957
|
+
def update!(**args)
|
38958
|
+
@enable_each_unique_value = args[:enable_each_unique_value] if args.key?(:enable_each_unique_value)
|
38959
|
+
@type = args[:type] if args.key?(:type)
|
38960
|
+
@value = args[:value] if args.key?(:value)
|
38778
38961
|
end
|
38779
38962
|
end
|
38780
38963
|
|
@@ -39378,7 +39561,7 @@ module Google
|
|
39378
39561
|
include Google::Apis::Core::Hashable
|
39379
39562
|
|
39380
39563
|
# reCAPTCHA configuration options to be applied for the rule. If the rule does
|
39381
|
-
# not evaluate reCAPTCHA tokens, this field
|
39564
|
+
# not evaluate reCAPTCHA tokens, this field has no effect.
|
39382
39565
|
# Corresponds to the JSON property `recaptchaOptions`
|
39383
39566
|
# @return [Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions]
|
39384
39567
|
attr_accessor :recaptcha_options
|
@@ -39662,7 +39845,13 @@ module Google
|
|
39662
39845
|
# is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
|
39663
39846
|
# session of the HTTPS request. The key value is truncated to the first 128
|
39664
39847
|
# bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
|
39665
|
-
# country/region from which the request originates.
|
39848
|
+
# country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3
|
39849
|
+
# TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If
|
39850
|
+
# not available, the key type defaults to ALL. - USER_IP: The IP address of the
|
39851
|
+
# originating client, which is resolved based on "userIpRequestHeaders"
|
39852
|
+
# configured with the security policy. If there is no "userIpRequestHeaders"
|
39853
|
+
# configuration or an IP address cannot be resolved from it, the key type
|
39854
|
+
# defaults to IP.
|
39666
39855
|
# Corresponds to the JSON property `enforceOnKey`
|
39667
39856
|
# @return [String]
|
39668
39857
|
attr_accessor :enforce_on_key
|
@@ -39751,7 +39940,13 @@ module Google
|
|
39751
39940
|
# is truncated to the first 128 bytes. - SNI: Server name indication in the TLS
|
39752
39941
|
# session of the HTTPS request. The key value is truncated to the first 128
|
39753
39942
|
# bytes. The key type defaults to ALL on a HTTP session. - REGION_CODE: The
|
39754
|
-
# country/region from which the request originates.
|
39943
|
+
# country/region from which the request originates. - TLS_JA3_FINGERPRINT: JA3
|
39944
|
+
# TLS/SSL fingerprint if the client connects using HTTPS, HTTP/2 or HTTP/3. If
|
39945
|
+
# not available, the key type defaults to ALL. - USER_IP: The IP address of the
|
39946
|
+
# originating client, which is resolved based on "userIpRequestHeaders"
|
39947
|
+
# configured with the security policy. If there is no "userIpRequestHeaders"
|
39948
|
+
# configuration or an IP address cannot be resolved from it, the key type
|
39949
|
+
# defaults to IP.
|
39755
39950
|
# Corresponds to the JSON property `enforceOnKeyType`
|
39756
39951
|
# @return [String]
|
39757
39952
|
attr_accessor :enforce_on_key_type
|
@@ -41130,6 +41325,12 @@ module Google
|
|
41130
41325
|
# @return [String]
|
41131
41326
|
attr_accessor :name
|
41132
41327
|
|
41328
|
+
# Output only. Reserved for future use.
|
41329
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
41330
|
+
# @return [Boolean]
|
41331
|
+
attr_accessor :satisfies_pzi
|
41332
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
41333
|
+
|
41133
41334
|
# [Output Only] Reserved for future use.
|
41134
41335
|
# Corresponds to the JSON property `satisfiesPzs`
|
41135
41336
|
# @return [Boolean]
|
@@ -41272,6 +41473,7 @@ module Google
|
|
41272
41473
|
@licenses = args[:licenses] if args.key?(:licenses)
|
41273
41474
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
41274
41475
|
@name = args[:name] if args.key?(:name)
|
41476
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
41275
41477
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
41276
41478
|
@self_link = args[:self_link] if args.key?(:self_link)
|
41277
41479
|
@snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
|
@@ -42528,9 +42730,10 @@ module Google
|
|
42528
42730
|
end
|
42529
42731
|
end
|
42530
42732
|
|
42531
|
-
# Represents an SSL Policy resource. Use SSL policies to control
|
42532
|
-
#
|
42533
|
-
#
|
42733
|
+
# Represents an SSL Policy resource. Use SSL policies to control SSL features,
|
42734
|
+
# such as versions and cipher suites, that are offered by Application Load
|
42735
|
+
# Balancers and proxy Network Load Balancers. For more information, read SSL
|
42736
|
+
# policies overview.
|
42534
42737
|
class SslPolicy
|
42535
42738
|
include Google::Apis::Core::Hashable
|
42536
42739
|
|
@@ -43011,18 +43214,15 @@ module Google
|
|
43011
43214
|
attr_accessor :private_ipv6_google_access
|
43012
43215
|
|
43013
43216
|
# The purpose of the resource. This field can be either PRIVATE,
|
43014
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
43015
|
-
#
|
43016
|
-
#
|
43017
|
-
#
|
43018
|
-
# that
|
43019
|
-
#
|
43020
|
-
#
|
43021
|
-
#
|
43022
|
-
#
|
43023
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
43024
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
43025
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
43217
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
43218
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
43219
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
43220
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
43221
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
43222
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
43223
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
43224
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
43225
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
43026
43226
|
# Corresponds to the JSON property `purpose`
|
43027
43227
|
# @return [String]
|
43028
43228
|
attr_accessor :purpose
|
@@ -43038,11 +43238,12 @@ module Google
|
|
43038
43238
|
# @return [String]
|
43039
43239
|
attr_accessor :reserved_internal_range
|
43040
43240
|
|
43041
|
-
# The role of subnetwork. Currently, this field is only used when purpose
|
43042
|
-
# REGIONAL_MANAGED_PROXY. The value can be set to
|
43043
|
-
# subnetwork is one that is currently being used for
|
43044
|
-
# in a region. A BACKUP subnetwork is one that is
|
43045
|
-
# or is currently draining. This field can be
|
43241
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
43242
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
43243
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
43244
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
43245
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
43246
|
+
# updated with a patch request.
|
43046
43247
|
# Corresponds to the JSON property `role`
|
43047
43248
|
# @return [String]
|
43048
43249
|
attr_accessor :role
|
@@ -43642,7 +43843,7 @@ module Google
|
|
43642
43843
|
|
43643
43844
|
# Specifies how a port is selected for health checking. Can be one of the
|
43644
43845
|
# following values: USE_FIXED_PORT: Specifies a port number explicitly using the
|
43645
|
-
# port field in the health check. Supported by backend services for
|
43846
|
+
# port field in the health check. Supported by backend services for passthrough
|
43646
43847
|
# load balancers and backend services for proxy load balancers. Not supported by
|
43647
43848
|
# target pools. The health check supports all backends supported by the backend
|
43648
43849
|
# service provided the backend can be health checked. For example, GCE_VM_IP
|
@@ -43650,13 +43851,13 @@ module Google
|
|
43650
43851
|
# group backends. USE_NAMED_PORT: Not supported. USE_SERVING_PORT: Provides an
|
43651
43852
|
# indirect method of specifying the health check port by referring to the
|
43652
43853
|
# 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
|
43854
|
+
# Not supported by target pools. Not supported by backend services for
|
43855
|
+
# passthrough load balancers. Supports all backends that can be health checked;
|
43856
|
+
# for example, GCE_VM_IP_PORT network endpoint groups and instance group
|
43857
|
+
# backends. For GCE_VM_IP_PORT network endpoint group backends, the health check
|
43858
|
+
# uses the port number specified for each endpoint in the network endpoint group.
|
43859
|
+
# For instance group backends, the health check uses the port number determined
|
43860
|
+
# by looking up the backend service's named port in the instance group's list of
|
43660
43861
|
# named ports.
|
43661
43862
|
# Corresponds to the JSON property `portSpecification`
|
43662
43863
|
# @return [String]
|
@@ -45456,10 +45657,10 @@ module Google
|
|
45456
45657
|
end
|
45457
45658
|
end
|
45458
45659
|
|
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.
|
45660
|
+
# Represents a Target Pool resource. Target pools are used with external
|
45661
|
+
# passthrough Network Load Balancers. A target pool references member instances,
|
45662
|
+
# an associated legacy HttpHealthCheck resource, and, optionally, a backup
|
45663
|
+
# target pool. For more information, read Using target pools.
|
45463
45664
|
class TargetPool
|
45464
45665
|
include Google::Apis::Core::Hashable
|
45465
45666
|
|
@@ -46129,9 +46330,9 @@ module Google
|
|
46129
46330
|
end
|
46130
46331
|
|
46131
46332
|
# 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
|
46333
|
+
# Proxy Network Load Balancer. The forwarding rule references the target SSL
|
46334
|
+
# proxy, and the target proxy then references a backend service. For more
|
46335
|
+
# information, read Proxy Network Load Balancer overview.
|
46135
46336
|
class TargetSslProxy
|
46136
46337
|
include Google::Apis::Core::Hashable
|
46137
46338
|
|
@@ -46476,9 +46677,9 @@ module Google
|
|
46476
46677
|
end
|
46477
46678
|
|
46478
46679
|
# 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
|
46680
|
+
# Proxy Network Load Balancer. The forwarding rule references the target TCP
|
46681
|
+
# proxy, and the target proxy then references a backend service. For more
|
46682
|
+
# information, read Proxy Network Load Balancer overview.
|
46482
46683
|
class TargetTcpProxy
|
46483
46684
|
include Google::Apis::Core::Hashable
|
46484
46685
|
|
@@ -48251,27 +48452,25 @@ module Google
|
|
48251
48452
|
attr_accessor :network
|
48252
48453
|
|
48253
48454
|
# The purpose of the resource. This field can be either PRIVATE,
|
48254
|
-
# REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
48255
|
-
#
|
48256
|
-
#
|
48257
|
-
#
|
48258
|
-
# that
|
48259
|
-
#
|
48260
|
-
#
|
48261
|
-
#
|
48262
|
-
#
|
48263
|
-
# the preferred setting for all regional Envoy load balancers. If unspecified,
|
48264
|
-
# the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
|
48265
|
-
# supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
|
48455
|
+
# GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
|
48456
|
+
# PRIVATE is the default purpose for user-created subnets or subnets that are
|
48457
|
+
# automatically created in auto mode networks. Subnets with purpose set to
|
48458
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
|
48459
|
+
# that are reserved for Envoy-based load balancers. A subnet with purpose set to
|
48460
|
+
# PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
|
48461
|
+
# Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
|
48462
|
+
# enableFlowLogs field isn't supported if the subnet purpose field is set to
|
48463
|
+
# GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
|
48266
48464
|
# Corresponds to the JSON property `purpose`
|
48267
48465
|
# @return [String]
|
48268
48466
|
attr_accessor :purpose
|
48269
48467
|
|
48270
|
-
# The role of subnetwork. Currently, this field is only used when purpose
|
48271
|
-
# REGIONAL_MANAGED_PROXY. The value can be set to
|
48272
|
-
# subnetwork is one that is currently being used for
|
48273
|
-
# in a region. A BACKUP subnetwork is one that is
|
48274
|
-
# or is currently draining. This field can be
|
48468
|
+
# The role of subnetwork. Currently, this field is only used when purpose is set
|
48469
|
+
# to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
|
48470
|
+
# ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
|
48471
|
+
# Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
|
48472
|
+
# ready to be promoted to ACTIVE or is currently draining. This field can be
|
48473
|
+
# updated with a patch request.
|
48275
48474
|
# Corresponds to the JSON property `role`
|
48276
48475
|
# @return [String]
|
48277
48476
|
attr_accessor :role
|