google-apis-compute_alpha 0.9.0 → 0.10.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 +5 -0
- data/lib/google/apis/compute_alpha/classes.rb +1352 -92
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +488 -16
- data/lib/google/apis/compute_alpha/service.rb +1278 -160
- metadata +3 -3
@@ -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.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210505"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -166,12 +166,6 @@ module Google
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
-
class AllocationShareSettings
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
-
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
173
|
-
end
|
174
|
-
|
175
169
|
class AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk
|
176
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
171
|
|
@@ -1120,6 +1114,84 @@ module Google
|
|
1120
1114
|
include Google::Apis::Core::JsonObjectSupport
|
1121
1115
|
end
|
1122
1116
|
|
1117
|
+
class FutureReservation
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class FutureReservationSpecificSkuProperties
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class FutureReservationStatus
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class FutureReservationTimeWindow
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class FutureReservationsAggregatedListResponse
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
class Warning
|
1145
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1146
|
+
|
1147
|
+
class Datum
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
include Google::Apis::Core::JsonObjectSupport
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class FutureReservationsListResponse
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
class Warning
|
1163
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1164
|
+
|
1165
|
+
class Datum
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
include Google::Apis::Core::JsonObjectSupport
|
1172
|
+
end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class FutureReservationsScopedList
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
class Warning
|
1181
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1182
|
+
|
1183
|
+
class Datum
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
include Google::Apis::Core::JsonObjectSupport
|
1190
|
+
end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1123
1195
|
class GrpcHealthCheck
|
1124
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
1197
|
|
@@ -2668,6 +2740,48 @@ module Google
|
|
2668
2740
|
include Google::Apis::Core::JsonObjectSupport
|
2669
2741
|
end
|
2670
2742
|
|
2743
|
+
class NetworkEdgeSecurityService
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
class Warning
|
2753
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2754
|
+
|
2755
|
+
class Datum
|
2756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2757
|
+
|
2758
|
+
include Google::Apis::Core::JsonObjectSupport
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
include Google::Apis::Core::JsonObjectSupport
|
2762
|
+
end
|
2763
|
+
|
2764
|
+
include Google::Apis::Core::JsonObjectSupport
|
2765
|
+
end
|
2766
|
+
|
2767
|
+
class NetworkEdgeSecurityServicesScopedList
|
2768
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2769
|
+
|
2770
|
+
class Warning
|
2771
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2772
|
+
|
2773
|
+
class Datum
|
2774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2775
|
+
|
2776
|
+
include Google::Apis::Core::JsonObjectSupport
|
2777
|
+
end
|
2778
|
+
|
2779
|
+
include Google::Apis::Core::JsonObjectSupport
|
2780
|
+
end
|
2781
|
+
|
2782
|
+
include Google::Apis::Core::JsonObjectSupport
|
2783
|
+
end
|
2784
|
+
|
2671
2785
|
class NetworkEndpoint
|
2672
2786
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2673
2787
|
|
@@ -4450,12 +4564,48 @@ module Google
|
|
4450
4564
|
include Google::Apis::Core::JsonObjectSupport
|
4451
4565
|
end
|
4452
4566
|
|
4567
|
+
class SecurityPoliciesAggregatedList
|
4568
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4569
|
+
|
4570
|
+
class Warning
|
4571
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4572
|
+
|
4573
|
+
class Datum
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4575
|
+
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
4577
|
+
end
|
4578
|
+
|
4579
|
+
include Google::Apis::Core::JsonObjectSupport
|
4580
|
+
end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4453
4585
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
4454
4586
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4455
4587
|
|
4456
4588
|
include Google::Apis::Core::JsonObjectSupport
|
4457
4589
|
end
|
4458
4590
|
|
4591
|
+
class SecurityPoliciesScopedList
|
4592
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4593
|
+
|
4594
|
+
class Warning
|
4595
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4596
|
+
|
4597
|
+
class Datum
|
4598
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4599
|
+
|
4600
|
+
include Google::Apis::Core::JsonObjectSupport
|
4601
|
+
end
|
4602
|
+
|
4603
|
+
include Google::Apis::Core::JsonObjectSupport
|
4604
|
+
end
|
4605
|
+
|
4606
|
+
include Google::Apis::Core::JsonObjectSupport
|
4607
|
+
end
|
4608
|
+
|
4459
4609
|
class SecurityPoliciesWafConfig
|
4460
4610
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4461
4611
|
|
@@ -4492,6 +4642,12 @@ module Google
|
|
4492
4642
|
include Google::Apis::Core::JsonObjectSupport
|
4493
4643
|
end
|
4494
4644
|
|
4645
|
+
class SecurityPolicyDdosProtectionConfig
|
4646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
|
+
|
4648
|
+
include Google::Apis::Core::JsonObjectSupport
|
4649
|
+
end
|
4650
|
+
|
4495
4651
|
class SecurityPolicyList
|
4496
4652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4497
4653
|
|
@@ -4678,6 +4834,12 @@ module Google
|
|
4678
4834
|
include Google::Apis::Core::JsonObjectSupport
|
4679
4835
|
end
|
4680
4836
|
|
4837
|
+
class ShareSettings
|
4838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4839
|
+
|
4840
|
+
include Google::Apis::Core::JsonObjectSupport
|
4841
|
+
end
|
4842
|
+
|
4681
4843
|
class ShieldedInstanceConfig
|
4682
4844
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4683
4845
|
|
@@ -6233,14 +6395,6 @@ module Google
|
|
6233
6395
|
end
|
6234
6396
|
end
|
6235
6397
|
|
6236
|
-
class AllocationShareSettings
|
6237
|
-
# @private
|
6238
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6239
|
-
collection :projects, as: 'projects'
|
6240
|
-
property :share_type, as: 'shareType'
|
6241
|
-
end
|
6242
|
-
end
|
6243
|
-
|
6244
6398
|
class AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk
|
6245
6399
|
# @private
|
6246
6400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7100,6 +7254,7 @@ module Google
|
|
7100
7254
|
class Commitment
|
7101
7255
|
# @private
|
7102
7256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7257
|
+
property :auto_renew, as: 'autoRenew'
|
7103
7258
|
property :category, as: 'category'
|
7104
7259
|
property :creation_timestamp, as: 'creationTimestamp'
|
7105
7260
|
property :description, as: 'description'
|
@@ -8010,6 +8165,7 @@ module Google
|
|
8010
8165
|
|
8011
8166
|
property :service_label, as: 'serviceLabel'
|
8012
8167
|
property :service_name, as: 'serviceName'
|
8168
|
+
collection :source_ip_ranges, as: 'sourceIpRanges'
|
8013
8169
|
property :subnetwork, as: 'subnetwork'
|
8014
8170
|
property :target, as: 'target'
|
8015
8171
|
end
|
@@ -8124,6 +8280,154 @@ module Google
|
|
8124
8280
|
end
|
8125
8281
|
end
|
8126
8282
|
|
8283
|
+
class FutureReservation
|
8284
|
+
# @private
|
8285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8286
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
8287
|
+
property :description, as: 'description'
|
8288
|
+
property :id, :numeric_string => true, as: 'id'
|
8289
|
+
property :kind, as: 'kind'
|
8290
|
+
property :name, as: 'name'
|
8291
|
+
property :name_prefix, as: 'namePrefix'
|
8292
|
+
property :self_link, as: 'selfLink'
|
8293
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
8294
|
+
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
8295
|
+
|
8296
|
+
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeAlpha::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeAlpha::FutureReservationSpecificSkuProperties::Representation
|
8297
|
+
|
8298
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::FutureReservationStatus, decorator: Google::Apis::ComputeAlpha::FutureReservationStatus::Representation
|
8299
|
+
|
8300
|
+
property :time_window, as: 'timeWindow', class: Google::Apis::ComputeAlpha::FutureReservationTimeWindow, decorator: Google::Apis::ComputeAlpha::FutureReservationTimeWindow::Representation
|
8301
|
+
|
8302
|
+
property :zone, as: 'zone'
|
8303
|
+
end
|
8304
|
+
end
|
8305
|
+
|
8306
|
+
class FutureReservationSpecificSkuProperties
|
8307
|
+
# @private
|
8308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8309
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
|
8310
|
+
|
8311
|
+
property :total_count, :numeric_string => true, as: 'totalCount'
|
8312
|
+
end
|
8313
|
+
end
|
8314
|
+
|
8315
|
+
class FutureReservationStatus
|
8316
|
+
# @private
|
8317
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8318
|
+
collection :auto_created_reservations, as: 'autoCreatedReservations'
|
8319
|
+
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
8320
|
+
property :lock_time, as: 'lockTime'
|
8321
|
+
property :procurement_status, as: 'procurementStatus'
|
8322
|
+
end
|
8323
|
+
end
|
8324
|
+
|
8325
|
+
class FutureReservationTimeWindow
|
8326
|
+
# @private
|
8327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8328
|
+
property :duration, as: 'duration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
8329
|
+
|
8330
|
+
property :end_time, as: 'endTime'
|
8331
|
+
property :start_time, as: 'startTime'
|
8332
|
+
end
|
8333
|
+
end
|
8334
|
+
|
8335
|
+
class FutureReservationsAggregatedListResponse
|
8336
|
+
# @private
|
8337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8338
|
+
property :etag, as: 'etag'
|
8339
|
+
property :id, as: 'id'
|
8340
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::FutureReservationsScopedList, decorator: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Representation
|
8341
|
+
|
8342
|
+
property :kind, as: 'kind'
|
8343
|
+
property :next_page_token, as: 'nextPageToken'
|
8344
|
+
property :self_link, as: 'selfLink'
|
8345
|
+
collection :unreachables, as: 'unreachables'
|
8346
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse::Warning, decorator: Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse::Warning::Representation
|
8347
|
+
|
8348
|
+
end
|
8349
|
+
|
8350
|
+
class Warning
|
8351
|
+
# @private
|
8352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8353
|
+
property :code, as: 'code'
|
8354
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::FutureReservationsAggregatedListResponse::Warning::Datum::Representation
|
8355
|
+
|
8356
|
+
property :message, as: 'message'
|
8357
|
+
end
|
8358
|
+
|
8359
|
+
class Datum
|
8360
|
+
# @private
|
8361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8362
|
+
property :key, as: 'key'
|
8363
|
+
property :value, as: 'value'
|
8364
|
+
end
|
8365
|
+
end
|
8366
|
+
end
|
8367
|
+
end
|
8368
|
+
|
8369
|
+
class FutureReservationsListResponse
|
8370
|
+
# @private
|
8371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8372
|
+
property :etag, as: 'etag'
|
8373
|
+
property :id, as: 'id'
|
8374
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::FutureReservation, decorator: Google::Apis::ComputeAlpha::FutureReservation::Representation
|
8375
|
+
|
8376
|
+
property :kind, as: 'kind'
|
8377
|
+
property :next_page_token, as: 'nextPageToken'
|
8378
|
+
property :self_link, as: 'selfLink'
|
8379
|
+
collection :unreachables, as: 'unreachables'
|
8380
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::FutureReservationsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::FutureReservationsListResponse::Warning::Representation
|
8381
|
+
|
8382
|
+
end
|
8383
|
+
|
8384
|
+
class Warning
|
8385
|
+
# @private
|
8386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8387
|
+
property :code, as: 'code'
|
8388
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::FutureReservationsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::FutureReservationsListResponse::Warning::Datum::Representation
|
8389
|
+
|
8390
|
+
property :message, as: 'message'
|
8391
|
+
end
|
8392
|
+
|
8393
|
+
class Datum
|
8394
|
+
# @private
|
8395
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8396
|
+
property :key, as: 'key'
|
8397
|
+
property :value, as: 'value'
|
8398
|
+
end
|
8399
|
+
end
|
8400
|
+
end
|
8401
|
+
end
|
8402
|
+
|
8403
|
+
class FutureReservationsScopedList
|
8404
|
+
# @private
|
8405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8406
|
+
collection :resources, as: 'resources', class: Google::Apis::ComputeAlpha::FutureReservation, decorator: Google::Apis::ComputeAlpha::FutureReservation::Representation
|
8407
|
+
|
8408
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning::Representation
|
8409
|
+
|
8410
|
+
end
|
8411
|
+
|
8412
|
+
class Warning
|
8413
|
+
# @private
|
8414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8415
|
+
property :code, as: 'code'
|
8416
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::FutureReservationsScopedList::Warning::Datum::Representation
|
8417
|
+
|
8418
|
+
property :message, as: 'message'
|
8419
|
+
end
|
8420
|
+
|
8421
|
+
class Datum
|
8422
|
+
# @private
|
8423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8424
|
+
property :key, as: 'key'
|
8425
|
+
property :value, as: 'value'
|
8426
|
+
end
|
8427
|
+
end
|
8428
|
+
end
|
8429
|
+
end
|
8430
|
+
|
8127
8431
|
class GrpcHealthCheck
|
8128
8432
|
# @private
|
8129
8433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9451,6 +9755,7 @@ module Google
|
|
9451
9755
|
# @private
|
9452
9756
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9453
9757
|
collection :instances, as: 'instances'
|
9758
|
+
property :skip_instances_on_validation_error, as: 'skipInstancesOnValidationError'
|
9454
9759
|
end
|
9455
9760
|
end
|
9456
9761
|
|
@@ -9844,6 +10149,7 @@ module Google
|
|
9844
10149
|
collection :resource_policies, as: 'resourcePolicies'
|
9845
10150
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::Scheduling, decorator: Google::Apis::ComputeAlpha::Scheduling::Representation
|
9846
10151
|
|
10152
|
+
collection :secure_tags, as: 'secureTags'
|
9847
10153
|
collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::ComputeAlpha::ServiceAccount, decorator: Google::Apis::ComputeAlpha::ServiceAccount::Representation
|
9848
10154
|
|
9849
10155
|
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ComputeAlpha::ShieldedInstanceConfig, decorator: Google::Apis::ComputeAlpha::ShieldedInstanceConfig::Representation
|
@@ -10165,6 +10471,7 @@ module Google
|
|
10165
10471
|
property :peer_ip_address, as: 'peerIpAddress'
|
10166
10472
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
10167
10473
|
property :requested_link_count, as: 'requestedLinkCount'
|
10474
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10168
10475
|
property :self_link, as: 'selfLink'
|
10169
10476
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10170
10477
|
property :state, as: 'state'
|
@@ -10207,6 +10514,7 @@ module Google
|
|
10207
10514
|
|
10208
10515
|
property :region, as: 'region'
|
10209
10516
|
property :router, as: 'router'
|
10517
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10210
10518
|
property :self_link, as: 'selfLink'
|
10211
10519
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10212
10520
|
property :stack_type, as: 'stackType'
|
@@ -10438,6 +10746,7 @@ module Google
|
|
10438
10746
|
property :self_link, as: 'selfLink'
|
10439
10747
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10440
10748
|
property :status, as: 'status'
|
10749
|
+
property :supports_pzs, as: 'supportsPzs'
|
10441
10750
|
end
|
10442
10751
|
end
|
10443
10752
|
|
@@ -11095,6 +11404,84 @@ module Google
|
|
11095
11404
|
end
|
11096
11405
|
end
|
11097
11406
|
|
11407
|
+
class NetworkEdgeSecurityService
|
11408
|
+
# @private
|
11409
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11410
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
11411
|
+
property :description, as: 'description'
|
11412
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
11413
|
+
property :id, :numeric_string => true, as: 'id'
|
11414
|
+
property :kind, as: 'kind'
|
11415
|
+
property :name, as: 'name'
|
11416
|
+
property :region, as: 'region'
|
11417
|
+
property :security_policy, as: 'securityPolicy'
|
11418
|
+
property :self_link, as: 'selfLink'
|
11419
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
11420
|
+
end
|
11421
|
+
end
|
11422
|
+
|
11423
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
11424
|
+
# @private
|
11425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11426
|
+
property :etag, as: 'etag'
|
11427
|
+
property :id, as: 'id'
|
11428
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Representation
|
11429
|
+
|
11430
|
+
property :kind, as: 'kind'
|
11431
|
+
property :next_page_token, as: 'nextPageToken'
|
11432
|
+
property :self_link, as: 'selfLink'
|
11433
|
+
collection :unreachables, as: 'unreachables'
|
11434
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList::Warning::Representation
|
11435
|
+
|
11436
|
+
end
|
11437
|
+
|
11438
|
+
class Warning
|
11439
|
+
# @private
|
11440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11441
|
+
property :code, as: 'code'
|
11442
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum::Representation
|
11443
|
+
|
11444
|
+
property :message, as: 'message'
|
11445
|
+
end
|
11446
|
+
|
11447
|
+
class Datum
|
11448
|
+
# @private
|
11449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11450
|
+
property :key, as: 'key'
|
11451
|
+
property :value, as: 'value'
|
11452
|
+
end
|
11453
|
+
end
|
11454
|
+
end
|
11455
|
+
end
|
11456
|
+
|
11457
|
+
class NetworkEdgeSecurityServicesScopedList
|
11458
|
+
# @private
|
11459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11460
|
+
collection :network_edge_security_services, as: 'networkEdgeSecurityServices', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityService, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityService::Representation
|
11461
|
+
|
11462
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning::Representation
|
11463
|
+
|
11464
|
+
end
|
11465
|
+
|
11466
|
+
class Warning
|
11467
|
+
# @private
|
11468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11469
|
+
property :code, as: 'code'
|
11470
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkEdgeSecurityServicesScopedList::Warning::Datum::Representation
|
11471
|
+
|
11472
|
+
property :message, as: 'message'
|
11473
|
+
end
|
11474
|
+
|
11475
|
+
class Datum
|
11476
|
+
# @private
|
11477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11478
|
+
property :key, as: 'key'
|
11479
|
+
property :value, as: 'value'
|
11480
|
+
end
|
11481
|
+
end
|
11482
|
+
end
|
11483
|
+
end
|
11484
|
+
|
11098
11485
|
class NetworkEndpoint
|
11099
11486
|
# @private
|
11100
11487
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13134,6 +13521,7 @@ module Google
|
|
13134
13521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13135
13522
|
collection :instances, as: 'instances'
|
13136
13523
|
property :skip_inapplicable_instances, as: 'skipInapplicableInstances'
|
13524
|
+
property :skip_instances_on_validation_error, as: 'skipInstancesOnValidationError'
|
13137
13525
|
end
|
13138
13526
|
end
|
13139
13527
|
|
@@ -13394,7 +13782,7 @@ module Google
|
|
13394
13782
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
13395
13783
|
property :self_link, as: 'selfLink'
|
13396
13784
|
property :self_link_with_id, as: 'selfLinkWithId'
|
13397
|
-
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::
|
13785
|
+
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
13398
13786
|
|
13399
13787
|
property :specific_reservation, as: 'specificReservation', class: Google::Apis::ComputeAlpha::AllocationSpecificSkuReservation, decorator: Google::Apis::ComputeAlpha::AllocationSpecificSkuReservation::Representation
|
13400
13788
|
|
@@ -14336,6 +14724,40 @@ module Google
|
|
14336
14724
|
end
|
14337
14725
|
end
|
14338
14726
|
|
14727
|
+
class SecurityPoliciesAggregatedList
|
14728
|
+
# @private
|
14729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14730
|
+
property :etag, as: 'etag'
|
14731
|
+
property :id, as: 'id'
|
14732
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList::Representation
|
14733
|
+
|
14734
|
+
property :kind, as: 'kind'
|
14735
|
+
property :next_page_token, as: 'nextPageToken'
|
14736
|
+
property :self_link, as: 'selfLink'
|
14737
|
+
collection :unreachables, as: 'unreachables'
|
14738
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList::Warning::Representation
|
14739
|
+
|
14740
|
+
end
|
14741
|
+
|
14742
|
+
class Warning
|
14743
|
+
# @private
|
14744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14745
|
+
property :code, as: 'code'
|
14746
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesAggregatedList::Warning::Datum::Representation
|
14747
|
+
|
14748
|
+
property :message, as: 'message'
|
14749
|
+
end
|
14750
|
+
|
14751
|
+
class Datum
|
14752
|
+
# @private
|
14753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14754
|
+
property :key, as: 'key'
|
14755
|
+
property :value, as: 'value'
|
14756
|
+
end
|
14757
|
+
end
|
14758
|
+
end
|
14759
|
+
end
|
14760
|
+
|
14339
14761
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
14340
14762
|
# @private
|
14341
14763
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14344,6 +14766,34 @@ module Google
|
|
14344
14766
|
end
|
14345
14767
|
end
|
14346
14768
|
|
14769
|
+
class SecurityPoliciesScopedList
|
14770
|
+
# @private
|
14771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14772
|
+
collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeAlpha::SecurityPolicy, decorator: Google::Apis::ComputeAlpha::SecurityPolicy::Representation
|
14773
|
+
|
14774
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList::Warning::Representation
|
14775
|
+
|
14776
|
+
end
|
14777
|
+
|
14778
|
+
class Warning
|
14779
|
+
# @private
|
14780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14781
|
+
property :code, as: 'code'
|
14782
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::SecurityPoliciesScopedList::Warning::Datum::Representation
|
14783
|
+
|
14784
|
+
property :message, as: 'message'
|
14785
|
+
end
|
14786
|
+
|
14787
|
+
class Datum
|
14788
|
+
# @private
|
14789
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14790
|
+
property :key, as: 'key'
|
14791
|
+
property :value, as: 'value'
|
14792
|
+
end
|
14793
|
+
end
|
14794
|
+
end
|
14795
|
+
end
|
14796
|
+
|
14347
14797
|
class SecurityPoliciesWafConfig
|
14348
14798
|
# @private
|
14349
14799
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14362,6 +14812,8 @@ module Google
|
|
14362
14812
|
property :cloud_armor_config, as: 'cloudArmorConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyCloudArmorConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyCloudArmorConfig::Representation
|
14363
14813
|
|
14364
14814
|
property :creation_timestamp, as: 'creationTimestamp'
|
14815
|
+
property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyDdosProtectionConfig::Representation
|
14816
|
+
|
14365
14817
|
property :description, as: 'description'
|
14366
14818
|
property :display_name, as: 'displayName'
|
14367
14819
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -14371,6 +14823,7 @@ module Google
|
|
14371
14823
|
hash :labels, as: 'labels'
|
14372
14824
|
property :name, as: 'name'
|
14373
14825
|
property :parent, as: 'parent'
|
14826
|
+
property :region, as: 'region'
|
14374
14827
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
14375
14828
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::SecurityPolicyRule, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRule::Representation
|
14376
14829
|
|
@@ -14413,14 +14866,23 @@ module Google
|
|
14413
14866
|
end
|
14414
14867
|
end
|
14415
14868
|
|
14869
|
+
class SecurityPolicyDdosProtectionConfig
|
14870
|
+
# @private
|
14871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14872
|
+
property :ddos_protection, as: 'ddosProtection'
|
14873
|
+
end
|
14874
|
+
end
|
14875
|
+
|
14416
14876
|
class SecurityPolicyList
|
14417
14877
|
# @private
|
14418
14878
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14879
|
+
property :etag, as: 'etag'
|
14419
14880
|
property :id, as: 'id'
|
14420
14881
|
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::SecurityPolicy, decorator: Google::Apis::ComputeAlpha::SecurityPolicy::Representation
|
14421
14882
|
|
14422
14883
|
property :kind, as: 'kind'
|
14423
14884
|
property :next_page_token, as: 'nextPageToken'
|
14885
|
+
collection :unreachables, as: 'unreachables'
|
14424
14886
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::SecurityPolicyList::Warning, decorator: Google::Apis::ComputeAlpha::SecurityPolicyList::Warning::Representation
|
14425
14887
|
|
14426
14888
|
end
|
@@ -14726,7 +15188,7 @@ module Google
|
|
14726
15188
|
class ServiceAttachmentsScopedList
|
14727
15189
|
# @private
|
14728
15190
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14729
|
-
collection :
|
15191
|
+
collection :service_attachments, as: 'serviceAttachments', class: Google::Apis::ComputeAlpha::ServiceAttachment, decorator: Google::Apis::ComputeAlpha::ServiceAttachment::Representation
|
14730
15192
|
|
14731
15193
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentsScopedList::Warning::Representation
|
14732
15194
|
|
@@ -14751,6 +15213,14 @@ module Google
|
|
14751
15213
|
end
|
14752
15214
|
end
|
14753
15215
|
|
15216
|
+
class ShareSettings
|
15217
|
+
# @private
|
15218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15219
|
+
collection :projects, as: 'projects'
|
15220
|
+
property :share_type, as: 'shareType'
|
15221
|
+
end
|
15222
|
+
end
|
15223
|
+
|
14754
15224
|
class ShieldedInstanceConfig
|
14755
15225
|
# @private
|
14756
15226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15223,6 +15693,7 @@ module Google
|
|
15223
15693
|
collection :private_ipv6_google_access_service_accounts, as: 'privateIpv6GoogleAccessServiceAccounts'
|
15224
15694
|
property :purpose, as: 'purpose'
|
15225
15695
|
property :region, as: 'region'
|
15696
|
+
property :reserved_internal_range, as: 'reservedInternalRange'
|
15226
15697
|
property :role, as: 'role'
|
15227
15698
|
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeAlpha::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeAlpha::SubnetworkSecondaryRange::Representation
|
15228
15699
|
|
@@ -15316,6 +15787,7 @@ module Google
|
|
15316
15787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15317
15788
|
property :ip_cidr_range, as: 'ipCidrRange'
|
15318
15789
|
property :range_name, as: 'rangeName'
|
15790
|
+
property :reserved_internal_range, as: 'reservedInternalRange'
|
15319
15791
|
end
|
15320
15792
|
end
|
15321
15793
|
|