google-apis-compute_alpha 0.102.0 → 0.104.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.102.0"
19
+ GEM_VERSION = "0.104.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 = "20240526"
25
+ REVISION = "20240618"
26
26
  end
27
27
  end
28
28
  end
@@ -190,6 +190,12 @@ module Google
190
190
  include Google::Apis::Core::JsonObjectSupport
191
191
  end
192
192
 
193
+ class AllocationReservationSharingPolicy
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
193
199
  class AllocationResourceStatus
194
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
201
 
@@ -3376,6 +3382,48 @@ module Google
3376
3382
  include Google::Apis::Core::JsonObjectSupport
3377
3383
  end
3378
3384
 
3385
+ class MultiMig
3386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3387
+
3388
+ include Google::Apis::Core::JsonObjectSupport
3389
+ end
3390
+
3391
+ class MultiMigLocationPolicy
3392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3393
+
3394
+ include Google::Apis::Core::JsonObjectSupport
3395
+ end
3396
+
3397
+ class MultiMigPart
3398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3399
+
3400
+ include Google::Apis::Core::JsonObjectSupport
3401
+ end
3402
+
3403
+ class MultiMigSchedulingPolicy
3404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3405
+
3406
+ include Google::Apis::Core::JsonObjectSupport
3407
+ end
3408
+
3409
+ class MultiMigsList
3410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3411
+
3412
+ class Warning
3413
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3414
+
3415
+ class Datum
3416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3417
+
3418
+ include Google::Apis::Core::JsonObjectSupport
3419
+ end
3420
+
3421
+ include Google::Apis::Core::JsonObjectSupport
3422
+ end
3423
+
3424
+ include Google::Apis::Core::JsonObjectSupport
3425
+ end
3426
+
3379
3427
  class MutualTls
3380
3428
  class Representation < Google::Apis::Core::JsonRepresentation; end
3381
3429
 
@@ -3748,6 +3796,36 @@ module Google
3748
3796
  include Google::Apis::Core::JsonObjectSupport
3749
3797
  end
3750
3798
 
3799
+ class NetworkProfile
3800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3801
+
3802
+ include Google::Apis::Core::JsonObjectSupport
3803
+ end
3804
+
3805
+ class NetworkProfileNetworkFeatures
3806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3807
+
3808
+ include Google::Apis::Core::JsonObjectSupport
3809
+ end
3810
+
3811
+ class NetworkProfilesListResponse
3812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3813
+
3814
+ class Warning
3815
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3816
+
3817
+ class Datum
3818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3819
+
3820
+ include Google::Apis::Core::JsonObjectSupport
3821
+ end
3822
+
3823
+ include Google::Apis::Core::JsonObjectSupport
3824
+ end
3825
+
3826
+ include Google::Apis::Core::JsonObjectSupport
3827
+ end
3828
+
3751
3829
  class NetworkRoutingConfig
3752
3830
  class Representation < Google::Apis::Core::JsonRepresentation; end
3753
3831
 
@@ -7959,6 +8037,7 @@ module Google
7959
8037
  property :numa_node_count, as: 'numaNodeCount'
7960
8038
  property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
7961
8039
  property :threads_per_core, as: 'threadsPerCore'
8040
+ property :turbo_mode, as: 'turboMode'
7962
8041
  property :visible_core_count, as: 'visibleCoreCount'
7963
8042
  end
7964
8043
  end
@@ -7999,6 +8078,13 @@ module Google
7999
8078
  end
8000
8079
  end
8001
8080
 
8081
+ class AllocationReservationSharingPolicy
8082
+ # @private
8083
+ class Representation < Google::Apis::Core::JsonRepresentation
8084
+ property :service_share_type, as: 'serviceShareType'
8085
+ end
8086
+ end
8087
+
8002
8088
  class AllocationResourceStatus
8003
8089
  # @private
8004
8090
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8388,6 +8474,7 @@ module Google
8388
8474
  property :enable_cdn, as: 'enableCdn'
8389
8475
  property :id, :numeric_string => true, as: 'id'
8390
8476
  property :kind, as: 'kind'
8477
+ property :load_balancing_scheme, as: 'loadBalancingScheme'
8391
8478
  property :name, as: 'name'
8392
8479
  property :self_link, as: 'selfLink'
8393
8480
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -11746,6 +11833,7 @@ module Google
11746
11833
  property :force_update_on_repair, as: 'forceUpdateOnRepair'
