google-apis-compute_alpha 0.104.0 → 0.105.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.104.0"
19
+ GEM_VERSION = "0.105.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240618"
25
+ REVISION = "20240707"
26
26
  end
27
27
  end
28
28
  end
@@ -424,6 +424,12 @@ module Google
424
424
  include Google::Apis::Core::JsonObjectSupport
425
425
  end
426
426
 
427
+ class BackendCustomMetric
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
427
433
  class BackendService
428
434
  class Representation < Google::Apis::Core::JsonRepresentation; end
429
435
 
@@ -2146,6 +2152,12 @@ module Google
2146
2152
  include Google::Apis::Core::JsonObjectSupport
2147
2153
  end
2148
2154
 
2155
+ class InstanceGroupManagerResourcePolicies
2156
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2157
+
2158
+ include Google::Apis::Core::JsonObjectSupport
2159
+ end
2160
+
2149
2161
  class InstanceGroupManagerStandbyPolicy
2150
2162
  class Representation < Google::Apis::Core::JsonRepresentation; end
2151
2163
 
@@ -2692,6 +2704,24 @@ module Google
2692
2704
  include Google::Apis::Core::JsonObjectSupport
2693
2705
  end
2694
2706
 
2707
+ class InstantSnapshotGroup
2708
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2709
+
2710
+ include Google::Apis::Core::JsonObjectSupport
2711
+ end
2712
+
2713
+ class InstantSnapshotGroupResourceStatus
2714
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2715
+
2716
+ include Google::Apis::Core::JsonObjectSupport
2717
+ end
2718
+
2719
+ class InstantSnapshotGroupSourceInfo
2720
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2721
+
2722
+ include Google::Apis::Core::JsonObjectSupport
2723
+ end
2724
+
2695
2725
  class InstantSnapshotList
2696
2726
  class Representation < Google::Apis::Core::JsonRepresentation; end
2697
2727
 
@@ -3136,6 +3166,24 @@ module Google
3136
3166
  include Google::Apis::Core::JsonObjectSupport
3137
3167
  end
3138
3168
 
3169
+ class ListInstantSnapshotGroups
3170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3171
+
3172
+ class Warning
3173
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3174
+
3175
+ class Datum
3176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3177
+
3178
+ include Google::Apis::Core::JsonObjectSupport
3179
+ end
3180
+
3181
+ include Google::Apis::Core::JsonObjectSupport
3182
+ end
3183
+
3184
+ include Google::Apis::Core::JsonObjectSupport
3185
+ end
3186
+
3139
3187
  class LocalDisk
3140
3188
  class Representation < Google::Apis::Core::JsonRepresentation; end
3141
3189
 
@@ -3406,6 +3454,12 @@ module Google
3406
3454
  include Google::Apis::Core::JsonObjectSupport
3407
3455
  end
3408
3456
 
3457
+ class MultiMigStatus
3458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3459
+
3460
+ include Google::Apis::Core::JsonObjectSupport
3461
+ end
3462
+
3409
3463
  class MultiMigsList
3410
3464
  class Representation < Google::Apis::Core::JsonRepresentation; end
3411
3465
 
@@ -5350,6 +5404,12 @@ module Google
5350
5404
  include Google::Apis::Core::JsonObjectSupport
5351
5405
  end
5352
5406
 
5407
+ class ResourcePolicyWorkloadPolicy
5408
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5409
+
5410
+ include Google::Apis::Core::JsonObjectSupport
5411
+ end
5412
+
5353
5413
  class ResourceStatus
5354
5414
  class Representation < Google::Apis::Core::JsonRepresentation; end
5355
5415
 
@@ -8097,6 +8157,7 @@ module Google
8097
8157
  # @private
8098
8158
  class Representation < Google::Apis::Core::JsonRepresentation
8099
8159
  property :source_instance_template_id, as: 'sourceInstanceTemplateId'
8160
+ hash :utilizations, as: 'utilizations'
8100
8161
  end
8101
8162
  end
8102
8163
 
@@ -8446,6 +8507,8 @@ module Google
8446
8507
  class Representation < Google::Apis::Core::JsonRepresentation
8447
8508
  property :balancing_mode, as: 'balancingMode'
8448
8509
  property :capacity_scaler, as: 'capacityScaler'
8510
+ collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeAlpha::BackendCustomMetric, decorator: Google::Apis::ComputeAlpha::BackendCustomMetric::Representation
8511
+
8449
8512
  property :description, as: 'description'
8450
8513
  property :failover, as: 'failover'
8451
8514
  property :group, as: 'group'
