google-apis-compute_alpha 0.124.0 → 0.125.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 +4 -0
- data/lib/google/apis/compute_alpha/classes.rb +1264 -18
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +483 -0
- data/lib/google/apis/compute_alpha/service.rb +792 -176
- metadata +2 -2
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.125.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 = "
|
|
25
|
+
REVISION = "20251019"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2182,6 +2182,24 @@ module Google
|
|
|
2182
2182
|
include Google::Apis::Core::JsonObjectSupport
|
|
2183
2183
|
end
|
|
2184
2184
|
|
|
2185
|
+
class HaControllersAggregatedList
|
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2187
|
+
|
|
2188
|
+
class Warning
|
|
2189
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2190
|
+
|
|
2191
|
+
class Datum
|
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2193
|
+
|
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2195
|
+
end
|
|
2196
|
+
|
|
2197
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2198
|
+
end
|
|
2199
|
+
|
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2201
|
+
end
|
|
2202
|
+
|
|
2185
2203
|
class HaControllersFailoverRequest
|
|
2186
2204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2187
2205
|
|
|
@@ -2206,6 +2224,24 @@ module Google
|
|
|
2206
2224
|
include Google::Apis::Core::JsonObjectSupport
|
|
2207
2225
|
end
|
|
2208
2226
|
|
|
2227
|
+
class HaControllersScopedList
|
|
2228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2229
|
+
|
|
2230
|
+
class Warning
|
|
2231
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2232
|
+
|
|
2233
|
+
class Datum
|
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2235
|
+
|
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2237
|
+
end
|
|
2238
|
+
|
|
2239
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2240
|
+
end
|
|
2241
|
+
|
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2243
|
+
end
|
|
2244
|
+
|
|
2209
2245
|
class HealthAggregationPoliciesScopedList
|
|
2210
2246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2211
2247
|
|
|
@@ -5158,6 +5194,12 @@ module Google
|
|
|
5158
5194
|
include Google::Apis::Core::JsonObjectSupport
|
|
5159
5195
|
end
|
|
5160
5196
|
|
|
5197
|
+
class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
|
|
5198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5199
|
+
|
|
5200
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5201
|
+
end
|
|
5202
|
+
|
|
5161
5203
|
class NetworkProfileProfileType
|
|
5162
5204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5163
5205
|
|
|
@@ -7114,12 +7156,132 @@ module Google
|
|
|
7114
7156
|
include Google::Apis::Core::JsonObjectSupport
|
|
7115
7157
|
end
|
|
7116
7158
|
|
|
7159
|
+
class Rollout
|
|
7160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7161
|
+
|
|
7162
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7163
|
+
end
|
|
7164
|
+
|
|
7165
|
+
class RolloutPlan
|
|
7166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7167
|
+
|
|
7168
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7169
|
+
end
|
|
7170
|
+
|
|
7171
|
+
class RolloutPlanWave
|
|
7172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7173
|
+
|
|
7174
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7175
|
+
end
|
|
7176
|
+
|
|
7177
|
+
class RolloutPlanWaveOrchestrationOptions
|
|
7178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7179
|
+
|
|
7180
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7181
|
+
end
|
|
7182
|
+
|
|
7183
|
+
class RolloutPlanWaveOrchestrationOptionsDelay
|
|
7184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7185
|
+
|
|
7186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7187
|
+
end
|
|
7188
|
+
|
|
7189
|
+
class RolloutPlanWaveSelector
|
|
7190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7191
|
+
|
|
7192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7193
|
+
end
|
|
7194
|
+
|
|
7195
|
+
class RolloutPlanWaveSelectorLocationSelector
|
|
7196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7197
|
+
|
|
7198
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7199
|
+
end
|
|
7200
|
+
|
|
7201
|
+
class RolloutPlanWaveSelectorResourceHierarchySelector
|
|
7202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7203
|
+
|
|
7204
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7205
|
+
end
|
|
7206
|
+
|
|
7207
|
+
class RolloutPlanWaveValidation
|
|
7208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7209
|
+
|
|
7210
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7211
|
+
end
|
|
7212
|
+
|
|
7213
|
+
class RolloutPlanWaveValidationTimeBasedValidationMetadata
|
|
7214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7215
|
+
|
|
7216
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7217
|
+
end
|
|
7218
|
+
|
|
7219
|
+
class RolloutPlansListResponse
|
|
7220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7221
|
+
|
|
7222
|
+
class Warning
|
|
7223
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7224
|
+
|
|
7225
|
+
class Datum
|
|
7226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7227
|
+
|
|
7228
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7229
|
+
end
|
|
7230
|
+
|
|
7231
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7232
|
+
end
|
|
7233
|
+
|
|
7234
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7235
|
+
end
|
|
7236
|
+
|
|
7117
7237
|
class RolloutPolicy
|
|
7118
7238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7119
7239
|
|
|
7120
7240
|
include Google::Apis::Core::JsonObjectSupport
|
|
7121
7241
|
end
|
|
7122
7242
|
|
|
7243
|
+
class RolloutRolloutEntity
|
|
7244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7245
|
+
|
|
7246
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7247
|
+
end
|
|
7248
|
+
|
|
7249
|
+
class RolloutRolloutEntityOrchestratedEntity
|
|
7250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7251
|
+
|
|
7252
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7253
|
+
end
|
|
7254
|
+
|
|
7255
|
+
class RolloutWaveDetails
|
|
7256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7257
|
+
|
|
7258
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7259
|
+
end
|
|
7260
|
+
|
|
7261
|
+
class RolloutWaveDetailsOrchestratedWaveDetails
|
|
7262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7263
|
+
|
|
7264
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7265
|
+
end
|
|
7266
|
+
|
|
7267
|
+
class RolloutsListResponse
|
|
7268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7269
|
+
|
|
7270
|
+
class Warning
|
|
7271
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7272
|
+
|
|
7273
|
+
class Datum
|
|
7274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7275
|
+
|
|
7276
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7277
|
+
end
|
|
7278
|
+
|
|
7279
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7280
|
+
end
|
|
7281
|
+
|
|
7282
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7283
|
+
end
|
|
7284
|
+
|
|
7123
7285
|
class Route
|
|
7124
7286
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7125
7287
|
|
|
@@ -9706,6 +9868,12 @@ module Google
|
|
|
9706
9868
|
include Google::Apis::Core::JsonObjectSupport
|
|
9707
9869
|
end
|
|
9708
9870
|
|
|
9871
|
+
class WorkloadIdentityConfig
|
|
9872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
9873
|
+
|
|
9874
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
9875
|
+
end
|
|
9876
|
+
|
|
9709
9877
|
class XpnHostList
|
|
9710
9878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
9711
9879
|
|
|
@@ -13827,9 +13995,44 @@ module Google
|
|
|
13827
13995
|
end
|
|
13828
13996
|
end
|
|
13829
13997
|
|
|
13998
|
+
class HaControllersAggregatedList
|
|
13999
|
+
# @private
|
|
14000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14001
|
+
property :etag, as: 'etag'
|
|
14002
|
+
property :id, as: 'id'
|
|
14003
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HaControllersScopedList, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Representation
|
|
14004
|
+
|
|
14005
|
+
property :kind, as: 'kind'
|
|
14006
|
+
property :next_page_token, as: 'nextPageToken'
|
|
14007
|
+
property :self_link, as: 'selfLink'
|
|
14008
|
+
collection :unreachables, as: 'unreachables'
|
|
14009
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Representation
|
|
14010
|
+
|
|
14011
|
+
end
|
|
14012
|
+
|
|
14013
|
+
class Warning
|
|
14014
|
+
# @private
|
|
14015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14016
|
+
property :code, as: 'code'
|
|
14017
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Datum::Representation
|
|
14018
|
+
|
|
14019
|
+
property :message, as: 'message'
|
|
14020
|
+
end
|
|
14021
|
+
|
|
14022
|
+
class Datum
|
|
14023
|
+
# @private
|
|
14024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14025
|
+
property :key, as: 'key'
|
|
14026
|
+
property :value, as: 'value'
|
|
14027
|
+
end
|
|
14028
|
+
end
|
|
14029
|
+
end
|
|
14030
|
+
end
|
|
14031
|
+
|
|
13830
14032
|
class HaControllersFailoverRequest
|
|
13831
14033
|
# @private
|
|
13832
14034
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14035
|
+
property :failover_to_zone, as: 'failoverToZone'
|
|
13833
14036
|
property :primary_zone, as: 'primaryZone'
|
|
13834
14037
|
end
|
|
13835
14038
|
end
|
|
@@ -13867,6 +14070,34 @@ module Google
|
|
|
13867
14070
|
end
|
|
13868
14071
|
end
|
|
13869
14072
|
|
|
14073
|
+
class HaControllersScopedList
|
|
14074
|
+
# @private
|
|
14075
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14076
|
+
collection :ha_controllers, as: 'haControllers', class: Google::Apis::ComputeAlpha::HaController, decorator: Google::Apis::ComputeAlpha::HaController::Representation
|
|
14077
|
+
|
|
14078
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Representation
|
|
14079
|
+
|
|
14080
|
+
end
|
|
14081
|
+
|
|
14082
|
+
class Warning
|
|
14083
|
+
# @private
|
|
14084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14085
|
+
property :code, as: 'code'
|
|
14086
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Datum::Representation
|
|
14087
|
+
|
|
14088
|
+
property :message, as: 'message'
|
|
14089
|
+
end
|
|
14090
|
+
|
|
14091
|
+
class Datum
|
|
14092
|
+
# @private
|
|
14093
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14094
|
+
property :key, as: 'key'
|
|
14095
|
+
property :value, as: 'value'
|
|
14096
|
+
end
|
|
14097
|
+
end
|
|
14098
|
+
end
|
|
14099
|
+
end
|
|
14100
|
+
|
|
13870
14101
|
class HealthAggregationPoliciesScopedList
|
|
13871
14102
|
# @private
|
|
13872
14103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14890,6 +15121,8 @@ module Google
|
|
|
14890
15121
|
|
|
14891
15122
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
|
14892
15123
|
|
|
15124
|
+
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ComputeAlpha::WorkloadIdentityConfig, decorator: Google::Apis::ComputeAlpha::WorkloadIdentityConfig::Representation
|
|
15125
|
+
|
|
14893
15126
|
property :zone, as: 'zone'
|
|
14894
15127
|
end
|
|
14895
15128
|
end
|
|
@@ -15206,7 +15439,10 @@ module Google
|
|
|
15206
15439
|
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
|
15207
15440
|
# @private
|
|
15208
15441
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15442
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
15443
|
+
|
|
15209
15444
|
collection :machine_types, as: 'machineTypes'
|
|
15445
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
15210
15446
|
property :rank, as: 'rank'
|
|
15211
15447
|
end
|
|
15212
15448
|
end
|
|
@@ -16044,6 +16280,8 @@ module Google
|
|
|
16044
16280
|
|
|
16045
16281
|
property :tags, as: 'tags', class: Google::Apis::ComputeAlpha::Tags, decorator: Google::Apis::ComputeAlpha::Tags::Representation
|
|
16046
16282
|
|
|
16283
|
+
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ComputeAlpha::WorkloadIdentityConfig, decorator: Google::Apis::ComputeAlpha::WorkloadIdentityConfig::Representation
|
|
16284
|
+
|
|
16047
16285
|
end
|
|
16048
16286
|
end
|
|
16049
16287
|
|
|
@@ -18239,7 +18477,10 @@ module Google
|
|
|
18239
18477
|
class ManagedInstanceInstanceFlexibilityOverride
|
|
18240
18478
|
# @private
|
|
18241
18479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18480
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
18481
|
+
|
|
18242
18482
|
property :machine_type, as: 'machineType'
|
|
18483
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
18243
18484
|
property :provisioning_model, as: 'provisioningModel'
|
|
18244
18485
|
end
|
|
18245
18486
|
end
|
|
@@ -19479,6 +19720,7 @@ module Google
|
|
|
19479
19720
|
# @private
|
|
19480
19721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19481
19722
|
collection :address_purposes, as: 'addressPurposes'
|
|
19723
|
+
property :allow_address_creation, as: 'allowAddressCreation'
|
|
19482
19724
|
property :allow_alias_ip_ranges, as: 'allowAliasIpRanges'
|
|
19483
19725
|
property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
|
|
19484
19726
|
property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
|
|
@@ -19491,6 +19733,8 @@ module Google
|
|
|
19491
19733
|
property :allow_ip_forwarding, as: 'allowIpForwarding'
|
|
19492
19734
|
property :allow_load_balancing, as: 'allowLoadBalancing'
|
|
19493
19735
|
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
|
19736
|
+
property :allow_multi_nic_in_same_subnetwork, as: 'allowMultiNicInSameSubnetwork'
|
|
19737
|
+
property :allow_multicast, as: 'allowMulticast'
|
|
19494
19738
|
property :allow_ncc, as: 'allowNcc'
|
|
19495
19739
|
property :allow_network_migration, as: 'allowNetworkMigration'
|
|
19496
19740
|
property :allow_packet_mirroring, as: 'allowPacketMirroring'
|
|
@@ -19499,11 +19743,16 @@ module Google
|
|
|
19499
19743
|
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
|
19500
19744
|
property :allow_static_routes, as: 'allowStaticRoutes'
|
|
19501
19745
|
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
|
19746
|
+
property :allow_subnetwork_creation, as: 'allowSubnetworkCreation'
|
|
19502
19747
|
property :allow_vpc_firewall_rules, as: 'allowVpcFirewallRules'
|
|
19503
19748
|
property :allow_vpc_peering, as: 'allowVpcPeering'
|
|
19504
19749
|
property :allow_vpn, as: 'allowVpn'
|
|
19505
19750
|
collection :firewall_policy_types, as: 'firewallPolicyTypes'
|
|
19506
19751
|
collection :interface_types, as: 'interfaceTypes'
|
|
19752
|
+
property :multicast, as: 'multicast'
|
|
19753
|
+
property :predefined_network_internal_ipv6_range, as: 'predefinedNetworkInternalIpv6Range'
|
|
19754
|
+
collection :predefined_subnetwork_ranges, as: 'predefinedSubnetworkRanges', class: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange, decorator: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange::Representation
|
|
19755
|
+
|
|
19507
19756
|
collection :subnet_purposes, as: 'subnetPurposes'
|
|
19508
19757
|
collection :subnet_stack_types, as: 'subnetStackTypes'
|
|
19509
19758
|
collection :subnetwork_purposes, as: 'subnetworkPurposes'
|
|
@@ -19512,6 +19761,14 @@ module Google
|
|
|
19512
19761
|
end
|
|
19513
19762
|
end
|
|
19514
19763
|
|
|
19764
|
+
class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
|
|
19765
|
+
# @private
|
|
19766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19767
|
+
property :ipv6_range, as: 'ipv6Range'
|
|
19768
|
+
property :name_prefix, as: 'namePrefix'
|
|
19769
|
+
end
|
|
19770
|
+
end
|
|
19771
|
+
|
|
19515
19772
|
class NetworkProfileProfileType
|
|
19516
19773
|
# @private
|
|
19517
19774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -22720,6 +22977,7 @@ module Google
|
|
|
22720
22977
|
class ResourcePolicyGroupPlacementPolicy
|
|
22721
22978
|
# @private
|
|
22722
22979
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22980
|
+
property :accelerator_topology_mode, as: 'acceleratorTopologyMode'
|
|
22723
22981
|
property :availability_domain_count, as: 'availabilityDomainCount'
|
|
22724
22982
|
property :collocation, as: 'collocation'
|
|
22725
22983
|
property :gpu_topology, as: 'gpuTopology'
|
|
@@ -23069,6 +23327,153 @@ module Google
|
|
|
23069
23327
|
end
|
|
23070
23328
|
end
|
|
23071
23329
|
|
|
23330
|
+
class Rollout
|
|
23331
|
+
# @private
|
|
23332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23333
|
+
property :cancellation_time, as: 'cancellationTime'
|
|
23334
|
+
property :completion_time, as: 'completionTime'
|
|
23335
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
23336
|
+
property :current_wave_number, :numeric_string => true, as: 'currentWaveNumber'
|
|
23337
|
+
property :description, as: 'description'
|
|
23338
|
+
property :etag, as: 'etag'
|
|
23339
|
+
property :id, :numeric_string => true, as: 'id'
|
|
23340
|
+
property :kind, as: 'kind'
|
|
23341
|
+
property :name, as: 'name'
|
|
23342
|
+
property :rollout_entity, as: 'rolloutEntity', class: Google::Apis::ComputeAlpha::RolloutRolloutEntity, decorator: Google::Apis::ComputeAlpha::RolloutRolloutEntity::Representation
|
|
23343
|
+
|
|
23344
|
+
property :rollout_plan, as: 'rolloutPlan'
|
|
23345
|
+
property :self_link, as: 'selfLink'
|
|
23346
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
23347
|
+
property :state, as: 'state'
|
|
23348
|
+
collection :wave_details, as: 'waveDetails', class: Google::Apis::ComputeAlpha::RolloutWaveDetails, decorator: Google::Apis::ComputeAlpha::RolloutWaveDetails::Representation
|
|
23349
|
+
|
|
23350
|
+
end
|
|
23351
|
+
end
|
|
23352
|
+
|
|
23353
|
+
class RolloutPlan
|
|
23354
|
+
# @private
|
|
23355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23356
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
23357
|
+
property :description, as: 'description'
|
|
23358
|
+
property :id, :numeric_string => true, as: 'id'
|
|
23359
|
+
property :kind, as: 'kind'
|
|
23360
|
+
property :location_scope, as: 'locationScope'
|
|
23361
|
+
property :name, as: 'name'
|
|
23362
|
+
property :self_link, as: 'selfLink'
|
|
23363
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
23364
|
+
collection :waves, as: 'waves', class: Google::Apis::ComputeAlpha::RolloutPlanWave, decorator: Google::Apis::ComputeAlpha::RolloutPlanWave::Representation
|
|
23365
|
+
|
|
23366
|
+
end
|
|
23367
|
+
end
|
|
23368
|
+
|
|
23369
|
+
class RolloutPlanWave
|
|
23370
|
+
# @private
|
|
23371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23372
|
+
property :display_name, as: 'displayName'
|
|
23373
|
+
property :number, :numeric_string => true, as: 'number'
|
|
23374
|
+
property :orchestration_options, as: 'orchestrationOptions', class: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptions, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptions::Representation
|
|
23375
|
+
|
|
23376
|
+
collection :selectors, as: 'selectors', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelector::Representation
|
|
23377
|
+
|
|
23378
|
+
property :validation, as: 'validation', class: Google::Apis::ComputeAlpha::RolloutPlanWaveValidation, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveValidation::Representation
|
|
23379
|
+
|
|
23380
|
+
end
|
|
23381
|
+
end
|
|
23382
|
+
|
|
23383
|
+
class RolloutPlanWaveOrchestrationOptions
|
|
23384
|
+
# @private
|
|
23385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23386
|
+
collection :delays, as: 'delays', class: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptionsDelay, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptionsDelay::Representation
|
|
23387
|
+
|
|
23388
|
+
property :max_concurrent_locations, :numeric_string => true, as: 'maxConcurrentLocations'
|
|
23389
|
+
property :max_concurrent_resources_per_location, :numeric_string => true, as: 'maxConcurrentResourcesPerLocation'
|
|
23390
|
+
end
|
|
23391
|
+
end
|
|
23392
|
+
|
|
23393
|
+
class RolloutPlanWaveOrchestrationOptionsDelay
|
|
23394
|
+
# @private
|
|
23395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23396
|
+
property :delimiter, as: 'delimiter'
|
|
23397
|
+
property :duration, as: 'duration'
|
|
23398
|
+
property :type, as: 'type'
|
|
23399
|
+
end
|
|
23400
|
+
end
|
|
23401
|
+
|
|
23402
|
+
class RolloutPlanWaveSelector
|
|
23403
|
+
# @private
|
|
23404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23405
|
+
property :location_selector, as: 'locationSelector', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorLocationSelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorLocationSelector::Representation
|
|
23406
|
+
|
|
23407
|
+
property :resource_hierarchy_selector, as: 'resourceHierarchySelector', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorResourceHierarchySelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorResourceHierarchySelector::Representation
|
|
23408
|
+
|
|
23409
|
+
end
|
|
23410
|
+
end
|
|
23411
|
+
|
|
23412
|
+
class RolloutPlanWaveSelectorLocationSelector
|
|
23413
|
+
# @private
|
|
23414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23415
|
+
collection :included_locations, as: 'includedLocations'
|
|
23416
|
+
end
|
|
23417
|
+
end
|
|
23418
|
+
|
|
23419
|
+
class RolloutPlanWaveSelectorResourceHierarchySelector
|
|
23420
|
+
# @private
|
|
23421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23422
|
+
collection :included_folders, as: 'includedFolders'
|
|
23423
|
+
collection :included_organizations, as: 'includedOrganizations'
|
|
23424
|
+
collection :included_projects, as: 'includedProjects'
|
|
23425
|
+
end
|
|
23426
|
+
end
|
|
23427
|
+
|
|
23428
|
+
class RolloutPlanWaveValidation
|
|
23429
|
+
# @private
|
|
23430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23431
|
+
property :time_based_validation_metadata, as: 'timeBasedValidationMetadata', class: Google::Apis::ComputeAlpha::RolloutPlanWaveValidationTimeBasedValidationMetadata, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveValidationTimeBasedValidationMetadata::Representation
|
|
23432
|
+
|
|
23433
|
+
property :type, as: 'type'
|
|
23434
|
+
end
|
|
23435
|
+
end
|
|
23436
|
+
|
|
23437
|
+
class RolloutPlanWaveValidationTimeBasedValidationMetadata
|
|
23438
|
+
# @private
|
|
23439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23440
|
+
property :wait_duration, as: 'waitDuration'
|
|
23441
|
+
end
|
|
23442
|
+
end
|
|
23443
|
+
|
|
23444
|
+
class RolloutPlansListResponse
|
|
23445
|
+
# @private
|
|
23446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23447
|
+
property :etag, as: 'etag'
|
|
23448
|
+
property :id, as: 'id'
|
|
23449
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::RolloutPlan, decorator: Google::Apis::ComputeAlpha::RolloutPlan::Representation
|
|
23450
|
+
|
|
23451
|
+
property :next_page_token, as: 'nextPageToken'
|
|
23452
|
+
property :self_link, as: 'selfLink'
|
|
23453
|
+
collection :unreachables, as: 'unreachables'
|
|
23454
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning, decorator: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Representation
|
|
23455
|
+
|
|
23456
|
+
end
|
|
23457
|
+
|
|
23458
|
+
class Warning
|
|
23459
|
+
# @private
|
|
23460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23461
|
+
property :code, as: 'code'
|
|
23462
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Datum::Representation
|
|
23463
|
+
|
|
23464
|
+
property :message, as: 'message'
|
|
23465
|
+
end
|
|
23466
|
+
|
|
23467
|
+
class Datum
|
|
23468
|
+
# @private
|
|
23469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23470
|
+
property :key, as: 'key'
|
|
23471
|
+
property :value, as: 'value'
|
|
23472
|
+
end
|
|
23473
|
+
end
|
|
23474
|
+
end
|
|
23475
|
+
end
|
|
23476
|
+
|
|
23072
23477
|
class RolloutPolicy
|
|
23073
23478
|
# @private
|
|
23074
23479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -23077,6 +23482,76 @@ module Google
|
|
|
23077
23482
|
end
|
|
23078
23483
|
end
|
|
23079
23484
|
|
|
23485
|
+
class RolloutRolloutEntity
|
|
23486
|
+
# @private
|
|
23487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23488
|
+
property :orchestrated_entity, as: 'orchestratedEntity', class: Google::Apis::ComputeAlpha::RolloutRolloutEntityOrchestratedEntity, decorator: Google::Apis::ComputeAlpha::RolloutRolloutEntityOrchestratedEntity::Representation
|
|
23489
|
+
|
|
23490
|
+
end
|
|
23491
|
+
end
|
|
23492
|
+
|
|
23493
|
+
class RolloutRolloutEntityOrchestratedEntity
|
|
23494
|
+
# @private
|
|
23495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23496
|
+
property :conflict_behavior, as: 'conflictBehavior'
|
|
23497
|
+
property :orchestration_action, as: 'orchestrationAction'
|
|
23498
|
+
property :orchestration_source, as: 'orchestrationSource'
|
|
23499
|
+
end
|
|
23500
|
+
end
|
|
23501
|
+
|
|
23502
|
+
class RolloutWaveDetails
|
|
23503
|
+
# @private
|
|
23504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23505
|
+
property :orchestrated_wave_details, as: 'orchestratedWaveDetails', class: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetails, decorator: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetails::Representation
|
|
23506
|
+
|
|
23507
|
+
property :wave_display_name, as: 'waveDisplayName'
|
|
23508
|
+
property :wave_number, :numeric_string => true, as: 'waveNumber'
|
|
23509
|
+
end
|
|
23510
|
+
end
|
|
23511
|
+
|
|
23512
|
+
class RolloutWaveDetailsOrchestratedWaveDetails
|
|
23513
|
+
# @private
|
|
23514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23515
|
+
property :completed_resources_count, :numeric_string => true, as: 'completedResourcesCount'
|
|
23516
|
+
property :estimated_total_resources_count, :numeric_string => true, as: 'estimatedTotalResourcesCount'
|
|
23517
|
+
collection :failed_locations, as: 'failedLocations'
|
|
23518
|
+
property :failed_resources_count, :numeric_string => true, as: 'failedResourcesCount'
|
|
23519
|
+
end
|
|
23520
|
+
end
|
|
23521
|
+
|
|
23522
|
+
class RolloutsListResponse
|
|
23523
|
+
# @private
|
|
23524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23525
|
+
property :etag, as: 'etag'
|
|
23526
|
+
property :id, as: 'id'
|
|
23527
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::Rollout, decorator: Google::Apis::ComputeAlpha::Rollout::Representation
|
|
23528
|
+
|
|
23529
|
+
property :next_page_token, as: 'nextPageToken'
|
|
23530
|
+
property :self_link, as: 'selfLink'
|
|
23531
|
+
collection :unreachables, as: 'unreachables'
|
|
23532
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Representation
|
|
23533
|
+
|
|
23534
|
+
end
|
|
23535
|
+
|
|
23536
|
+
class Warning
|
|
23537
|
+
# @private
|
|
23538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23539
|
+
property :code, as: 'code'
|
|
23540
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Datum::Representation
|
|
23541
|
+
|
|
23542
|
+
property :message, as: 'message'
|
|
23543
|
+
end
|
|
23544
|
+
|
|
23545
|
+
class Datum
|
|
23546
|
+
# @private
|
|
23547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23548
|
+
property :key, as: 'key'
|
|
23549
|
+
property :value, as: 'value'
|
|
23550
|
+
end
|
|
23551
|
+
end
|
|
23552
|
+
end
|
|
23553
|
+
end
|
|
23554
|
+
|
|
23080
23555
|
class Route
|
|
23081
23556
|
# @private
|
|
23082
23557
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -27919,6 +28394,14 @@ module Google
|
|
|
27919
28394
|
end
|
|
27920
28395
|
end
|
|
27921
28396
|
|
|
28397
|
+
class WorkloadIdentityConfig
|
|
28398
|
+
# @private
|
|
28399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
28400
|
+
property :identity, as: 'identity'
|
|
28401
|
+
property :identity_certificate_enabled, as: 'identityCertificateEnabled'
|
|
28402
|
+
end
|
|
28403
|
+
end
|
|
28404
|
+
|
|
27922
28405
|
class XpnHostList
|
|
27923
28406
|
# @private
|
|
27924
28407
|
class Representation < Google::Apis::Core::JsonRepresentation
|