google-apis-compute_alpha 0.78.0 → 0.79.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: ed824aafaef70e7ca4443477e400b6dcef1a913d3b07918279ffbc2f046ad50d
|
4
|
+
data.tar.gz: 76350cc80a9fbdba41c935f5be3c7031dbd435422bd706ccc2511d751a7d5e32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4275cae0023adfb91ddb5440e478a6f7ae5e51355a50453a7b99679576ef8a8f8d231be8f98702d6783243b8fab775746711799f6f8b35c9f9c24874aa13c90a
|
7
|
+
data.tar.gz: 12d9ef858e063a141b9a8609b32f4895b460b19299547fafb928c8dc596cd21838ff7667de4a0866b8f74bdb26871b046b94e62e5c6b673e25f7322146081df8
|
data/CHANGELOG.md
CHANGED
@@ -3771,11 +3771,11 @@ module Google
|
|
3771
3771
|
# applicable to either: - A regional backend service with the service_protocol
|
3772
3772
|
# set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
|
3773
3773
|
# INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
|
3774
|
-
# set to INTERNAL_SELF_MANAGED
|
3775
|
-
# is not set to MAGLEV or RING_HASH,
|
3776
|
-
# effect. Only ROUND_ROBIN and RING_HASH
|
3777
|
-
# is referenced by a URL map that is
|
3778
|
-
# validateForProxyless field set to true.
|
3774
|
+
# set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
|
3775
|
+
# sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH,
|
3776
|
+
# session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH
|
3777
|
+
# are supported when the backend service is referenced by a URL map that is
|
3778
|
+
# bound to target gRPC proxy that has validateForProxyless field set to true.
|
3779
3779
|
# Corresponds to the JSON property `localityLbPolicy`
|
3780
3780
|
# @return [String]
|
3781
3781
|
attr_accessor :locality_lb_policy
|
@@ -11232,9 +11232,9 @@ module Google
|
|
11232
11232
|
attr_accessor :auto_created_reservations_duration
|
11233
11233
|
|
11234
11234
|
# Setting for enabling or disabling automatic deletion for auto-created
|
11235
|
-
# reservation. If
|
11236
|
-
#
|
11237
|
-
#
|
11235
|
+
# reservation. If set to true, auto-created reservations will be deleted at
|
11236
|
+
# Future Reservation's end time (default) or at user's defined timestamp if any
|
11237
|
+
# of the [auto_created_reservations_delete_time,
|
11238
11238
|
# auto_created_reservations_duration] values is specified. For keeping auto-
|
11239
11239
|
# created reservation indefinitely, this value should be set to false.
|
11240
11240
|
# Corresponds to the JSON property `autoDeleteAutoCreatedReservations`
|
@@ -12653,19 +12653,22 @@ module Google
|
|
12653
12653
|
end
|
12654
12654
|
end
|
12655
12655
|
|
12656
|
-
# Represents a
|
12657
|
-
# resources: * [
|
12658
|
-
#
|
12659
|
-
#
|
12660
|
-
#
|
12661
|
-
#
|
12662
|
-
#
|
12663
|
-
#
|
12664
|
-
#
|
12665
|
-
#
|
12666
|
-
#
|
12667
|
-
# based network load
|
12668
|
-
#
|
12656
|
+
# Represents a health check resource. Google Compute Engine has two health check
|
12657
|
+
# resources: * [Regional](/compute/docs/reference/rest/alpha/regionHealthChecks)
|
12658
|
+
# * [Global](/compute/docs/reference/rest/alpha/healthChecks) These health check
|
12659
|
+
# resources can be used for load balancing and for autohealing VMs in a managed
|
12660
|
+
# instance group (MIG). **Load balancing** The following load balancer can use
|
12661
|
+
# either regional or global health check: * Internal TCP/UDP load balancer The
|
12662
|
+
# following load balancers require regional health check: * Internal HTTP(S)
|
12663
|
+
# load balancer * Backend service-based network load balancer Traffic Director
|
12664
|
+
# and the following load balancers require global health check: * External HTTP(
|
12665
|
+
# S) load balancer * TCP proxy load balancer * SSL proxy load balancer The
|
12666
|
+
# following load balancer require [legacy HTTP health checks](/compute/docs/
|
12667
|
+
# reference/rest/v1/httpHealthChecks): * Target pool-based network load balancer
|
12668
|
+
# **Autohealing in MIGs** The health checks that you use for autohealing VMs in
|
12669
|
+
# a MIG can be either regional or global. For more information, see Set up an
|
12670
|
+
# application health check and autohealing. For more information, see Health
|
12671
|
+
# checks overview.
|
12669
12672
|
class HealthCheck
|
12670
12673
|
include Google::Apis::Core::Hashable
|
12671
12674
|
|
@@ -19869,9 +19872,15 @@ module Google
|
|
19869
19872
|
end
|
19870
19873
|
end
|
19871
19874
|
|
19872
|
-
# Represents an Instance Template resource.
|
19873
|
-
#
|
19874
|
-
#
|
19875
|
+
# Represents an Instance Template resource. Google Compute Engine has two
|
19876
|
+
# Instance Template resources: * [Global](/compute/docs/reference/rest/alpha/
|
19877
|
+
# instanceTemplates) * [Regional](/compute/docs/reference/rest/alpha/
|
19878
|
+
# regionInstanceTemplates) You can reuse a global instance template in different
|
19879
|
+
# regions whereas you can use a regional instance template in a specified region
|
19880
|
+
# only. If you want to reduce cross-region dependency or achieve data residency,
|
19881
|
+
# use a regional instance template. To create VMs, managed instance groups, and
|
19882
|
+
# reservations, you can use either global or regional instance templates. For
|
19883
|
+
# more information, read Instance Templates.
|
19875
19884
|
class InstanceTemplate
|
19876
19885
|
include Google::Apis::Core::Hashable
|
19877
19886
|
|
@@ -21425,9 +21434,9 @@ module Google
|
|
21425
21434
|
|
21426
21435
|
# [Output only] List of features available for this Interconnect connection,
|
21427
21436
|
# which can take one of the following values: - MACSEC If present then the
|
21428
|
-
#
|
21429
|
-
# the
|
21430
|
-
#
|
21437
|
+
# Interconnect connection is provisioned on MACsec capable hardware ports. If
|
21438
|
+
# not present then the Interconnect connection is provisioned on non-MACsec
|
21439
|
+
# capable ports and MACsec isn't supported and enabling MACsec fails.
|
21431
21440
|
# Corresponds to the JSON property `availableFeatures`
|
21432
21441
|
# @return [Array<String>]
|
21433
21442
|
attr_accessor :available_features
|
@@ -21533,7 +21542,8 @@ module Google
|
|
21533
21542
|
attr_accessor :location
|
21534
21543
|
|
21535
21544
|
# Configuration information for enabling Media Access Control security (MACsec)
|
21536
|
-
# on this Interconnect connection between Google and your on-premises
|
21545
|
+
# on this Cloud Interconnect connection between Google and your on-premises
|
21546
|
+
# router.
|
21537
21547
|
# Corresponds to the JSON property `macsec`
|
21538
21548
|
# @return [Google::Apis::ComputeAlpha::InterconnectMacsec]
|
21539
21549
|
attr_accessor :macsec
|
@@ -21595,10 +21605,10 @@ module Google
|
|
21595
21605
|
|
21596
21606
|
# Optional. List of features requested for this Interconnect connection, which
|
21597
21607
|
# can take one of the following values: - MACSEC If specified then the
|
21598
|
-
#
|
21599
|
-
#
|
21600
|
-
#
|
21601
|
-
#
|
21608
|
+
# connection is created on MACsec capable hardware ports. If not specified, the
|
21609
|
+
# default value is false, which allocates non-MACsec capable ports first if
|
21610
|
+
# available. This parameter can be provided only with Interconnect INSERT. It
|
21611
|
+
# isn't valid for Interconnect PATCH.
|
21602
21612
|
# Corresponds to the JSON property `requestedFeatures`
|
21603
21613
|
# @return [Array<String>]
|
21604
21614
|
attr_accessor :requested_features
|
@@ -23196,7 +23206,8 @@ module Google
|
|
23196
23206
|
end
|
23197
23207
|
|
23198
23208
|
# Configuration information for enabling Media Access Control security (MACsec)
|
23199
|
-
# on this Interconnect connection between Google and your on-premises
|
23209
|
+
# on this Cloud Interconnect connection between Google and your on-premises
|
23210
|
+
# router.
|
23200
23211
|
class InterconnectMacsec
|
23201
23212
|
include Google::Apis::Core::Hashable
|
23202
23213
|
|
@@ -23211,8 +23222,8 @@ module Google
|
|
23211
23222
|
alias_method :fail_open?, :fail_open
|
23212
23223
|
|
23213
23224
|
# Required. A keychain placeholder describing a set of named key objects along
|
23214
|
-
# with their start times. A MACsec CKN/CAK
|
23215
|
-
#
|
23225
|
+
# with their start times. A MACsec CKN/CAK is generated for each key in the key
|
23226
|
+
# chain. Google router automatically picks the key with the most recent
|
23216
23227
|
# startTime when establishing or re-establishing a MACsec secure link.
|
23217
23228
|
# Corresponds to the JSON property `preSharedKeys`
|
23218
23229
|
# @return [Array<Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey>]
|
@@ -28837,6 +28848,13 @@ module Google
|
|
28837
28848
|
# @return [String]
|
28838
28849
|
attr_accessor :bgp_best_path_selection_mode
|
28839
28850
|
|
28851
|
+
# Allows to define a preferred approach for handling inter-region cost in the
|
28852
|
+
# selection process when using the STANDARD BGP best path selection algorithm.
|
28853
|
+
# Can be DEFAULT or ADD_COST_TO_MED.
|
28854
|
+
# Corresponds to the JSON property `bgpInterRegionCost`
|
28855
|
+
# @return [String]
|
28856
|
+
attr_accessor :bgp_inter_region_cost
|
28857
|
+
|
28840
28858
|
# The network-wide routing mode to use. If set to REGIONAL, this network's Cloud
|
28841
28859
|
# Routers will only advertise routes with subnets of this network in the same
|
28842
28860
|
# region as the router. If set to GLOBAL, this network's Cloud Routers will
|
@@ -28853,6 +28871,7 @@ module Google
|
|
28853
28871
|
def update!(**args)
|
28854
28872
|
@bgp_always_compare_med = args[:bgp_always_compare_med] if args.key?(:bgp_always_compare_med)
|
28855
28873
|
@bgp_best_path_selection_mode = args[:bgp_best_path_selection_mode] if args.key?(:bgp_best_path_selection_mode)
|
28874
|
+
@bgp_inter_region_cost = args[:bgp_inter_region_cost] if args.key?(:bgp_inter_region_cost)
|
28856
28875
|
@routing_mode = args[:routing_mode] if args.key?(:routing_mode)
|
28857
28876
|
end
|
28858
28877
|
end
|
@@ -44197,6 +44216,13 @@ module Google
|
|
44197
44216
|
# @return [String]
|
44198
44217
|
attr_accessor :producer_forwarding_rule
|
44199
44218
|
|
44219
|
+
# The number of VPCs to which this endpoint is allowed to be propagated per
|
44220
|
+
# accept list resource (project or network). For ACCEPT_AUTOMATIC service
|
44221
|
+
# attachment, this limit is default to per project.
|
44222
|
+
# Corresponds to the JSON property `propagatedConnectionLimit`
|
44223
|
+
# @return [Fixnum]
|
44224
|
+
attr_accessor :propagated_connection_limit
|
44225
|
+
|
44200
44226
|
# [Output Only] An 128-bit global unique ID of the PSC service attachment.
|
44201
44227
|
# Corresponds to the JSON property `pscServiceAttachmentId`
|
44202
44228
|
# @return [Google::Apis::ComputeAlpha::Uint128]
|
@@ -44210,7 +44236,7 @@ module Google
|
|
44210
44236
|
# affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an
|
44211
44237
|
# ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the
|
44212
44238
|
# reject list. For newly created service attachment, this boolean defaults to
|
44213
|
-
#
|
44239
|
+
# false.
|
44214
44240
|
# Corresponds to the JSON property `reconcileConnections`
|
44215
44241
|
# @return [Boolean]
|
44216
44242
|
attr_accessor :reconcile_connections
|
@@ -44262,6 +44288,7 @@ module Google
|
|
44262
44288
|
@name = args[:name] if args.key?(:name)
|
44263
44289
|
@nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
|
44264
44290
|
@producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
|
44291
|
+
@propagated_connection_limit = args[:propagated_connection_limit] if args.key?(:propagated_connection_limit)
|
44265
44292
|
@psc_service_attachment_id = args[:psc_service_attachment_id] if args.key?(:psc_service_attachment_id)
|
44266
44293
|
@reconcile_connections = args[:reconcile_connections] if args.key?(:reconcile_connections)
|
44267
44294
|
@region = args[:region] if args.key?(:region)
|
@@ -47065,6 +47092,11 @@ module Google
|
|
47065
47092
|
class StoragePool
|
47066
47093
|
include Google::Apis::Core::Hashable
|
47067
47094
|
|
47095
|
+
# Provisioning type of the byte capacity of the pool.
|
47096
|
+
# Corresponds to the JSON property `capacityProvisioningType`
|
47097
|
+
# @return [String]
|
47098
|
+
attr_accessor :capacity_provisioning_type
|
47099
|
+
|
47068
47100
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
47069
47101
|
# Corresponds to the JSON property `creationTimestamp`
|
47070
47102
|
# @return [String]
|
@@ -47116,6 +47148,12 @@ module Google
|
|
47116
47148
|
# @return [String]
|
47117
47149
|
attr_accessor :name
|
47118
47150
|
|
47151
|
+
# Provisioning type of the performance-related parameters of the pool, such as
|
47152
|
+
# throughput and IOPS.
|
47153
|
+
# Corresponds to the JSON property `performanceProvisioningType`
|
47154
|
+
# @return [String]
|
47155
|
+
attr_accessor :performance_provisioning_type
|
47156
|
+
|
47119
47157
|
# Provsioned IOPS of the storage pool.
|
47120
47158
|
# Corresponds to the JSON property `provisionedIops`
|
47121
47159
|
# @return [Fixnum]
|
@@ -47177,6 +47215,7 @@ module Google
|
|
47177
47215
|
|
47178
47216
|
# Update properties of this object
|
47179
47217
|
def update!(**args)
|
47218
|
+
@capacity_provisioning_type = args[:capacity_provisioning_type] if args.key?(:capacity_provisioning_type)
|
47180
47219
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
47181
47220
|
@description = args[:description] if args.key?(:description)
|
47182
47221
|
@id = args[:id] if args.key?(:id)
|
@@ -47184,6 +47223,7 @@ module Google
|
|
47184
47223
|
@label_fingerprint = args[:label_fingerprint] if args.key?(:label_fingerprint)
|
47185
47224
|
@labels = args[:labels] if args.key?(:labels)
|
47186
47225
|
@name = args[:name] if args.key?(:name)
|
47226
|
+
@performance_provisioning_type = args[:performance_provisioning_type] if args.key?(:performance_provisioning_type)
|
47187
47227
|
@provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
|
47188
47228
|
@provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
|
47189
47229
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
@@ -53090,7 +53130,6 @@ module Google
|
|
53090
53130
|
attr_accessor :maintenance_status
|
53091
53131
|
|
53092
53132
|
# Represents a window of time using two timestamps: `earliest` and `latest`.
|
53093
|
-
# This timestamp values are in RFC3339 text format.
|
53094
53133
|
# Corresponds to the JSON property `startTimeWindow`
|
53095
53134
|
# @return [Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow]
|
53096
53135
|
attr_accessor :start_time_window
|
@@ -53137,7 +53176,6 @@ module Google
|
|
53137
53176
|
end
|
53138
53177
|
|
53139
53178
|
# Represents a window of time using two timestamps: `earliest` and `latest`.
|
53140
|
-
# This timestamp values are in RFC3339 text format.
|
53141
53179
|
class UpcomingMaintenanceTimeWindow
|
53142
53180
|
include Google::Apis::Core::Hashable
|
53143
53181
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.79.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 = "20230920"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -14308,6 +14308,7 @@ module Google
|
|
14308
14308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14309
14309
|
property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
|
14310
14310
|
property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
|
14311
|
+
property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
|
14311
14312
|
property :routing_mode, as: 'routingMode'
|
14312
14313
|
end
|
14313
14314
|
end
|
@@ -18257,6 +18258,7 @@ module Google
|
|
18257
18258
|
property :name, as: 'name'
|
18258
18259
|
collection :nat_subnets, as: 'natSubnets'
|
18259
18260
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
18261
|
+
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
18260
18262
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
18261
18263
|
|
18262
18264
|
property :reconcile_connections, as: 'reconcileConnections'
|
@@ -19008,6 +19010,7 @@ module Google
|
|
19008
19010
|
class StoragePool
|
19009
19011
|
# @private
|
19010
19012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19013
|
+
property :capacity_provisioning_type, as: 'capacityProvisioningType'
|
19011
19014
|
property :creation_timestamp, as: 'creationTimestamp'
|
19012
19015
|
property :description, as: 'description'
|
19013
19016
|
property :id, :numeric_string => true, as: 'id'
|
@@ -19015,6 +19018,7 @@ module Google
|
|
19015
19018
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
19016
19019
|
hash :labels, as: 'labels'
|
19017
19020
|
property :name, as: 'name'
|
19021
|
+
property :performance_provisioning_type, as: 'performanceProvisioningType'
|
19018
19022
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
19019
19023
|
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
19020
19024
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|