@@ -8557,6 +8620,15 @@ module Google
8557
8620
  end
8558
8621
  end
8559
8622
 
8623
+ class BackendCustomMetric
8624
+ # @private
8625
+ class Representation < Google::Apis::Core::JsonRepresentation
8626
+ property :dry_run, as: 'dryRun'
8627
+ property :max_utilization, as: 'maxUtilization'
8628
+ property :name, as: 'name'
8629
+ end
8630
+ end
8631
+
8560
8632
  class BackendService
8561
8633
  # @private
8562
8634
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9160,6 +9232,7 @@ module Google
9160
9232
  property :auto_renew, as: 'autoRenew'
9161
9233
  property :category, as: 'category'
9162
9234
  property :creation_timestamp, as: 'creationTimestamp'
9235
+ property :custom_end_timestamp, as: 'customEndTimestamp'
9163
9236
  property :description, as: 'description'
9164
9237
  property :end_timestamp, as: 'endTimestamp'
9165
9238
  collection :existing_reservations, as: 'existingReservations'
@@ -9257,6 +9330,7 @@ module Google
9257
9330
  class Representation < Google::Apis::Core::JsonRepresentation
9258
9331
  property :cancellation_information, as: 'cancellationInformation', class: Google::Apis::ComputeAlpha::CommitmentResourceStatusCancellationInformation, decorator: Google::Apis::ComputeAlpha::CommitmentResourceStatusCancellationInformation::Representation
9259
9332
 
9333
+ property :custom_term_eligibility_end_timestamp, as: 'customTermEligibilityEndTimestamp'
9260
9334
  end
9261
9335
  end
9262
9336
 
@@ -11693,6 +11767,8 @@ module Google
11693
11767
  property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceGroupManagerParams, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerParams::Representation
11694
11768
 
11695
11769
  property :region, as: 'region'
11770
+ property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResourcePolicies, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResourcePolicies::Representation
11771
+
11696
11772
  property :satisfies_pzi, as: 'satisfiesPzi'
11697
11773
  property :satisfies_pzs, as: 'satisfiesPzs'
11698
11774
  property :self_link, as: 'selfLink'
@@ -12024,6 +12100,13 @@ module Google
12024
12100
  end
12025
12101
  end
12026
12102
 
12103
+ class InstanceGroupManagerResourcePolicies
12104
+ # @private
12105
+ class Representation < Google::Apis::Core::JsonRepresentation
12106
+ property :workload_policy, as: 'workloadPolicy'
12107
+ end
12108
+ end
12109
+
12027
12110
  class InstanceGroupManagerStandbyPolicy
12028
12111
  # @private
12029
12112
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12929,6 +13012,41 @@ module Google
12929
13012
  end
12930
13013
  end
12931
13014
 
13015
+ class InstantSnapshotGroup
13016
+ # @private
13017
+ class Representation < Google::Apis::Core::JsonRepresentation
13018
+ property :creation_timestamp, as: 'creationTimestamp'
13019
+ property :description, as: 'description'
13020
+ property :id, :numeric_string => true, as: 'id'
13021
+ property :kind, as: 'kind'
13022
+ property :name, as: 'name'
13023
+ property :region, as: 'region'
13024
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus::Representation
13025
+
13026
+ property :self_link, as: 'selfLink'
13027
+ property :self_link_with_id, as: 'selfLinkWithId'
13028
+ property :status, as: 'status'
13029
+ property :zone, as: 'zone'
13030
+ end
13031
+ end
13032
+
13033
+ class InstantSnapshotGroupResourceStatus
13034
+ # @private
13035
+ class Representation < Google::Apis::Core::JsonRepresentation
13036
+ property :consistency_membership_resolution_time, as: 'consistencyMembershipResolutionTime'
13037
+ property :source_info, as: 'sourceInfo', class: Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo::Representation
13038
+
13039
+ end
13040
+ end
13041
+
13042
+ class InstantSnapshotGroupSourceInfo
13043
+ # @private
13044
+ class Representation < Google::Apis::Core::JsonRepresentation
13045
+ property :consistency_group, as: 'consistencyGroup'
13046
+ property :consistency_group_id, as: 'consistencyGroupId'
13047
+ end
13048
+ end
13049
+
12932
13050
  class InstantSnapshotList
12933
13051
  # @private
12934
13052
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13052,6 +13170,8 @@ module Google
13052
13170
  class Representation < Google::Apis::Core::JsonRepresentation
13053
13171
  property :bandwidth_percentage_policy, as: 'bandwidthPercentagePolicy', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy::Representation
13054
13172
 
