google-apis-compute_alpha 0.126.0 → 0.128.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.126.0"
19
+ GEM_VERSION = "0.128.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 = "20251031"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -868,6 +868,24 @@ module Google
868
868
  include Google::Apis::Core::JsonObjectSupport
869
869
  end
870
870
 
871
+ class CachePolicy
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class CachePolicyCacheKeyPolicy
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class CachePolicyNegativeCachingPolicy
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
871
889
  class CalendarModeAdviceRequest
872
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
891
 
@@ -4300,6 +4318,12 @@ module Google
4300
4318
  include Google::Apis::Core::JsonObjectSupport
4301
4319
  end
4302
4320
 
4321
+ class LicenseParams
4322
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4323
+
4324
+ include Google::Apis::Core::JsonObjectSupport
4325
+ end
4326
+
4303
4327
  class LicenseResourceCommitment
4304
4328
  class Representation < Google::Apis::Core::JsonRepresentation; end
4305
4329
 
@@ -4396,6 +4420,12 @@ module Google
4396
4420
  include Google::Apis::Core::JsonObjectSupport
4397
4421
  end
4398
4422
 
4423
+ class LocationPolicyZoneConfiguration
4424
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4425
+
4426
+ include Google::Apis::Core::JsonObjectSupport
4427
+ end
4428
+
4399
4429
  class MachineImage
4400
4430
  class Representation < Google::Apis::Core::JsonRepresentation; end
4401
4431
 
@@ -6442,6 +6472,12 @@ module Google
6442
6472
  include Google::Apis::Core::JsonObjectSupport
6443
6473
  end
6444
6474
 
6475
+ class RegionInstanceGroupManagersAdoptInstancesRequest
6476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6477
+
6478
+ include Google::Apis::Core::JsonObjectSupport
6479
+ end
6480
+
6445
6481
  class RegionInstanceGroupManagersApplyUpdatesRequest
6446
6482
  class Representation < Google::Apis::Core::JsonRepresentation; end
6447
6483
 
@@ -6796,6 +6832,48 @@ module Google
6796
6832
  include Google::Apis::Core::JsonObjectSupport
6797
6833
  end
6798
6834
 
6835
+ class ReservationSlot
6836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6837
+
6838
+ include Google::Apis::Core::JsonObjectSupport
6839
+ end
6840
+
6841
+ class ReservationSlotPhysicalTopology
6842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6843
+
6844
+ include Google::Apis::Core::JsonObjectSupport
6845
+ end
6846
+
6847
+ class ReservationSlotStatus
6848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6849
+
6850
+ include Google::Apis::Core::JsonObjectSupport
6851
+ end
6852
+
6853
+ class ReservationSlotsGetResponse
6854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6855
+
6856
+ include Google::Apis::Core::JsonObjectSupport
6857
+ end
6858
+
6859
+ class ReservationSlotsListResponse
6860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6861
+
6862
+ class Warning
6863
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6864
+
6865
+ class Datum
6866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6867
+
6868
+ include Google::Apis::Core::JsonObjectSupport
6869
+ end
6870
+
6871
+ include Google::Apis::Core::JsonObjectSupport
6872
+ end
6873
+
6874
+ include Google::Apis::Core::JsonObjectSupport
6875
+ end
6876
+
6799
6877
  class ReservationSubBlock
6800
6878
  class Representation < Google::Apis::Core::JsonRepresentation; end
6801
6879
 
@@ -8518,6 +8596,12 @@ module Google
8518
8596
  include Google::Apis::Core::JsonObjectSupport
8519
8597
  end
8520
8598
 
8599
+ class StoragePoolParams
8600
+ class Representation < Google::Apis::Core::JsonRepresentation; end
8601
+
8602
+ include Google::Apis::Core::JsonObjectSupport
8603
+ end
8604
+
8521
8605
  class StoragePoolResourceStatus
8522
8606
  class Representation < Google::Apis::Core::JsonRepresentation; end
8523
8607
 
@@ -10695,6 +10779,7 @@ module Google
10695
10779
  property :max_rate_per_instance, as: 'maxRatePerInstance'
10696
10780
  property :max_utilization, as: 'maxUtilization'
10697
10781
  property :preference, as: 'preference'
10782
+ property :service, as: 'service'
10698
10783
  property :traffic_duration, as: 'trafficDuration'
10699
10784
  end
10700
10785
  end
@@ -11560,6 +11645,50 @@ module Google
11560
11645
  end
11561
11646
  end
11562
11647
 
