google-apis-compute_alpha 0.129.0 → 0.130.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: 19e25e81939d76e27bd67275e0c2ba6f201531eb0f270be392128659e194e391
|
|
4
|
+
data.tar.gz: c8bb099a45a69031ac2fd41d85782f79ede1a18a8ce4936516b8d7af74b16099
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4705e17fe6ee5b73196dc576ec45c0cd320dfebcf1443e5f707593a97158c6a2066ba9af1a2aa283f38b28504a815149455d360936d0b1989357895272d4f1b1
|
|
7
|
+
data.tar.gz: e3d00d6696017c16964e22413634bf222a0e84acb35a77e8ef7463f3b997f9183827300fecc553822682c0974f10524f463aefc5b966bc6f718caebf718e01de
|
data/CHANGELOG.md
CHANGED
|
@@ -5192,18 +5192,6 @@ module Google
|
|
|
5192
5192
|
# @return [Array<Google::Apis::ComputeAlpha::BackendServiceUsedBy>]
|
|
5193
5193
|
attr_accessor :used_by
|
|
5194
5194
|
|
|
5195
|
-
# The network scope of the backends that can be added to the backend
|
|
5196
|
-
# service. This field can be either GLOBAL_VPC_NETWORK orREGIONAL_VPC_NETWORK.
|
|
5197
|
-
# A backend service with the VPC scope set to GLOBAL_VPC_NETWORK
|
|
5198
|
-
# is only allowed to have backends in global VPC networks.
|
|
5199
|
-
# When the VPC scope is set to REGIONAL_VPC_NETWORK the backend
|
|
5200
|
-
# service is only allowed to have backends in regional networks in the same
|
|
5201
|
-
# scope as the backend service.
|
|
5202
|
-
# Note: if not specified then GLOBAL_VPC_NETWORK will be used.
|
|
5203
|
-
# Corresponds to the JSON property `vpcNetworkScope`
|
|
5204
|
-
# @return [String]
|
|
5205
|
-
attr_accessor :vpc_network_scope
|
|
5206
|
-
|
|
5207
5195
|
def initialize(**args)
|
|
5208
5196
|
update!(**args)
|
|
5209
5197
|
end
|
|
@@ -5264,7 +5252,6 @@ module Google
|
|
|
5264
5252
|
@timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
|
|
5265
5253
|
@tls_settings = args[:tls_settings] if args.key?(:tls_settings)
|
|
5266
5254
|
@used_by = args[:used_by] if args.key?(:used_by)
|
|
5267
|
-
@vpc_network_scope = args[:vpc_network_scope] if args.key?(:vpc_network_scope)
|
|
5268
5255
|
end
|
|
5269
5256
|
end
|
|
5270
5257
|
|
|
@@ -31978,6 +31965,7 @@ module Google
|
|
|
31978
31965
|
# - BPS_20G: 20 Gbit/s
|
|
31979
31966
|
# - BPS_50G: 50 Gbit/s
|
|
31980
31967
|
# - BPS_100G: 100 Gbit/s
|
|
31968
|
+
# - BPS_400G: 400 Gbit/s
|
|
31981
31969
|
# Corresponds to the JSON property `bandwidth`
|
|
31982
31970
|
# @return [String]
|
|
31983
31971
|
attr_accessor :bandwidth
|
|
@@ -33113,6 +33101,7 @@ module Google
|
|
|
33113
33101
|
# - BPS_20G: 20 Gbit/s
|
|
33114
33102
|
# - BPS_50G: 50 Gbit/s
|
|
33115
33103
|
# - BPS_100G: 100 Gbit/s
|
|
33104
|
+
# - BPS_400G: 400 Gbit/s
|
|
33116
33105
|
# Corresponds to the JSON property `bandwidth`
|
|
33117
33106
|
# @return [String]
|
|
33118
33107
|
attr_accessor :bandwidth
|
|
@@ -56544,44 +56533,42 @@ module Google
|
|
|
56544
56533
|
class ReservationSlot
|
|
56545
56534
|
include Google::Apis::Core::Hashable
|
|
56546
56535
|
|
|
56547
|
-
# Output only. [Output Only]
|
|
56536
|
+
# Output only. [Output Only] The creation timestamp, formatted asRFC3339 text.
|
|
56548
56537
|
# Corresponds to the JSON property `creationTimestamp`
|
|
56549
56538
|
# @return [String]
|
|
56550
56539
|
attr_accessor :creation_timestamp
|
|
56551
56540
|
|
|
56552
|
-
#
|
|
56553
|
-
# Corresponds to the JSON property `description`
|
|
56554
|
-
# @return [String]
|
|
56555
|
-
attr_accessor :description
|
|
56556
|
-
|
|
56557
|
-
# Output only. [Output Only] The unique identifier for the resource. This
|
|
56541
|
+
# Output only. [Output Only] The unique identifier for this resource. This
|
|
56558
56542
|
# identifier is
|
|
56559
56543
|
# defined by the server.
|
|
56560
56544
|
# Corresponds to the JSON property `id`
|
|
56561
56545
|
# @return [Fixnum]
|
|
56562
56546
|
attr_accessor :id
|
|
56563
56547
|
|
|
56564
|
-
# Output only. [Output Only]
|
|
56548
|
+
# Output only. [Output Only] The type of resource. Alwayscompute#reservationSlot
|
|
56565
56549
|
# for reservation slots.
|
|
56566
56550
|
# Corresponds to the JSON property `kind`
|
|
56567
56551
|
# @return [String]
|
|
56568
56552
|
attr_accessor :kind
|
|
56569
56553
|
|
|
56570
|
-
# Output only. [Output Only] The name of
|
|
56571
|
-
# Compute Engine. The name must be 1-63 characters long, and comply with
|
|
56572
|
-
# RFC1035 @pattern [a-z](?:[-a-z0-9]`0,61`[a-z0-9])?
|
|
56554
|
+
# Output only. [Output Only] The name of the reservation slot.
|
|
56573
56555
|
# Corresponds to the JSON property `name`
|
|
56574
56556
|
# @return [String]
|
|
56575
56557
|
attr_accessor :name
|
|
56576
56558
|
|
|
56577
|
-
# Output only. [Output Only]
|
|
56559
|
+
# Output only. [Output Only] The physical topology of the reservation slot.
|
|
56560
|
+
# Corresponds to the JSON property `physicalTopology`
|
|
56561
|
+
# @return [Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology]
|
|
56562
|
+
attr_accessor :physical_topology
|
|
56563
|
+
|
|
56564
|
+
# Output only. [Output Only] A server-defined fully-qualified URL for this
|
|
56578
56565
|
# resource.
|
|
56579
56566
|
# Corresponds to the JSON property `selfLink`
|
|
56580
56567
|
# @return [String]
|
|
56581
56568
|
attr_accessor :self_link
|
|
56582
56569
|
|
|
56583
|
-
# Output only. [Output Only]
|
|
56584
|
-
# resource
|
|
56570
|
+
# Output only. [Output Only] A server-defined URL for this resource with the
|
|
56571
|
+
# resource ID.
|
|
56585
56572
|
# Corresponds to the JSON property `selfLinkWithId`
|
|
56586
56573
|
# @return [String]
|
|
56587
56574
|
attr_accessor :self_link_with_id
|
|
@@ -56591,7 +56578,7 @@ module Google
|
|
|
56591
56578
|
# @return [Google::Apis::ComputeAlpha::ShareSettings]
|
|
56592
56579
|
attr_accessor :share_settings
|
|
56593
56580
|
|
|
56594
|
-
# Output only. [Output Only]
|
|
56581
|
+
# Output only. [Output Only] The state of the reservation slot.
|
|
56595
56582
|
# Corresponds to the JSON property `state`
|
|
56596
56583
|
# @return [String]
|
|
56597
56584
|
attr_accessor :state
|
|
@@ -56601,7 +56588,7 @@ module Google
|
|
|
56601
56588
|
# @return [Google::Apis::ComputeAlpha::ReservationSlotStatus]
|
|
56602
56589
|
attr_accessor :status
|
|
56603
56590
|
|
|
56604
|
-
# Output only. [Output Only]
|
|
56591
|
+
# Output only. [Output Only] The zone in which the reservation slot resides.
|
|
56605
56592
|
# Corresponds to the JSON property `zone`
|
|
56606
56593
|
# @return [String]
|
|
56607
56594
|
attr_accessor :zone
|
|
@@ -56613,10 +56600,10 @@ module Google
|
|
|
56613
56600
|
# Update properties of this object
|
|
56614
56601
|
def update!(**args)
|
|
56615
56602
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
|
56616
|
-
@description = args[:description] if args.key?(:description)
|
|
56617
56603
|
@id = args[:id] if args.key?(:id)
|
|
56618
56604
|
@kind = args[:kind] if args.key?(:kind)
|
|
56619
56605
|
@name = args[:name] if args.key?(:name)
|
|
56606
|
+
@physical_topology = args[:physical_topology] if args.key?(:physical_topology)
|
|
56620
56607
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
56621
56608
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
56622
56609
|
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
|
@@ -56630,22 +56617,23 @@ module Google
|
|
|
56630
56617
|
class ReservationSlotPhysicalTopology
|
|
56631
56618
|
include Google::Apis::Core::Hashable
|
|
56632
56619
|
|
|
56633
|
-
# The
|
|
56620
|
+
# The unique identifier of the capacity block within the cluster.
|
|
56634
56621
|
# Corresponds to the JSON property `block`
|
|
56635
56622
|
# @return [String]
|
|
56636
56623
|
attr_accessor :block
|
|
56637
56624
|
|
|
56638
|
-
# The cluster name of the reservation
|
|
56625
|
+
# The cluster name of the reservation sub-block.
|
|
56639
56626
|
# Corresponds to the JSON property `cluster`
|
|
56640
56627
|
# @return [String]
|
|
56641
56628
|
attr_accessor :cluster
|
|
56642
56629
|
|
|
56643
|
-
# The
|
|
56630
|
+
# The unique identifier of the capacity host within the capacity sub-block.
|
|
56644
56631
|
# Corresponds to the JSON property `host`
|
|
56645
56632
|
# @return [String]
|
|
56646
56633
|
attr_accessor :host
|
|
56647
56634
|
|
|
56648
|
-
# The
|
|
56635
|
+
# The unique identifier of the capacity sub-block within the capacity
|
|
56636
|
+
# block.
|
|
56649
56637
|
# Corresponds to the JSON property `subBlock`
|
|
56650
56638
|
# @return [String]
|
|
56651
56639
|
attr_accessor :sub_block
|
|
@@ -56667,7 +56655,7 @@ module Google
|
|
|
56667
56655
|
class ReservationSlotStatus
|
|
56668
56656
|
include Google::Apis::Core::Hashable
|
|
56669
56657
|
|
|
56670
|
-
# Output only. [Output Only] The physical topology of the reservation
|
|
56658
|
+
# Output only. [Output Only] The physical topology of the reservation sub-block.
|
|
56671
56659
|
# Corresponds to the JSON property `physicalTopology`
|
|
56672
56660
|
# @return [Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology]
|
|
56673
56661
|
attr_accessor :physical_topology
|
|
@@ -56713,11 +56701,11 @@ module Google
|
|
|
56713
56701
|
end
|
|
56714
56702
|
end
|
|
56715
56703
|
|
|
56716
|
-
# A list of reservation slots
|
|
56704
|
+
# A list of reservation slots within a single reservation.
|
|
56717
56705
|
class ReservationSlotsListResponse
|
|
56718
56706
|
include Google::Apis::Core::Hashable
|
|
56719
56707
|
|
|
56720
|
-
#
|
|
56708
|
+
# The unique identifier for the resource; defined by the server.
|
|
56721
56709
|
# Corresponds to the JSON property `id`
|
|
56722
56710
|
# @return [String]
|
|
56723
56711
|
attr_accessor :id
|
|
@@ -56727,7 +56715,7 @@ module Google
|
|
|
56727
56715
|
# @return [Array<Google::Apis::ComputeAlpha::ReservationSlot>]
|
|
56728
56716
|
attr_accessor :items
|
|
56729
56717
|
|
|
56730
|
-
#
|
|
56718
|
+
# The type of resource. Alwayscompute#reservationSlot for a list of reservation
|
|
56731
56719
|
# slots.
|
|
56732
56720
|
# Corresponds to the JSON property `kind`
|
|
56733
56721
|
# @return [String]
|
|
@@ -56743,12 +56731,12 @@ module Google
|
|
|
56743
56731
|
# @return [String]
|
|
56744
56732
|
attr_accessor :next_page_token
|
|
56745
56733
|
|
|
56746
|
-
#
|
|
56734
|
+
# The server-defined URL for this resource.
|
|
56747
56735
|
# Corresponds to the JSON property `selfLink`
|
|
56748
56736
|
# @return [String]
|
|
56749
56737
|
attr_accessor :self_link
|
|
56750
56738
|
|
|
56751
|
-
#
|
|
56739
|
+
# An informational warning message.
|
|
56752
56740
|
# Corresponds to the JSON property `warning`
|
|
56753
56741
|
# @return [Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning]
|
|
56754
56742
|
attr_accessor :warning
|
|
@@ -56767,7 +56755,7 @@ module Google
|
|
|
56767
56755
|
@warning = args[:warning] if args.key?(:warning)
|
|
56768
56756
|
end
|
|
56769
56757
|
|
|
56770
|
-
#
|
|
56758
|
+
# An informational warning message.
|
|
56771
56759
|
class Warning
|
|
56772
56760
|
include Google::Apis::Core::Hashable
|
|
56773
56761
|
|
|
@@ -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.130.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -11158,7 +11158,6 @@ module Google
|
|
|
11158
11158
|
|
|
11159
11159
|
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
|
|
11160
11160
|
|
|
11161
|
-
property :vpc_network_scope, as: 'vpcNetworkScope'
|
|
11162
11161
|
end
|
|
11163
11162
|
end
|
|
11164
11163
|
|
|
@@ -23092,10 +23091,11 @@ module Google
|
|
|
23092
23091
|
# @private
|
|
23093
23092
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23094
23093
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
23095
|
-
property :description, as: 'description'
|
|
23096
23094
|
property :id, :numeric_string => true, as: 'id'
|
|
23097
23095
|
property :kind, as: 'kind'
|
|
23098
23096
|
property :name, as: 'name'
|
|
23097
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology::Representation
|
|
23098
|
+
|
|
23099
23099
|
property :self_link, as: 'selfLink'
|
|
23100
23100
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
23101
23101
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
|
@@ -53233,16 +53233,16 @@ module Google
|
|
|
53233
53233
|
|
|
53234
53234
|
# Retrieves information about the specified reservation slot.
|
|
53235
53235
|
# @param [String] project
|
|
53236
|
-
#
|
|
53236
|
+
# The project ID for this request.
|
|
53237
53237
|
# @param [String] zone
|
|
53238
|
-
#
|
|
53238
|
+
# The name of the zone for this request, formatted as RFC1035.
|
|
53239
53239
|
# @param [String] parent_name
|
|
53240
|
-
# The name of the parent reservation and parent block
|
|
53240
|
+
# The name of the parent reservation and parent block, formatted as
|
|
53241
53241
|
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`/
|
|
53242
53242
|
# reservationSubBlocks/`reservation_sub_block_name`
|
|
53243
53243
|
# @param [String] reservation_slot
|
|
53244
|
-
# The name of the reservation slot
|
|
53245
|
-
#
|
|
53244
|
+
# The name of the reservation slot, formatted as RFC1035 or a resource ID
|
|
53245
|
+
# number.
|
|
53246
53246
|
# @param [String] fields
|
|
53247
53247
|
# Selector specifying which fields to include in a partial response.
|
|
53248
53248
|
# @param [String] quota_user
|
|
@@ -53278,11 +53278,11 @@ module Google
|
|
|
53278
53278
|
|
|
53279
53279
|
# Retrieves a list of reservation slots under a single reservation.
|
|
53280
53280
|
# @param [String] project
|
|
53281
|
-
#
|
|
53281
|
+
# The project ID for this request.
|
|
53282
53282
|
# @param [String] zone
|
|
53283
|
-
#
|
|
53283
|
+
# The name of the zone for this request, formatted as RFC1035.
|
|
53284
53284
|
# @param [String] parent_name
|
|
53285
|
-
# The name of the parent reservation and parent block
|
|
53285
|
+
# The name of the parent reservation and parent block, formatted as
|
|
53286
53286
|
# reservations/`reservation_name`/reservationBlocks/`reservation_block_name`/
|
|
53287
53287
|
# reservationSubBlocks/`reservation_sub_block_name`
|
|
53288
53288
|
# @param [String] filter
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-compute_alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.130.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.130.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|