13173
+ property :egress_min_bandwidth_percentage_policy, as: 'egressMinBandwidthPercentagePolicy', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy::Representation
13174
+
13055
13175
  property :profile_description, as: 'profileDescription'
13056
13176
  property :strict_priority_policy, as: 'strictPriorityPolicy', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy::Representation
13057
13177
 
@@ -13777,6 +13897,40 @@ module Google
13777
13897
  end
13778
13898
  end
13779
13899
 
13900
+ class ListInstantSnapshotGroups
13901
+ # @private
13902
+ class Representation < Google::Apis::Core::JsonRepresentation
13903
+ property :etag, as: 'etag'
13904
+ property :id, as: 'id'
13905
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InstantSnapshotGroup, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroup::Representation
13906
+
13907
+ property :kind, as: 'kind'
13908
+ property :next_page_token, as: 'nextPageToken'
13909
+ property :self_link, as: 'selfLink'
13910
+ collection :unreachables, as: 'unreachables'
13911
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning, decorator: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Representation
13912
+
13913
+ end
13914
+
13915
+ class Warning
13916
+ # @private
13917
+ class Representation < Google::Apis::Core::JsonRepresentation
13918
+ property :code, as: 'code'
13919
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Datum::Representation
13920
+
13921
+ property :message, as: 'message'
13922
+ end
13923
+
13924
+ class Datum
13925
+ # @private
13926
+ class Representation < Google::Apis::Core::JsonRepresentation
13927
+ property :key, as: 'key'
13928
+ property :value, as: 'value'
13929
+ end
13930
+ end
13931
+ end
13932
+ end
13933
+
13780
13934
  class LocalDisk
13781
13935
  # @private
13782
13936
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14234,6 +14388,8 @@ module Google
14234
14388
 
14235
14389
  property :self_link, as: 'selfLink'
14236
14390
  property :self_link_with_id, as: 'selfLinkWithId'
14391
+ property :status, as: 'status', class: Google::Apis::ComputeAlpha::MultiMigStatus, decorator: Google::Apis::ComputeAlpha::MultiMigStatus::Representation
14392
+
14237
14393
  end
14238
14394
  end
14239
14395
 
@@ -14260,6 +14416,13 @@ module Google
14260
14416
  end
14261
14417
  end
14262
14418
 
14419
+ class MultiMigStatus
14420
+ # @private
14421
+ class Representation < Google::Apis::Core::JsonRepresentation
14422
+ collection :member_instance_group_managers, as: 'memberInstanceGroupManagers'
14423
+ end
14424
+ end
14425
+
14263
14426
  class MultiMigsList
14264
14427
  # @private
14265
14428
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14585,7 +14748,6 @@ module Google
14585
14748
  class Representation < Google::Apis::Core::JsonRepresentation
14586
14749
  hash :annotations, as: 'annotations'
14587
14750
  property :client_destination_port, as: 'clientDestinationPort'
14588
- property :client_port, as: 'clientPort'
14589
14751
  property :fqdn, as: 'fqdn'
14590
14752
  property :instance, as: 'instance'
14591
14753
  property :ip_address, as: 'ipAddress'
@@ -14601,7 +14763,6 @@ module Google
14601
14763
  hash :annotations, as: 'annotations'
14602
14764
  property :app_engine, as: 'appEngine', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine::Representation
14603
14765
 
14604
- property :client_port_mapping_mode, as: 'clientPortMappingMode'
14605
14766
  property :cloud_function, as: 'cloudFunction', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction::Representation
14606
14767
 
14607
14768
  property :cloud_run, as: 'cloudRun', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun::Representation
@@ -17592,6 +17753,8 @@ module Google
17592
17753
  property :status, as: 'status'
17593
17754
  property :vm_maintenance_policy, as: 'vmMaintenancePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyVmMaintenancePolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyVmMaintenancePolicy::Representation
17594
17755
 
17756
+ property :workload_policy, as: 'workloadPolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyWorkloadPolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyWorkloadPolicy::Representation
17757
+
17595
17758
  end
17596
17759
  end
17597
17760
 
@@ -17820,6 +17983,13 @@ module Google
17820
17983
  end
17821
17984
  end
17822
17985
 
17986
+ class ResourcePolicyWorkloadPolicy
17987
+ # @private
17988
+ class Representation < Google::Apis::Core::JsonRepresentation
17989
+ property :type, as: 'type'
17990
+ end
17991
+ end
17992
+
17823
17993
  class ResourceStatus
17824
17994
  # @private
17825
17995
  class Representation < Google::Apis::Core::JsonRepresentation