11648
+ class CachePolicy
11649
+ # @private
11650
+ class Representation < Google::Apis::Core::JsonRepresentation
11651
+ collection :cache_bypass_request_header_names, as: 'cacheBypassRequestHeaderNames'
11652
+ property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeAlpha::CachePolicyCacheKeyPolicy, decorator: Google::Apis::ComputeAlpha::CachePolicyCacheKeyPolicy::Representation
11653
+
11654
+ property :cache_mode, as: 'cacheMode'
11655
+ property :client_ttl, as: 'clientTtl', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
11656
+
11657
+ property :default_ttl, as: 'defaultTtl', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
11658
+
11659
+ property :max_ttl, as: 'maxTtl', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
11660
+
11661
+ property :negative_caching, as: 'negativeCaching'
11662
+ collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeAlpha::CachePolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeAlpha::CachePolicyNegativeCachingPolicy::Representation
11663
+
11664
+ property :request_coalescing, as: 'requestCoalescing'
11665
+ property :serve_while_stale, as: 'serveWhileStale', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
11666
+
11667
+ end
11668
+ end
11669
+
11670
+ class CachePolicyCacheKeyPolicy
11671
+ # @private
11672
+ class Representation < Google::Apis::Core::JsonRepresentation
11673
+ collection :excluded_query_parameters, as: 'excludedQueryParameters'
11674
+ property :include_host, as: 'includeHost'
11675
+ property :include_protocol, as: 'includeProtocol'
11676
+ property :include_query_string, as: 'includeQueryString'
11677
+ collection :included_cookie_names, as: 'includedCookieNames'
11678
+ collection :included_header_names, as: 'includedHeaderNames'
11679
+ collection :included_query_parameters, as: 'includedQueryParameters'
11680
+ end
11681
+ end
11682
+
11683
+ class CachePolicyNegativeCachingPolicy
11684
+ # @private
11685
+ class Representation < Google::Apis::Core::JsonRepresentation
11686
+ property :code, as: 'code'
11687
+ property :ttl, as: 'ttl', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
11688
+
11689
+ end
11690
+ end
11691
+
11563
11692
  class CalendarModeAdviceRequest
11564
11693
  # @private
11565
11694
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11673,6 +11802,7 @@ module Google
11673
11802
  class CapacityAdviceResponseRecommendationScores
11674
11803
  # @private
11675
11804
  class Representation < Google::Apis::Core::JsonRepresentation
11805
+ property :estimated_uptime, as: 'estimatedUptime'
11676
11806
  property :obtainability, as: 'obtainability'
11677
11807
  property :uptime_score, as: 'uptimeScore'
11678
11808
  end
@@ -13032,6 +13162,7 @@ module Google
13032
13162
  # @private
13033
13163
  class Representation < Google::Apis::Core::JsonRepresentation
13034
13164
  property :ip_address, as: 'IPAddress'
13165
+ collection :ip_addresses, as: 'IPAddresses'
13035
13166
  property :ip_protocol, as: 'IPProtocol'
13036
13167
  property :all_ports, as: 'allPorts'
13037
13168
  property :allow_global_access, as: 'allowGlobalAccess'
@@ -13813,6 +13944,7 @@ module Google
13813
13944
  collection :backend_services, as: 'backendServices'
13814
13945
  property :creation_timestamp, as: 'creationTimestamp'
13815
13946
  property :description, as: 'description'
13947
+ property :failover_capacity, as: 'failoverCapacity'
13816
13948
  property :failover_initiation, as: 'failoverInitiation'
13817
13949
  property :id, :numeric_string => true, as: 'id'
13818
13950
  property :instance_name, as: 'instanceName'
@@ -14804,6 +14936,8 @@ module Google
14804
14936
  class HttpRouteAction
14805
14937
  # @private
14806
14938
  class Representation < Google::Apis::Core::JsonRepresentation
14939
+ property :cache_policy, as: 'cachePolicy', class: Google::Apis::ComputeAlpha::CachePolicy, decorator: Google::Apis::ComputeAlpha::CachePolicy::Representation
14940
+
14807
14941
  property :cors_policy, as: 'corsPolicy', class: Google::Apis::ComputeAlpha::CorsPolicy, decorator: Google::Apis::ComputeAlpha::CorsPolicy::Representation
14808
14942
 
14809
14943
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeAlpha::HttpFaultInjection, decorator: Google::Apis::ComputeAlpha::HttpFaultInjection::Representation
@@ -15349,6 +15483,7 @@ module Google
15349
15483
  # @private
15350
15484
  class Representation < Google::Apis::Core::JsonRepresentation
15351
15485
  property :abandoning, as: 'abandoning'
15486
+ property :adopting, as: 'adopting'
15352
15487
  property :creating, as: 'creating'
15353
15488
  property :creating_atomically, as: 'creatingAtomically'
15354
15489
  property :creating_without_retries, as: 'creatingWithoutRetries'
@@ -18019,6 +18154,8 @@ module Google
18019
18154
  property :multi_tenant_only, as: 'multiTenantOnly'