11747
11834
  property :metadata_based_readiness_signal, as: 'metadataBasedReadinessSignal', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal::Representation
11748
11835
 
11836
+ property :on_failed_health_check, as: 'onFailedHealthCheck'
11749
11837
  end
11750
11838
  end
11751
11839
 
@@ -13988,6 +14076,7 @@ module Google
13988
14076
 
13989
14077
  property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
13990
14078
 
14079
+ property :size_in_unit, as: 'sizeInUnit'
13991
14080
  property :tag, as: 'tag'
13992
14081
  property :target_status, as: 'targetStatus'
13993
14082
  property :version, as: 'version', class: Google::Apis::ComputeAlpha::ManagedInstanceVersion, decorator: Google::Apis::ComputeAlpha::ManagedInstanceVersion::Representation
@@ -14128,6 +14217,83 @@ module Google
14128
14217
  end
14129
14218
  end
14130
14219
 
14220
+ class MultiMig
14221
+ # @private
14222
+ class Representation < Google::Apis::Core::JsonRepresentation
14223
+ property :creation_timestamp, as: 'creationTimestamp'
14224
+ property :description, as: 'description'
14225
+ property :id, :numeric_string => true, as: 'id'
14226
+ property :kind, as: 'kind'
14227
+ property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeAlpha::MultiMigLocationPolicy, decorator: Google::Apis::ComputeAlpha::MultiMigLocationPolicy::Representation
14228
+
14229
+ property :name, as: 'name'
14230
+ hash :parts, as: 'parts', class: Google::Apis::ComputeAlpha::MultiMigPart, decorator: Google::Apis::ComputeAlpha::MultiMigPart::Representation
14231
+
14232
+ property :region, as: 'region'
14233
+ property :scheduling_policy, as: 'schedulingPolicy', class: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy, decorator: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy::Representation
14234
+
14235
+ property :self_link, as: 'selfLink'
14236
+ property :self_link_with_id, as: 'selfLinkWithId'
14237
+ end
14238
+ end
14239
+
14240
+ class MultiMigLocationPolicy
14241
+ # @private
14242
+ class Representation < Google::Apis::Core::JsonRepresentation
14243
+ collection :provisioning_zones, as: 'provisioningZones'
14244
+ end
14245
+ end
14246
+
14247
+ class MultiMigPart
14248
+ # @private
14249
+ class Representation < Google::Apis::Core::JsonRepresentation
14250
+ property :instance_group_manager, as: 'instanceGroupManager'
14251
+ property :instance_group_manager_properties, as: 'instanceGroupManagerProperties', class: Google::Apis::ComputeAlpha::InstanceGroupManager, decorator: Google::Apis::ComputeAlpha::InstanceGroupManager::Representation
14252
+
14253
+ end
14254
+ end
14255
+
14256
+ class MultiMigSchedulingPolicy
14257
+ # @private
14258
+ class Representation < Google::Apis::Core::JsonRepresentation
14259
+ property :provisioning, as: 'provisioning'
14260
+ end
14261
+ end
14262
+
14263
+ class MultiMigsList
14264
+ # @private
14265
+ class Representation < Google::Apis::Core::JsonRepresentation
14266
+ property :etag, as: 'etag'
14267
+ property :id, as: 'id'
14268
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::MultiMig, decorator: Google::Apis::ComputeAlpha::MultiMig::Representation
14269
+
14270
+ property :kind, as: 'kind'
14271
+ property :next_page_token, as: 'nextPageToken'
14272
+ property :self_link, as: 'selfLink'
14273
+ collection :unreachables, as: 'unreachables'
14274
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::MultiMigsList::Warning, decorator: Google::Apis::ComputeAlpha::MultiMigsList::Warning::Representation
14275
+
14276
+ end
14277
+
14278
+ class Warning
14279
+ # @private
14280
+ class Representation < Google::Apis::Core::JsonRepresentation
14281
+ property :code, as: 'code'
14282
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::MultiMigsList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::MultiMigsList::Warning::Datum::Representation
14283
+
14284
+ property :message, as: 'message'
14285
+ end
14286
+
14287
+ class Datum
14288
+ # @private
14289
+ class Representation < Google::Apis::Core::JsonRepresentation
14290
+ property :key, as: 'key'
14291
+ property :value, as: 'value'
14292
+ end
14293
+ end
14294
+ end
14295
+ end
14296
+
14131
14297
  class MutualTls
14132
14298
  # @private
14133
14299
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14861,6 +15027,85 @@ module Google
14861
15027
  end
