google-apis-compute_alpha 0.124.0 → 0.126.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 +8 -0
- data/lib/google/apis/compute_alpha/classes.rb +1325 -42
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +489 -2
- data/lib/google/apis/compute_alpha/service.rb +1379 -338
- 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.126.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 = "20251031"
|
|
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
|
|
|
@@ -12802,6 +12970,7 @@ module Google
|
|
|
12802
12970
|
collection :dest_address_groups, as: 'destAddressGroups'
|
|
12803
12971
|
collection :dest_fqdns, as: 'destFqdns'
|
|
12804
12972
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
|
12973
|
+
property :dest_network_context, as: 'destNetworkContext'
|
|
12805
12974
|
property :dest_network_scope, as: 'destNetworkScope'
|
|
12806
12975
|
property :dest_network_type, as: 'destNetworkType'
|
|
12807
12976
|
collection :dest_region_codes, as: 'destRegionCodes'
|
|
@@ -12811,6 +12980,7 @@ module Google
|
|
|
12811
12980
|
collection :src_address_groups, as: 'srcAddressGroups'
|
|
12812
12981
|
collection :src_fqdns, as: 'srcFqdns'
|
|
12813
12982
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
|
12983
|
+
property :src_network_context, as: 'srcNetworkContext'
|
|
12814
12984
|
property :src_network_scope, as: 'srcNetworkScope'
|
|
12815
12985
|
property :src_network_type, as: 'srcNetworkType'
|
|
12816
12986
|
collection :src_networks, as: 'srcNetworks'
|
|
@@ -13827,9 +13997,44 @@ module Google
|
|
|
13827
13997
|
end
|
|
13828
13998
|
end
|
|
13829
13999
|
|
|
14000
|
+
class HaControllersAggregatedList
|
|
14001
|
+
# @private
|
|
14002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14003
|
+
property :etag, as: 'etag'
|
|
14004
|
+
property :id, as: 'id'
|
|
14005
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HaControllersScopedList, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Representation
|
|
14006
|
+
|
|
14007
|
+
property :kind, as: 'kind'
|
|
14008
|
+
property :next_page_token, as: 'nextPageToken'
|
|
14009
|
+
property :self_link, as: 'selfLink'
|
|
14010
|
+
collection :unreachables, as: 'unreachables'
|
|
14011
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Representation
|
|
14012
|
+
|
|
14013
|
+
end
|
|
14014
|
+
|
|
14015
|
+
class Warning
|
|
14016
|
+
# @private
|
|
14017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14018
|
+
property :code, as: 'code'
|
|
14019
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HaControllersAggregatedList::Warning::Datum::Representation
|
|
14020
|
+
|
|
14021
|
+
property :message, as: 'message'
|
|
14022
|
+
end
|
|
14023
|
+
|
|
14024
|
+
class Datum
|
|
14025
|
+
# @private
|
|
14026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14027
|
+
property :key, as: 'key'
|
|
14028
|
+
property :value, as: 'value'
|
|
14029
|
+
end
|
|
14030
|
+
end
|
|
14031
|
+
end
|
|
14032
|
+
end
|
|
14033
|
+
|
|
13830
14034
|
class HaControllersFailoverRequest
|
|
13831
14035
|
# @private
|
|
13832
14036
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14037
|
+
property :failover_to_zone, as: 'failoverToZone'
|
|
13833
14038
|
property :primary_zone, as: 'primaryZone'
|
|
13834
14039
|
end
|
|
13835
14040
|
end
|
|
@@ -13867,6 +14072,34 @@ module Google
|
|
|
13867
14072
|
end
|
|
13868
14073
|
end
|
|
13869
14074
|
|
|
14075
|
+
class HaControllersScopedList
|
|
14076
|
+
# @private
|
|
14077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14078
|
+
collection :ha_controllers, as: 'haControllers', class: Google::Apis::ComputeAlpha::HaController, decorator: Google::Apis::ComputeAlpha::HaController::Representation
|
|
14079
|
+
|
|
14080
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Representation
|
|
14081
|
+
|
|
14082
|
+
end
|
|
14083
|
+
|
|
14084
|
+
class Warning
|
|
14085
|
+
# @private
|
|
14086
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14087
|
+
property :code, as: 'code'
|
|
14088
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HaControllersScopedList::Warning::Datum::Representation
|
|
14089
|
+
|
|
14090
|
+
property :message, as: 'message'
|
|
14091
|
+
end
|
|
14092
|
+
|
|
14093
|
+
class Datum
|
|
14094
|
+
# @private
|
|
14095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14096
|
+
property :key, as: 'key'
|
|
14097
|
+
property :value, as: 'value'
|
|
14098
|
+
end
|
|
14099
|
+
end
|
|
14100
|
+
end
|
|
14101
|
+
end
|
|
14102
|
+
|
|
13870
14103
|
class HealthAggregationPoliciesScopedList
|
|
13871
14104
|
# @private
|
|
13872
14105
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14890,6 +15123,8 @@ module Google
|
|
|
14890
15123
|
|
|
14891
15124
|
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
|
14892
15125
|
|
|
15126
|
+
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ComputeAlpha::WorkloadIdentityConfig, decorator: Google::Apis::ComputeAlpha::WorkloadIdentityConfig::Representation
|
|
15127
|
+
|
|
14893
15128
|
property :zone, as: 'zone'
|
|
14894
15129
|
end
|
|
14895
15130
|
end
|
|
@@ -15206,7 +15441,10 @@ module Google
|
|
|
15206
15441
|
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
|
15207
15442
|
# @private
|
|
15208
15443
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15444
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
15445
|
+
|
|
15209
15446
|
collection :machine_types, as: 'machineTypes'
|
|
15447
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
15210
15448
|
property :rank, as: 'rank'
|
|
15211
15449
|
end
|
|
15212
15450
|
end
|
|
@@ -16044,6 +16282,8 @@ module Google
|
|
|
16044
16282
|
|
|
16045
16283
|
property :tags, as: 'tags', class: Google::Apis::ComputeAlpha::Tags, decorator: Google::Apis::ComputeAlpha::Tags::Representation
|
|
16046
16284
|
|
|
16285
|
+
property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ComputeAlpha::WorkloadIdentityConfig, decorator: Google::Apis::ComputeAlpha::WorkloadIdentityConfig::Representation
|
|
16286
|
+
|
|
16047
16287
|
end
|
|
16048
16288
|
end
|
|
16049
16289
|
|
|
@@ -18239,7 +18479,10 @@ module Google
|
|
|
18239
18479
|
class ManagedInstanceInstanceFlexibilityOverride
|
|
18240
18480
|
# @private
|
|
18241
18481
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18482
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
18483
|
+
|
|
18242
18484
|
property :machine_type, as: 'machineType'
|
|
18485
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
18243
18486
|
property :provisioning_model, as: 'provisioningModel'
|
|
18244
18487
|
end
|
|
18245
18488
|
end
|
|
@@ -18297,7 +18540,10 @@ module Google
|
|
|
18297
18540
|
class ManagedInstancePropertiesFromFlexibilityPolicy
|
|
18298
18541
|
# @private
|
|
18299
18542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18543
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
18544
|
+
|
|
18300
18545
|
property :machine_type, as: 'machineType'
|
|
18546
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
18301
18547
|
property :provisioning_model, as: 'provisioningModel'
|
|
18302
18548
|
end
|
|
18303
18549
|
end
|
|
@@ -19415,8 +19661,6 @@ module Google
|
|
|
19415
19661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19416
19662
|
property :dscp_mode, as: 'dscpMode'
|
|
19417
19663
|
property :dscp_value, as: 'dscpValue'
|
|
19418
|
-
property :field_type, as: 'fieldType'
|
|
19419
|
-
property :field_value, as: 'fieldValue'
|
|
19420
19664
|
property :traffic_class, as: 'trafficClass'
|
|
19421
19665
|
property :type, as: 'type'
|
|
19422
19666
|
end
|
|
@@ -19479,6 +19723,7 @@ module Google
|
|
|
19479
19723
|
# @private
|
|
19480
19724
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19481
19725
|
collection :address_purposes, as: 'addressPurposes'
|
|
19726
|
+
property :allow_address_creation, as: 'allowAddressCreation'
|
|
19482
19727
|
property :allow_alias_ip_ranges, as: 'allowAliasIpRanges'
|
|
19483
19728
|
property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
|
|
19484
19729
|
property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
|
|
@@ -19491,6 +19736,8 @@ module Google
|
|
|
19491
19736
|
property :allow_ip_forwarding, as: 'allowIpForwarding'
|
|
19492
19737
|
property :allow_load_balancing, as: 'allowLoadBalancing'
|
|
19493
19738
|
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
|
19739
|
+
property :allow_multi_nic_in_same_subnetwork, as: 'allowMultiNicInSameSubnetwork'
|
|
19740
|
+
property :allow_multicast, as: 'allowMulticast'
|
|
19494
19741
|
property :allow_ncc, as: 'allowNcc'
|
|
19495
19742
|
property :allow_network_migration, as: 'allowNetworkMigration'
|
|
19496
19743
|
property :allow_packet_mirroring, as: 'allowPacketMirroring'
|
|
@@ -19499,11 +19746,16 @@ module Google
|
|
|
19499
19746
|
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
|
19500
19747
|
property :allow_static_routes, as: 'allowStaticRoutes'
|
|
19501
19748
|
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
|
19749
|
+
property :allow_subnetwork_creation, as: 'allowSubnetworkCreation'
|
|
19502
19750
|
property :allow_vpc_firewall_rules, as: 'allowVpcFirewallRules'
|
|
19503
19751
|
property :allow_vpc_peering, as: 'allowVpcPeering'
|
|
19504
19752
|
property :allow_vpn, as: 'allowVpn'
|
|
19505
19753
|
collection :firewall_policy_types, as: 'firewallPolicyTypes'
|
|
19506
19754
|
collection :interface_types, as: 'interfaceTypes'
|
|
19755
|
+
property :multicast, as: 'multicast'
|
|
19756
|
+
property :predefined_network_internal_ipv6_range, as: 'predefinedNetworkInternalIpv6Range'
|
|
19757
|
+
collection :predefined_subnetwork_ranges, as: 'predefinedSubnetworkRanges', class: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange, decorator: Google::Apis::ComputeAlpha::NetworkProfileNetworkFeaturesPredefinedSubnetworkRange::Representation
|
|
19758
|
+
|
|
19507
19759
|
collection :subnet_purposes, as: 'subnetPurposes'
|
|
19508
19760
|
collection :subnet_stack_types, as: 'subnetStackTypes'
|
|
19509
19761
|
collection :subnetwork_purposes, as: 'subnetworkPurposes'
|
|
@@ -19512,6 +19764,14 @@ module Google
|
|
|
19512
19764
|
end
|
|
19513
19765
|
end
|
|
19514
19766
|
|
|
19767
|
+
class NetworkProfileNetworkFeaturesPredefinedSubnetworkRange
|
|
19768
|
+
# @private
|
|
19769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19770
|
+
property :ipv6_range, as: 'ipv6Range'
|
|
19771
|
+
property :name_prefix, as: 'namePrefix'
|
|
19772
|
+
end
|
|
19773
|
+
end
|
|
19774
|
+
|
|
19515
19775
|
class NetworkProfileProfileType
|
|
19516
19776
|
# @private
|
|
19517
19777
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -22720,6 +22980,7 @@ module Google
|
|
|
22720
22980
|
class ResourcePolicyGroupPlacementPolicy
|
|
22721
22981
|
# @private
|
|
22722
22982
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22983
|
+
property :accelerator_topology_mode, as: 'acceleratorTopologyMode'
|
|
22723
22984
|
property :availability_domain_count, as: 'availabilityDomainCount'
|
|
22724
22985
|
property :collocation, as: 'collocation'
|
|
22725
22986
|
property :gpu_topology, as: 'gpuTopology'
|
|
@@ -23069,6 +23330,153 @@ module Google
|
|
|
23069
23330
|
end
|
|
23070
23331
|
end
|
|
23071
23332
|
|
|
23333
|
+
class Rollout
|
|
23334
|
+
# @private
|
|
23335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23336
|
+
property :cancellation_time, as: 'cancellationTime'
|
|
23337
|
+
property :completion_time, as: 'completionTime'
|
|
23338
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
23339
|
+
property :current_wave_number, :numeric_string => true, as: 'currentWaveNumber'
|
|
23340
|
+
property :description, as: 'description'
|
|
23341
|
+
property :etag, as: 'etag'
|
|
23342
|
+
property :id, :numeric_string => true, as: 'id'
|
|
23343
|
+
property :kind, as: 'kind'
|
|
23344
|
+
property :name, as: 'name'
|
|
23345
|
+
property :rollout_entity, as: 'rolloutEntity', class: Google::Apis::ComputeAlpha::RolloutRolloutEntity, decorator: Google::Apis::ComputeAlpha::RolloutRolloutEntity::Representation
|
|
23346
|
+
|
|
23347
|
+
property :rollout_plan, as: 'rolloutPlan'
|
|
23348
|
+
property :self_link, as: 'selfLink'
|
|
23349
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
23350
|
+
property :state, as: 'state'
|
|
23351
|
+
collection :wave_details, as: 'waveDetails', class: Google::Apis::ComputeAlpha::RolloutWaveDetails, decorator: Google::Apis::ComputeAlpha::RolloutWaveDetails::Representation
|
|
23352
|
+
|
|
23353
|
+
end
|
|
23354
|
+
end
|
|
23355
|
+
|
|
23356
|
+
class RolloutPlan
|
|
23357
|
+
# @private
|
|
23358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23359
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
23360
|
+
property :description, as: 'description'
|
|
23361
|
+
property :id, :numeric_string => true, as: 'id'
|
|
23362
|
+
property :kind, as: 'kind'
|
|
23363
|
+
property :location_scope, as: 'locationScope'
|
|
23364
|
+
property :name, as: 'name'
|
|
23365
|
+
property :self_link, as: 'selfLink'
|
|
23366
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
23367
|
+
collection :waves, as: 'waves', class: Google::Apis::ComputeAlpha::RolloutPlanWave, decorator: Google::Apis::ComputeAlpha::RolloutPlanWave::Representation
|
|
23368
|
+
|
|
23369
|
+
end
|
|
23370
|
+
end
|
|
23371
|
+
|
|
23372
|
+
class RolloutPlanWave
|
|
23373
|
+
# @private
|
|
23374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23375
|
+
property :display_name, as: 'displayName'
|
|
23376
|
+
property :number, :numeric_string => true, as: 'number'
|
|
23377
|
+
property :orchestration_options, as: 'orchestrationOptions', class: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptions, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptions::Representation
|
|
23378
|
+
|
|
23379
|
+
collection :selectors, as: 'selectors', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelector::Representation
|
|
23380
|
+
|
|
23381
|
+
property :validation, as: 'validation', class: Google::Apis::ComputeAlpha::RolloutPlanWaveValidation, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveValidation::Representation
|
|
23382
|
+
|
|
23383
|
+
end
|
|
23384
|
+
end
|
|
23385
|
+
|
|
23386
|
+
class RolloutPlanWaveOrchestrationOptions
|
|
23387
|
+
# @private
|
|
23388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23389
|
+
collection :delays, as: 'delays', class: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptionsDelay, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveOrchestrationOptionsDelay::Representation
|
|
23390
|
+
|
|
23391
|
+
property :max_concurrent_locations, :numeric_string => true, as: 'maxConcurrentLocations'
|
|
23392
|
+
property :max_concurrent_resources_per_location, :numeric_string => true, as: 'maxConcurrentResourcesPerLocation'
|
|
23393
|
+
end
|
|
23394
|
+
end
|
|
23395
|
+
|
|
23396
|
+
class RolloutPlanWaveOrchestrationOptionsDelay
|
|
23397
|
+
# @private
|
|
23398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23399
|
+
property :delimiter, as: 'delimiter'
|
|
23400
|
+
property :duration, as: 'duration'
|
|
23401
|
+
property :type, as: 'type'
|
|
23402
|
+
end
|
|
23403
|
+
end
|
|
23404
|
+
|
|
23405
|
+
class RolloutPlanWaveSelector
|
|
23406
|
+
# @private
|
|
23407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23408
|
+
property :location_selector, as: 'locationSelector', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorLocationSelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorLocationSelector::Representation
|
|
23409
|
+
|
|
23410
|
+
property :resource_hierarchy_selector, as: 'resourceHierarchySelector', class: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorResourceHierarchySelector, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveSelectorResourceHierarchySelector::Representation
|
|
23411
|
+
|
|
23412
|
+
end
|
|
23413
|
+
end
|
|
23414
|
+
|
|
23415
|
+
class RolloutPlanWaveSelectorLocationSelector
|
|
23416
|
+
# @private
|
|
23417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23418
|
+
collection :included_locations, as: 'includedLocations'
|
|
23419
|
+
end
|
|
23420
|
+
end
|
|
23421
|
+
|
|
23422
|
+
class RolloutPlanWaveSelectorResourceHierarchySelector
|
|
23423
|
+
# @private
|
|
23424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23425
|
+
collection :included_folders, as: 'includedFolders'
|
|
23426
|
+
collection :included_organizations, as: 'includedOrganizations'
|
|
23427
|
+
collection :included_projects, as: 'includedProjects'
|
|
23428
|
+
end
|
|
23429
|
+
end
|
|
23430
|
+
|
|
23431
|
+
class RolloutPlanWaveValidation
|
|
23432
|
+
# @private
|
|
23433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23434
|
+
property :time_based_validation_metadata, as: 'timeBasedValidationMetadata', class: Google::Apis::ComputeAlpha::RolloutPlanWaveValidationTimeBasedValidationMetadata, decorator: Google::Apis::ComputeAlpha::RolloutPlanWaveValidationTimeBasedValidationMetadata::Representation
|
|
23435
|
+
|
|
23436
|
+
property :type, as: 'type'
|
|
23437
|
+
end
|
|
23438
|
+
end
|
|
23439
|
+
|
|
23440
|
+
class RolloutPlanWaveValidationTimeBasedValidationMetadata
|
|
23441
|
+
# @private
|
|
23442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23443
|
+
property :wait_duration, as: 'waitDuration'
|
|
23444
|
+
end
|
|
23445
|
+
end
|
|
23446
|
+
|
|
23447
|
+
class RolloutPlansListResponse
|
|
23448
|
+
# @private
|
|
23449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23450
|
+
property :etag, as: 'etag'
|
|
23451
|
+
property :id, as: 'id'
|
|
23452
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::RolloutPlan, decorator: Google::Apis::ComputeAlpha::RolloutPlan::Representation
|
|
23453
|
+
|
|
23454
|
+
property :next_page_token, as: 'nextPageToken'
|
|
23455
|
+
property :self_link, as: 'selfLink'
|
|
23456
|
+
collection :unreachables, as: 'unreachables'
|
|
23457
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning, decorator: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Representation
|
|
23458
|
+
|
|
23459
|
+
end
|
|
23460
|
+
|
|
23461
|
+
class Warning
|
|
23462
|
+
# @private
|
|
23463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23464
|
+
property :code, as: 'code'
|
|
23465
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RolloutPlansListResponse::Warning::Datum::Representation
|
|
23466
|
+
|
|
23467
|
+
property :message, as: 'message'
|
|
23468
|
+
end
|
|
23469
|
+
|
|
23470
|
+
class Datum
|
|
23471
|
+
# @private
|
|
23472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23473
|
+
property :key, as: 'key'
|
|
23474
|
+
property :value, as: 'value'
|
|
23475
|
+
end
|
|
23476
|
+
end
|
|
23477
|
+
end
|
|
23478
|
+
end
|
|
23479
|
+
|
|
23072
23480
|
class RolloutPolicy
|
|
23073
23481
|
# @private
|
|
23074
23482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -23077,6 +23485,76 @@ module Google
|
|
|
23077
23485
|
end
|
|
23078
23486
|
end
|
|
23079
23487
|
|
|
23488
|
+
class RolloutRolloutEntity
|
|
23489
|
+
# @private
|
|
23490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23491
|
+
property :orchestrated_entity, as: 'orchestratedEntity', class: Google::Apis::ComputeAlpha::RolloutRolloutEntityOrchestratedEntity, decorator: Google::Apis::ComputeAlpha::RolloutRolloutEntityOrchestratedEntity::Representation
|
|
23492
|
+
|
|
23493
|
+
end
|
|
23494
|
+
end
|
|
23495
|
+
|
|
23496
|
+
class RolloutRolloutEntityOrchestratedEntity
|
|
23497
|
+
# @private
|
|
23498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23499
|
+
property :conflict_behavior, as: 'conflictBehavior'
|
|
23500
|
+
property :orchestration_action, as: 'orchestrationAction'
|
|
23501
|
+
property :orchestration_source, as: 'orchestrationSource'
|
|
23502
|
+
end
|
|
23503
|
+
end
|
|
23504
|
+
|
|
23505
|
+
class RolloutWaveDetails
|
|
23506
|
+
# @private
|
|
23507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23508
|
+
property :orchestrated_wave_details, as: 'orchestratedWaveDetails', class: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetails, decorator: Google::Apis::ComputeAlpha::RolloutWaveDetailsOrchestratedWaveDetails::Representation
|
|
23509
|
+
|
|
23510
|
+
property :wave_display_name, as: 'waveDisplayName'
|
|
23511
|
+
property :wave_number, :numeric_string => true, as: 'waveNumber'
|
|
23512
|
+
end
|
|
23513
|
+
end
|
|
23514
|
+
|
|
23515
|
+
class RolloutWaveDetailsOrchestratedWaveDetails
|
|
23516
|
+
# @private
|
|
23517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23518
|
+
property :completed_resources_count, :numeric_string => true, as: 'completedResourcesCount'
|
|
23519
|
+
property :estimated_total_resources_count, :numeric_string => true, as: 'estimatedTotalResourcesCount'
|
|
23520
|
+
collection :failed_locations, as: 'failedLocations'
|
|
23521
|
+
property :failed_resources_count, :numeric_string => true, as: 'failedResourcesCount'
|
|
23522
|
+
end
|
|
23523
|
+
end
|
|
23524
|
+
|
|
23525
|
+
class RolloutsListResponse
|
|
23526
|
+
# @private
|
|
23527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23528
|
+
property :etag, as: 'etag'
|
|
23529
|
+
property :id, as: 'id'
|
|
23530
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::Rollout, decorator: Google::Apis::ComputeAlpha::Rollout::Representation
|
|
23531
|
+
|
|
23532
|
+
property :next_page_token, as: 'nextPageToken'
|
|
23533
|
+
property :self_link, as: 'selfLink'
|
|
23534
|
+
collection :unreachables, as: 'unreachables'
|
|
23535
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Representation
|
|
23536
|
+
|
|
23537
|
+
end
|
|
23538
|
+
|
|
23539
|
+
class Warning
|
|
23540
|
+
# @private
|
|
23541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23542
|
+
property :code, as: 'code'
|
|
23543
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RolloutsListResponse::Warning::Datum::Representation
|
|
23544
|
+
|
|
23545
|
+
property :message, as: 'message'
|
|
23546
|
+
end
|
|
23547
|
+
|
|
23548
|
+
class Datum
|
|
23549
|
+
# @private
|
|
23550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
23551
|
+
property :key, as: 'key'
|
|
23552
|
+
property :value, as: 'value'
|
|
23553
|
+
end
|
|
23554
|
+
end
|
|
23555
|
+
end
|
|
23556
|
+
end
|
|
23557
|
+
|
|
23080
23558
|
class Route
|
|
23081
23559
|
# @private
|
|
23082
23560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -27575,6 +28053,7 @@ module Google
|
|
|
27575
28053
|
class VpnTunnel
|
|
27576
28054
|
# @private
|
|
27577
28055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
28056
|
+
property :capacity_tier, as: 'capacityTier'
|
|
27578
28057
|
property :cipher_suite, as: 'cipherSuite', class: Google::Apis::ComputeAlpha::VpnTunnelCipherSuite, decorator: Google::Apis::ComputeAlpha::VpnTunnelCipherSuite::Representation
|
|
27579
28058
|
|
|
27580
28059
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
@@ -27919,6 +28398,14 @@ module Google
|
|
|
27919
28398
|
end
|
|
27920
28399
|
end
|
|
27921
28400
|
|
|
28401
|
+
class WorkloadIdentityConfig
|
|
28402
|
+
# @private
|
|
28403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
28404
|
+
property :identity, as: 'identity'
|
|
28405
|
+
property :identity_certificate_enabled, as: 'identityCertificateEnabled'
|
|
28406
|
+
end
|
|
28407
|
+
end
|
|
28408
|
+
|
|
27922
28409
|
class XpnHostList
|
|
27923
28410
|
# @private
|
|
27924
28411
|
class Representation < Google::Apis::Core::JsonRepresentation
|