google-apis-compute_beta 0.78.0 → 0.80.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/compute_beta/classes.rb +418 -102
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +145 -0
- data/lib/google/apis/compute_beta/service.rb +4423 -4082
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeBeta
|
18
18
|
# Version of the google-apis-compute_beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.80.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 = "20230912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -172,6 +172,24 @@ module Google
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
+
class AllocationAggregateReservation
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class AllocationAggregateReservationReservedResourceInfo
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class AllocationAggregateReservationReservedResourceInfoAccelerator
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
175
193
|
class AllocationResourceStatus
|
176
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
195
|
|
@@ -478,6 +496,24 @@ module Google
|
|
478
496
|
include Google::Apis::Core::JsonObjectSupport
|
479
497
|
end
|
480
498
|
|
499
|
+
class BackendServiceListUsable
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
class Warning
|
503
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
504
|
+
|
505
|
+
class Datum
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
include Google::Apis::Core::JsonObjectSupport
|
512
|
+
end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
481
517
|
class BackendServiceLocalityLoadBalancingPolicyConfig
|
482
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
519
|
|
@@ -508,6 +544,12 @@ module Google
|
|
508
544
|
include Google::Apis::Core::JsonObjectSupport
|
509
545
|
end
|
510
546
|
|
547
|
+
class BackendServiceUsedBy
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
511
553
|
class BackendServicesScopedList
|
512
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
555
|
|
@@ -1792,6 +1834,18 @@ module Google
|
|
1792
1834
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1835
|
end
|
1794
1836
|
|
1837
|
+
class InstanceGroupManagerInstanceFlexibilityPolicy
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1839
|
+
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
1841
|
+
end
|
1842
|
+
|
1843
|
+
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
1844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1845
|
+
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
1847
|
+
end
|
1848
|
+
|
1795
1849
|
class InstanceGroupManagerInstanceLifecyclePolicy
|
1796
1850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1851
|
|
@@ -6818,6 +6872,34 @@ module Google
|
|
6818
6872
|
end
|
6819
6873
|
end
|
6820
6874
|
|
6875
|
+
class AllocationAggregateReservation
|
6876
|
+
# @private
|
6877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6878
|
+
collection :in_use_resources, as: 'inUseResources', class: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfo, decorator: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfo::Representation
|
6879
|
+
|
6880
|
+
collection :reserved_resources, as: 'reservedResources', class: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfo, decorator: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfo::Representation
|
6881
|
+
|
6882
|
+
property :vm_family, as: 'vmFamily'
|
6883
|
+
property :workload_type, as: 'workloadType'
|
6884
|
+
end
|
6885
|
+
end
|
6886
|
+
|
6887
|
+
class AllocationAggregateReservationReservedResourceInfo
|
6888
|
+
# @private
|
6889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6890
|
+
property :accelerator, as: 'accelerator', class: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfoAccelerator, decorator: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfoAccelerator::Representation
|
6891
|
+
|
6892
|
+
end
|
6893
|
+
end
|
6894
|
+
|
6895
|
+
class AllocationAggregateReservationReservedResourceInfoAccelerator
|
6896
|
+
# @private
|
6897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6898
|
+
property :accelerator_count, as: 'acceleratorCount'
|
6899
|
+
property :accelerator_type, as: 'acceleratorType'
|
6900
|
+
end
|
6901
|
+
end
|
6902
|
+
|
6821
6903
|
class AllocationResourceStatus
|
6822
6904
|
# @private
|
6823
6905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7328,6 +7410,8 @@ module Google
|
|
7328
7410
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
7329
7411
|
|
7330
7412
|
property :timeout_sec, as: 'timeoutSec'
|
7413
|
+
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeBeta::BackendServiceUsedBy, decorator: Google::Apis::ComputeBeta::BackendServiceUsedBy::Representation
|
7414
|
+
|
7331
7415
|
end
|
7332
7416
|
end
|
7333
7417
|
|
@@ -7471,6 +7555,38 @@ module Google
|
|
7471
7555
|
end
|
7472
7556
|
end
|
7473
7557
|
|
7558
|
+
class BackendServiceListUsable
|
7559
|
+
# @private
|
7560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7561
|
+
property :id, as: 'id'
|
7562
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::BackendService, decorator: Google::Apis::ComputeBeta::BackendService::Representation
|
7563
|
+
|
7564
|
+
property :kind, as: 'kind'
|
7565
|
+
property :next_page_token, as: 'nextPageToken'
|
7566
|
+
property :self_link, as: 'selfLink'
|
7567
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::BackendServiceListUsable::Warning, decorator: Google::Apis::ComputeBeta::BackendServiceListUsable::Warning::Representation
|
7568
|
+
|
7569
|
+
end
|
7570
|
+
|
7571
|
+
class Warning
|
7572
|
+
# @private
|
7573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7574
|
+
property :code, as: 'code'
|
7575
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::BackendServiceListUsable::Warning::Datum, decorator: Google::Apis::ComputeBeta::BackendServiceListUsable::Warning::Datum::Representation
|
7576
|
+
|
7577
|
+
property :message, as: 'message'
|
7578
|
+
end
|
7579
|
+
|
7580
|
+
class Datum
|
7581
|
+
# @private
|
7582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7583
|
+
property :key, as: 'key'
|
7584
|
+
property :value, as: 'value'
|
7585
|
+
end
|
7586
|
+
end
|
7587
|
+
end
|
7588
|
+
end
|
7589
|
+
|
7474
7590
|
class BackendServiceLocalityLoadBalancingPolicyConfig
|
7475
7591
|
# @private
|
7476
7592
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7513,6 +7629,13 @@ module Google
|
|
7513
7629
|
end
|
7514
7630
|
end
|
7515
7631
|
|
7632
|
+
class BackendServiceUsedBy
|
7633
|
+
# @private
|
7634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7635
|
+
property :reference, as: 'reference'
|
7636
|
+
end
|
7637
|
+
end
|
7638
|
+
|
7516
7639
|
class BackendServicesScopedList
|
7517
7640
|
# @private
|
7518
7641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10019,6 +10142,8 @@ module Google
|
|
10019
10142
|
property :failover_action, as: 'failoverAction'
|
10020
10143
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10021
10144
|
property :id, :numeric_string => true, as: 'id'
|
10145
|
+
property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicy::Representation
|
10146
|
+
|
10022
10147
|
property :instance_group, as: 'instanceGroup'
|
10023
10148
|
property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceLifecyclePolicy::Representation
|
10024
10149
|
|
@@ -10113,6 +10238,22 @@ module Google
|
|
10113
10238
|
end
|
10114
10239
|
end
|
10115
10240
|
|
10241
|
+
class InstanceGroupManagerInstanceFlexibilityPolicy
|
10242
|
+
# @private
|
10243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10244
|
+
hash :instance_selection_lists, as: 'instanceSelectionLists', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
|
10245
|
+
|
10246
|
+
end
|
10247
|
+
end
|
10248
|
+
|
10249
|
+
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
10250
|
+
# @private
|
10251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10252
|
+
collection :machine_types, as: 'machineTypes'
|
10253
|
+
property :rank, as: 'rank'
|
10254
|
+
end
|
10255
|
+
end
|
10256
|
+
|
10116
10257
|
class InstanceGroupManagerInstanceLifecyclePolicy
|
10117
10258
|
# @private
|
10118
10259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14671,6 +14812,8 @@ module Google
|
|
14671
14812
|
class Reservation
|
14672
14813
|
# @private
|
14673
14814
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14815
|
+
property :aggregate_reservation, as: 'aggregateReservation', class: Google::Apis::ComputeBeta::AllocationAggregateReservation, decorator: Google::Apis::ComputeBeta::AllocationAggregateReservation::Representation
|
14816
|
+
|
14674
14817
|
property :commitment, as: 'commitment'
|
14675
14818
|
property :creation_timestamp, as: 'creationTimestamp'
|
14676
14819
|
property :delete_after_duration, as: 'deleteAfterDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
@@ -14927,6 +15070,8 @@ module Google
|
|
14927
15070
|
property :availability_domain_count, as: 'availabilityDomainCount'
|
14928
15071
|
property :collocation, as: 'collocation'
|
14929
15072
|
property :max_distance, as: 'maxDistance'
|
15073
|
+
property :slice_count, as: 'sliceCount'
|
15074
|
+
property :tpu_topology, as: 'tpuTopology'
|
14930
15075
|
property :vm_count, as: 'vmCount'
|
14931
15076
|
end
|
14932
15077
|
end
|