18020
18155
  property :name, as: 'name'
18021
18156
  property :os_license, as: 'osLicense'
18157
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::LicenseParams, decorator: Google::Apis::ComputeAlpha::LicenseParams::Representation
18158
+
18022
18159
  property :removable_from_disk, as: 'removableFromDisk'
18023
18160
  collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
18024
18161
  property :resource_requirements, as: 'resourceRequirements', class: Google::Apis::ComputeAlpha::LicenseResourceRequirements, decorator: Google::Apis::ComputeAlpha::LicenseResourceRequirements::Representation
@@ -18066,6 +18203,13 @@ module Google
18066
18203
  end
18067
18204
  end
18068
18205
 
18206
+ class LicenseParams
18207
+ # @private
18208
+ class Representation < Google::Apis::Core::JsonRepresentation
18209
+ hash :resource_manager_tags, as: 'resourceManagerTags'
18210
+ end
18211
+ end
18212
+
18069
18213
  class LicenseResourceCommitment
18070
18214
  # @private
18071
18215
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18205,6 +18349,8 @@ module Google
18205
18349
  hash :locations, as: 'locations', class: Google::Apis::ComputeAlpha::LocationPolicyLocation, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocation::Representation
18206
18350
 
18207
18351
  property :target_shape, as: 'targetShape'
18352
+ collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::LocationPolicyZoneConfiguration, decorator: Google::Apis::ComputeAlpha::LocationPolicyZoneConfiguration::Representation
18353
+
18208
18354
  end
18209
18355
  end
18210
18356
 
@@ -18225,6 +18371,13 @@ module Google
18225
18371
  end
18226
18372
  end
18227
18373
 
18374
+ class LocationPolicyZoneConfiguration
18375
+ # @private
18376
+ class Representation < Google::Apis::Core::JsonRepresentation
18377
+ property :zone, as: 'zone'
18378
+ end
18379
+ end
18380
+
18228
18381
  class MachineImage
18229
18382
  # @private
18230
18383
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18930,6 +19083,7 @@ module Google
18930
19083
  property :ipv6_address, as: 'ipv6Address'
18931
19084
  property :project_id_or_num, as: 'projectIdOrNum'
18932
19085
  collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
19086
+ property :service_class_id, as: 'serviceClassId'
18933
19087
  property :status, as: 'status'
18934
19088
  property :subnetwork, as: 'subnetwork'
18935
19089
  property :subnetwork_cidr_range, as: 'subnetworkCidrRange'
@@ -19394,6 +19548,7 @@ module Google
19394
19548
  property :ipv6_access_type, as: 'ipv6AccessType'
19395
19549
  property :ipv6_address, as: 'ipv6Address'
19396
19550
  property :kind, as: 'kind'
19551
+ property :mac_address, as: 'macAddress'
19397
19552
  property :name, as: 'name'
19398
19553
  property :network, as: 'network'
19399
19554
  property :network_attachment, as: 'networkAttachment'
@@ -19401,6 +19556,7 @@ module Google
19401
19556
  property :nic_type, as: 'nicType'
19402
19557
  property :parent_nic_name, as: 'parentNicName'
19403
19558
  property :queue_count, as: 'queueCount'
19559
+ property :service_class_id, as: 'serviceClassId'
19404
19560
  property :stack_type, as: 'stackType'
19405
19561
  collection :subinterfaces, as: 'subinterfaces', class: Google::Apis::ComputeAlpha::NetworkInterfaceSubInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterfaceSubInterface::Representation
19406
19562
 
@@ -22101,6 +22257,14 @@ module Google
22101
22257
  end
22102
22258
  end
22103
22259
 
22260
+ class RegionInstanceGroupManagersAdoptInstancesRequest
22261
+ # @private
22262
+ class Representation < Google::Apis::Core::JsonRepresentation
22263
+ collection :instances, as: 'instances', class: Google::Apis::ComputeAlpha::PerInstanceConfig, decorator: Google::Apis::ComputeAlpha::PerInstanceConfig::Representation
22264
+
22265
+ end
22266
+ end
22267
+
22104
22268
  class RegionInstanceGroupManagersApplyUpdatesRequest
22105
22269
  # @private
22106
22270
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -22703,6 +22867,83 @@ module Google
22703
22867
  end
22704
22868
  end
22705
22869
 
