google-apis-compute_alpha 0.123.0 → 0.124.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.
@@ -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.123.0"
19
+ GEM_VERSION = "0.124.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 = "20250916"
25
+ REVISION = "20250930"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,24 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AcceleratorTopologiesInfo
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfo
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
37
55
  class AcceleratorType
38
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
57
 
@@ -3832,6 +3850,12 @@ module Google
3832
3850
  include Google::Apis::Core::JsonObjectSupport
3833
3851
  end
3834
3852
 
3853
+ class InterconnectAttachmentParams
3854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3855
+
3856
+ include Google::Apis::Core::JsonObjectSupport
3857
+ end
3858
+
3835
3859
  class InterconnectAttachmentPartnerMetadata
3836
3860
  class Representation < Google::Apis::Core::JsonRepresentation; end
3837
3861
 
@@ -4102,6 +4126,12 @@ module Google
4102
4126
  include Google::Apis::Core::JsonObjectSupport
4103
4127
  end
4104
4128
 
4129
+ class InterconnectParams
4130
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4131
+
4132
+ include Google::Apis::Core::JsonObjectSupport
4133
+ end
4134
+
4105
4135
  class InterconnectRemoteLocation
4106
4136
  class Representation < Google::Apis::Core::JsonRepresentation; end
4107
4137
 
@@ -9754,6 +9784,31 @@ module Google
9754
9784
  end
9755
9785
  end
9756
9786
 
9787
+ class AcceleratorTopologiesInfo
9788
+ # @private
9789
+ class Representation < Google::Apis::Core::JsonRepresentation
9790
+ collection :accelerator_topology_infos, as: 'acceleratorTopologyInfos', class: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfoAcceleratorTopologyInfo, decorator: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfoAcceleratorTopologyInfo::Representation
9791
+
9792
+ end
9793
+ end
9794
+
9795
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfo
9796
+ # @private
9797
+ class Representation < Google::Apis::Core::JsonRepresentation
9798
+ property :accelerator_topology, as: 'acceleratorTopology'
9799
+ collection :info_per_topology_states, as: 'infoPerTopologyStates', class: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState, decorator: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState::Representation
9800
+
9801
+ end
9802
+ end
9803
+
9804
+ class AcceleratorTopologiesInfoAcceleratorTopologyInfoInfoPerTopologyState
9805
+ # @private
9806
+ class Representation < Google::Apis::Core::JsonRepresentation
9807
+ property :count, as: 'count'
9808
+ property :state, as: 'state'
9809
+ end
9810
+ end
9811
+
9757
9812
  class AcceleratorType
9758
9813
  # @private
9759
9814
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11379,6 +11434,7 @@ module Google
11379
11434
 
11380
11435
  property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties::Representation
11381
11436
 
11437
+ property :size, as: 'size'
11382
11438
  end
11383
11439
  end
11384
11440
 
@@ -11450,7 +11506,6 @@ module Google
11450
11506
  # @private
11451
11507
  class Representation < Google::Apis::Core::JsonRepresentation
11452
11508
  property :obtainability, as: 'obtainability'
11453
- property :spot_preemption, as: 'spotPreemption'
11454
11509
  property :uptime_score, as: 'uptimeScore'
11455
11510
  end
11456
11511
  end
@@ -11674,6 +11729,7 @@ module Google
11674
11729
  property :kind, as: 'kind'
11675
11730
  property :next_page_token, as: 'nextPageToken'
11676
11731
  property :self_link, as: 'selfLink'
11732
+ collection :unreachables, as: 'unreachables'
11677
11733
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning::Representation
11678
11734
 
11679
11735
  end
@@ -12811,8 +12867,10 @@ module Google
12811
12867
  property :allow_global_access, as: 'allowGlobalAccess'
12812
12868
  property :allow_psc_global_access, as: 'allowPscGlobalAccess'
12813
12869
  property :allow_psc_packet_injection, as: 'allowPscPacketInjection'
12870
+ property :availability_group, as: 'availabilityGroup'
12814
12871
  property :backend_service, as: 'backendService'
12815
12872
  property :base_forwarding_rule, as: 'baseForwardingRule'
12873
+ collection :child_forwarding_rules, as: 'childForwardingRules'
12816
12874
  property :creation_timestamp, as: 'creationTimestamp'