14862
15028
  end
14863
15029
 
15030
+ class NetworkProfile
15031
+ # @private
15032
+ class Representation < Google::Apis::Core::JsonRepresentation
15033
+ property :creation_timestamp, as: 'creationTimestamp'
15034
+ property :description, as: 'description'
15035
+ property :features, as: 'features', class: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeatures, decorator: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeatures::Representation
15036
+
15037
+ property :id, :numeric_string => true, as: 'id'
15038
+ property :kind, as: 'kind'
15039
+ property :name, as: 'name'
15040
+ property :self_link, as: 'selfLink'
15041
+ property :self_link_with_id, as: 'selfLinkWithId'
15042
+ property :zone, as: 'zone'
15043
+ end
15044
+ end
15045
+
15046
+ class NetworkProfileNetworkFeatures
15047
+ # @private
15048
+ class Representation < Google::Apis::Core::JsonRepresentation
15049
+ collection :address_purposes, as: 'addressPurposes'
15050
+ property :allow_alias_ip_ranges, as: 'allowAliasIpRanges'
15051
+ property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
15052
+ property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
15053
+ property :allow_cloud_nat, as: 'allowCloudNat'
15054
+ property :allow_cloud_router, as: 'allowCloudRouter'
15055
+ property :allow_external_ip_access, as: 'allowExternalIpAccess'
15056
+ property :allow_interconnect, as: 'allowInterconnect'
15057
+ property :allow_load_balancing, as: 'allowLoadBalancing'
15058
+ property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
15059
+ property :allow_packet_mirroring, as: 'allowPacketMirroring'
15060
+ property :allow_private_google_access, as: 'allowPrivateGoogleAccess'
15061
+ property :allow_psc, as: 'allowPsc'
15062
+ property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
15063
+ property :allow_static_routes, as: 'allowStaticRoutes'
15064
+ property :allow_sub_interfaces, as: 'allowSubInterfaces'
15065
+ property :allow_vpc_peering, as: 'allowVpcPeering'
15066
+ property :allow_vpn, as: 'allowVpn'
15067
+ collection :allowed_subnet_purposes, as: 'allowedSubnetPurposes'
15068
+ collection :allowed_subnet_stack_types, as: 'allowedSubnetStackTypes'
15069
+ collection :interface_types, as: 'interfaceTypes'
15070
+ property :multicast, as: 'multicast'
15071
+ property :unicast, as: 'unicast'
15072
+ end
15073
+ end
15074
+
15075
+ class NetworkProfilesListResponse
15076
+ # @private
15077
+ class Representation < Google::Apis::Core::JsonRepresentation
15078
+ property :etag, as: 'etag'
15079
+ property :id, as: 'id'
15080
+ collection :items, as: 'items', class: Google::Apis::ComputeAlpha::NetworkProfile, decorator: Google::Apis::ComputeAlpha::NetworkProfile::Representation
15081
+
15082
+ property :kind, as: 'kind'
15083
+ property :next_page_token, as: 'nextPageToken'
15084
+ property :self_link, as: 'selfLink'
15085
+ collection :unreachables, as: 'unreachables'
15086
+ property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkProfilesListResponse::Warning, decorator: Google::Apis::ComputeAlpha::NetworkProfilesListResponse::Warning::Representation
15087
+
15088
+ end
15089
+
15090
+ class Warning
15091
+ # @private
15092
+ class Representation < Google::Apis::Core::JsonRepresentation
15093
+ property :code, as: 'code'
15094
+ collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkProfilesListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkProfilesListResponse::Warning::Datum::Representation
15095
+
15096
+ property :message, as: 'message'
15097
+ end
15098
+
15099
+ class Datum
15100
+ # @private
15101
+ class Representation < Google::Apis::Core::JsonRepresentation
15102
+ property :key, as: 'key'
15103
+ property :value, as: 'value'
15104
+ end
15105
+ end
15106
+ end
15107
+ end
15108
+
14864
15109
  class NetworkRoutingConfig
14865
15110
  # @private
14866
15111
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17152,6 +17397,8 @@ module Google
17152
17397
  property :id, :numeric_string => true, as: 'id'
17153
17398
  property :kind, as: 'kind'
17154
17399
  property :name, as: 'name'
17400
+ property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy::Representation
17401
+
17155
17402
  hash :resource_policies, as: 'resourcePolicies'
17156
17403
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::AllocationResourceStatus, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatus::Representation
17157
17404