22870
+ class ReservationSlot
22871
+ # @private
22872
+ class Representation < Google::Apis::Core::JsonRepresentation
22873
+ property :creation_timestamp, as: 'creationTimestamp'
22874
+ property :description, as: 'description'
22875
+ property :id, :numeric_string => true, as: 'id'
22876
+ property :kind, as: 'kind'
22877
+ property :name, as: 'name'
22878
+ property :self_link, as: 'selfLink'
22879
+ property :self_link_with_id, as: 'selfLinkWithId'
22880
+ property :state, as: 'state'
22881
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::ReservationSlotStatus, decorator: Google::Apis::ComputeAlpha::ReservationSlotStatus::Representation
22882
+
22883
+ property :zone, as: 'zone'
22884
+ end
22885
+ end
22886
+
22887
+ class ReservationSlotPhysicalTopology
22888
+ # @private
22889
+ class Representation < Google::Apis::Core::JsonRepresentation
22890
+ property :block, as: 'block'
22891
+ property :cluster, as: 'cluster'
22892
+ property :host, as: 'host'
22893
+ property :sub_block, as: 'subBlock'
22894
+ end
22895
+ end
22896
+
22897
+ class ReservationSlotStatus
22898
+ # @private
22899
+ class Representation < Google::Apis::Core::JsonRepresentation
22900
+ property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology::Representation
22901
+
22902
+ collection :rdma_ip_addresses, as: 'rdmaIpAddresses'
22903
+ collection :running_instances, as: 'runningInstances'
22904
+ end
22905
+ end
22906
+
22907
+ class ReservationSlotsGetResponse
22908
+ # @private
22909
+ class Representation < Google::Apis::Core::JsonRepresentation
22910
+ property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::ReservationSlot, decorator: Google::Apis::ComputeAlpha::ReservationSlot::Representation
22911
+
22912
+ end
22913
+ end
22914
+
22915
+ class ReservationSlotsListResponse
22916
+ # @private
22917
+ class Representation < Google::Apis::Core::JsonRepresentation
22918
+ property :id, as: 'id'
22919
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::ReservationSlot, decorator: Google::Apis::ComputeAlpha::ReservationSlot::Representation
22920
+
22921
+ property :kind, as: 'kind'
22922
+ property :next_page_token, as: 'nextPageToken'
22923
+ property :self_link, as: 'selfLink'
22924
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Representation
22925
+
22926
+ end
22927
+
22928
+ class Warning
22929
+ # @private
22930
+ class Representation < Google::Apis::Core::JsonRepresentation
22931
+ property :code, as: 'code'
22932
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Datum::Representation
22933
+
22934
+ property :message, as: 'message'
22935
+ end
22936
+
22937
+ class Datum
22938
+ # @private
22939
+ class Representation < Google::Apis::Core::JsonRepresentation
22940
+ property :key, as: 'key'
22941
+ property :value, as: 'value'
22942
+ end
22943
+ end
22944
+ end
22945
+ end
22946
+
22706
22947
  class ReservationSubBlock
22707
22948
  # @private
22708
22949
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -24733,6 +24974,8 @@ module Google
24733
24974
  class SecurityPolicyRulePreconfiguredWafConfigExclusion
24734
24975
  # @private
24735
24976
  class Representation < Google::Apis::Core::JsonRepresentation
24977
+ collection :request_bodies_to_exclude, as: 'requestBodiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
24978
+
24736
24979
  collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
24737
24980
 
24738
24981
  collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
@@ -25802,6 +26045,8 @@ module Google
25802
26045
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
25803
26046
  hash :labels, as: 'labels'
25804
26047
  property :name, as: 'name'
26048
+ property :params, as: 'params', class: Google::Apis::ComputeAlpha::StoragePoolParams, decorator: Google::Apis::ComputeAlpha::StoragePoolParams::Representation
26049
+
25805
26050
  property :performance_provisioning_type, as: 'performanceProvisioningType'
25806
26051
  property :pool_provisioned_capacity_gb, :numeric_string => true, as: 'poolProvisionedCapacityGb'
25807
26052
  property :pool_provisioned_iops, :numeric_string => true, as: 'poolProvisionedIops'
@@ -25949,6 +26194,13 @@ module Google
25949
26194
  end
25950
26195
  end
25951
26196
 
26197
+ class StoragePoolParams
26198
+ # @private
26199
+ class Representation < Google::Apis::Core::JsonRepresentation
26200
+ hash :resource_manager_tags, as: 'resourceManagerTags'
26201
+ end
26202
+ end
26203
+
25952
26204
  class StoragePoolResourceStatus
25953
26205
  # @private
25954
26206
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -27100,6 +27352,7 @@ module Google
27100
27352
  property :description, as: 'description'
27101
27353
  property :id, :numeric_string => true, as: 'id'
27102
27354
  property :kind, as: 'kind'
27355
+ property :load_balancing_scheme, as: 'loadBalancingScheme'
27103
27356
  property :name, as: 'name'
27104
27357
  property :proxy_bind, as: 'proxyBind'
27105
27358
  property :proxy_header, as: 'proxyHeader'