12817
12875
  property :description, as: 'description'
12818
12876
  property :external_managed_backend_bucket_migration_state, as: 'externalManagedBackendBucketMigrationState'
@@ -12832,6 +12890,7 @@ module Google
12832
12890
  property :network, as: 'network'
12833
12891
  property :network_tier, as: 'networkTier'
12834
12892
  property :no_automate_dns_zone, as: 'noAutomateDnsZone'
12893
+ property :parent_forwarding_rule, as: 'parentForwardingRule'
12835
12894
  property :port_range, as: 'portRange'
12836
12895
  collection :ports, as: 'ports'
12837
12896
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
@@ -14211,6 +14270,7 @@ module Google
14211
14270
  property :kind, as: 'kind'
14212
14271
  property :next_page_token, as: 'nextPageToken'
14213
14272
  property :self_link, as: 'selfLink'
14273
+ collection :unreachables, as: 'unreachables'
14214
14274
  property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning::Representation
14215
14275
 
14216
14276
  end
@@ -16533,6 +16593,8 @@ module Google
16533
16593
  property :name, as: 'name'
16534
16594
  property :noc_contact_email, as: 'nocContactEmail'
16535
16595
  property :operational_status, as: 'operationalStatus'
16596
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::InterconnectParams, decorator: Google::Apis::ComputeAlpha::InterconnectParams::Representation
16597
+
16536
16598
  property :peer_ip_address, as: 'peerIpAddress'
16537
16599
  property :provisioned_link_count, as: 'provisionedLinkCount'
16538
16600
  property :remote_location, as: 'remoteLocation'
@@ -16621,6 +16683,8 @@ module Google
16621
16683
  property :name, as: 'name'
16622
16684
  property :operational_status, as: 'operationalStatus'
16623
16685
  property :pairing_key, as: 'pairingKey'
16686
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::InterconnectAttachmentParams, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentParams::Representation
16687
+
16624
16688
  property :partner_asn, :numeric_string => true, as: 'partnerAsn'
16625
16689
  property :partner_metadata, as: 'partnerMetadata', class: Google::Apis::ComputeAlpha::InterconnectAttachmentPartnerMetadata, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentPartnerMetadata::Representation
16626
16690
 
@@ -16992,6 +17056,13 @@ module Google
16992
17056
  end
16993
17057
  end
16994
17058
 
17059
+ class InterconnectAttachmentParams
17060
+ # @private
17061
+ class Representation < Google::Apis::Core::JsonRepresentation
17062
+ hash :resource_manager_tags, as: 'resourceManagerTags'
17063
+ end
17064
+ end
17065
+
16995
17066
  class InterconnectAttachmentPartnerMetadata
16996
17067
  # @private
16997
17068
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17474,6 +17545,13 @@ module Google
17474
17545
  end
17475
17546
  end
17476
17547
 
17548
+ class InterconnectParams
17549
+ # @private
17550
+ class Representation < Google::Apis::Core::JsonRepresentation
17551
+ hash :resource_manager_tags, as: 'resourceManagerTags'
17552
+ end
17553
+ end
17554
+
17477
17555
  class InterconnectRemoteLocation
17478
17556
  # @private
17479
17557
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -22368,6 +22446,8 @@ module Google
22368
22446
  class ReservationSubBlock
22369
22447
  # @private
22370
22448
  class Representation < Google::Apis::Core::JsonRepresentation
22449
+ property :accelerator_topologies_info, as: 'acceleratorTopologiesInfo', class: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfo, decorator: Google::Apis::ComputeAlpha::AcceleratorTopologiesInfo::Representation
22450
+
22371
22451
  property :count, as: 'count'
22372
22452
  property :creation_timestamp, as: 'creationTimestamp'
22373
22453
  property :health_info, as: 'healthInfo', class: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockHealthInfo::Representation
@@ -22819,6 +22899,7 @@ module Google
22819
22899
  # @private
22820
22900
  class Representation < Google::Apis::Core::JsonRepresentation
22821
22901
  property :accelerator_topology, as: 'acceleratorTopology'
22902
+ property :accelerator_topology_mode, as: 'acceleratorTopologyMode'
22822
22903
  property :max_topology_distance, as: 'maxTopologyDistance'
22823
22904
  property :type, as: 'type'
22824
22905
  end