google-apis-compute_beta 0.105.0 → 0.107.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 +9 -0
- data/lib/google/apis/compute_beta/classes.rb +2079 -609
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +618 -138
- data/lib/google/apis/compute_beta/service.rb +1359 -16
- metadata +4 -4
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class AllocationReservationSharingPolicy
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class AllocationResourceStatus
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -406,6 +412,18 @@ module Google
|
|
406
412
|
include Google::Apis::Core::JsonObjectSupport
|
407
413
|
end
|
408
414
|
|
415
|
+
class BackendBucketUsedBy
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class BackendCustomMetric
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
409
427
|
class BackendService
|
410
428
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
429
|
|
@@ -454,6 +472,12 @@ module Google
|
|
454
472
|
include Google::Apis::Core::JsonObjectSupport
|
455
473
|
end
|
456
474
|
|
475
|
+
class BackendServiceCustomMetric
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
457
481
|
class BackendServiceFailoverPolicy
|
458
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
483
|
|
@@ -466,6 +490,12 @@ module Google
|
|
466
490
|
include Google::Apis::Core::JsonObjectSupport
|
467
491
|
end
|
468
492
|
|
493
|
+
class BackendServiceHttpCookie
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
469
499
|
class BackendServiceIap
|
470
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
501
|
|
@@ -694,6 +724,12 @@ module Google
|
|
694
724
|
include Google::Apis::Core::JsonObjectSupport
|
695
725
|
end
|
696
726
|
|
727
|
+
class CommitmentResourceStatus
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
697
733
|
class CommitmentsScopedList
|
698
734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
735
|
|
@@ -712,12 +748,6 @@ module Google
|
|
712
748
|
include Google::Apis::Core::JsonObjectSupport
|
713
749
|
end
|
714
750
|
|
715
|
-
class Condition
|
716
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
-
|
718
|
-
include Google::Apis::Core::JsonObjectSupport
|
719
|
-
end
|
720
|
-
|
721
751
|
class ConfidentialInstanceConfig
|
722
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
753
|
|
@@ -1264,6 +1294,12 @@ module Google
|
|
1264
1294
|
include Google::Apis::Core::JsonObjectSupport
|
1265
1295
|
end
|
1266
1296
|
|
1297
|
+
class FutureReservationStatusExistingMatchingUsageInfo
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1267
1303
|
class FutureReservationStatusLastKnownGoodState
|
1268
1304
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
1305
|
|
@@ -1384,6 +1420,12 @@ module Google
|
|
1384
1420
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1421
|
end
|
1386
1422
|
|
1423
|
+
class GroupMaintenanceInfo
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1387
1429
|
class GuestAttributes
|
1388
1430
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1431
|
|
@@ -1966,6 +2008,12 @@ module Google
|
|
1966
2008
|
include Google::Apis::Core::JsonObjectSupport
|
1967
2009
|
end
|
1968
2010
|
|
2011
|
+
class InstanceGroupManagerResourcePolicies
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
include Google::Apis::Core::JsonObjectSupport
|
2015
|
+
end
|
2016
|
+
|
1969
2017
|
class InstanceGroupManagerStandbyPolicy
|
1970
2018
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2019
|
|
@@ -2566,6 +2614,30 @@ module Google
|
|
2566
2614
|
include Google::Apis::Core::JsonObjectSupport
|
2567
2615
|
end
|
2568
2616
|
|
2617
|
+
class InterconnectApplicationAwareInterconnect
|
2618
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2619
|
+
|
2620
|
+
include Google::Apis::Core::JsonObjectSupport
|
2621
|
+
end
|
2622
|
+
|
2623
|
+
class InterconnectApplicationAwareInterconnectBandwidthPercentage
|
2624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2625
|
+
|
2626
|
+
include Google::Apis::Core::JsonObjectSupport
|
2627
|
+
end
|
2628
|
+
|
2629
|
+
class InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy
|
2630
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2631
|
+
|
2632
|
+
include Google::Apis::Core::JsonObjectSupport
|
2633
|
+
end
|
2634
|
+
|
2635
|
+
class InterconnectApplicationAwareInterconnectStrictPriorityPolicy
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2569
2641
|
class InterconnectAttachment
|
2570
2642
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2571
2643
|
|
@@ -2902,36 +2974,6 @@ module Google
|
|
2902
2974
|
include Google::Apis::Core::JsonObjectSupport
|
2903
2975
|
end
|
2904
2976
|
|
2905
|
-
class LogConfig
|
2906
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2907
|
-
|
2908
|
-
include Google::Apis::Core::JsonObjectSupport
|
2909
|
-
end
|
2910
|
-
|
2911
|
-
class LogConfigCloudAuditOptions
|
2912
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
|
-
|
2914
|
-
include Google::Apis::Core::JsonObjectSupport
|
2915
|
-
end
|
2916
|
-
|
2917
|
-
class LogConfigCounterOptions
|
2918
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
|
-
|
2920
|
-
include Google::Apis::Core::JsonObjectSupport
|
2921
|
-
end
|
2922
|
-
|
2923
|
-
class LogConfigCounterOptionsCustomField
|
2924
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2925
|
-
|
2926
|
-
include Google::Apis::Core::JsonObjectSupport
|
2927
|
-
end
|
2928
|
-
|
2929
|
-
class LogConfigDataAccessOptions
|
2930
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2931
|
-
|
2932
|
-
include Google::Apis::Core::JsonObjectSupport
|
2933
|
-
end
|
2934
|
-
|
2935
2977
|
class MachineImage
|
2936
2978
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2937
2979
|
|
@@ -3034,12 +3076,6 @@ module Google
|
|
3034
3076
|
include Google::Apis::Core::JsonObjectSupport
|
3035
3077
|
end
|
3036
3078
|
|
3037
|
-
class ManagedInstanceInstanceFlexibilityOverride
|
3038
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
-
|
3040
|
-
include Google::Apis::Core::JsonObjectSupport
|
3041
|
-
end
|
3042
|
-
|
3043
3079
|
class ManagedInstanceInstanceHealth
|
3044
3080
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
3081
|
|
@@ -3106,6 +3142,36 @@ module Google
|
|
3106
3142
|
include Google::Apis::Core::JsonObjectSupport
|
3107
3143
|
end
|
3108
3144
|
|
3145
|
+
class MultiMig
|
3146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
|
+
|
3148
|
+
include Google::Apis::Core::JsonObjectSupport
|
3149
|
+
end
|
3150
|
+
|
3151
|
+
class MultiMigResourcePolicies
|
3152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
|
+
|
3154
|
+
include Google::Apis::Core::JsonObjectSupport
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
class MultiMigsList
|
3158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3159
|
+
|
3160
|
+
class Warning
|
3161
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3162
|
+
|
3163
|
+
class Datum
|
3164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3165
|
+
|
3166
|
+
include Google::Apis::Core::JsonObjectSupport
|
3167
|
+
end
|
3168
|
+
|
3169
|
+
include Google::Apis::Core::JsonObjectSupport
|
3170
|
+
end
|
3171
|
+
|
3172
|
+
include Google::Apis::Core::JsonObjectSupport
|
3173
|
+
end
|
3174
|
+
|
3109
3175
|
class NamedPort
|
3110
3176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3111
3177
|
|
@@ -3430,6 +3496,36 @@ module Google
|
|
3430
3496
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3497
|
end
|
3432
3498
|
|
3499
|
+
class NetworkProfile
|
3500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3501
|
+
|
3502
|
+
include Google::Apis::Core::JsonObjectSupport
|
3503
|
+
end
|
3504
|
+
|
3505
|
+
class NetworkProfileNetworkFeatures
|
3506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3507
|
+
|
3508
|
+
include Google::Apis::Core::JsonObjectSupport
|
3509
|
+
end
|
3510
|
+
|
3511
|
+
class NetworkProfilesListResponse
|
3512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3513
|
+
|
3514
|
+
class Warning
|
3515
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3516
|
+
|
3517
|
+
class Datum
|
3518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3519
|
+
|
3520
|
+
include Google::Apis::Core::JsonObjectSupport
|
3521
|
+
end
|
3522
|
+
|
3523
|
+
include Google::Apis::Core::JsonObjectSupport
|
3524
|
+
end
|
3525
|
+
|
3526
|
+
include Google::Apis::Core::JsonObjectSupport
|
3527
|
+
end
|
3528
|
+
|
3433
3529
|
class NetworkRoutingConfig
|
3434
3530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3531
|
|
@@ -4318,6 +4414,24 @@ module Google
|
|
4318
4414
|
include Google::Apis::Core::JsonObjectSupport
|
4319
4415
|
end
|
4320
4416
|
|
4417
|
+
class RegionInstanceGroupManagerResizeRequestsListResponse
|
4418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4419
|
+
|
4420
|
+
class Warning
|
4421
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4422
|
+
|
4423
|
+
class Datum
|
4424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
|
+
|
4426
|
+
include Google::Apis::Core::JsonObjectSupport
|
4427
|
+
end
|
4428
|
+
|
4429
|
+
include Google::Apis::Core::JsonObjectSupport
|
4430
|
+
end
|
4431
|
+
|
4432
|
+
include Google::Apis::Core::JsonObjectSupport
|
4433
|
+
end
|
4434
|
+
|
4321
4435
|
class RegionInstanceGroupManagerUpdateInstanceConfigReq
|
4322
4436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4323
4437
|
|
@@ -4564,6 +4678,42 @@ module Google
|
|
4564
4678
|
include Google::Apis::Core::JsonObjectSupport
|
4565
4679
|
end
|
4566
4680
|
|
4681
|
+
class ReservationBlock
|
4682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4683
|
+
|
4684
|
+
include Google::Apis::Core::JsonObjectSupport
|
4685
|
+
end
|
4686
|
+
|
4687
|
+
class ReservationBlockPhysicalTopology
|
4688
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4689
|
+
|
4690
|
+
include Google::Apis::Core::JsonObjectSupport
|
4691
|
+
end
|
4692
|
+
|
4693
|
+
class ReservationBlocksGetResponse
|
4694
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4695
|
+
|
4696
|
+
include Google::Apis::Core::JsonObjectSupport
|
4697
|
+
end
|
4698
|
+
|
4699
|
+
class ReservationBlocksListResponse
|
4700
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
|
+
|
4702
|
+
class Warning
|
4703
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4704
|
+
|
4705
|
+
class Datum
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4711
|
+
include Google::Apis::Core::JsonObjectSupport
|
4712
|
+
end
|
4713
|
+
|
4714
|
+
include Google::Apis::Core::JsonObjectSupport
|
4715
|
+
end
|
4716
|
+
|
4567
4717
|
class ReservationList
|
4568
4718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4569
4719
|
|
@@ -4762,6 +4912,12 @@ module Google
|
|
4762
4912
|
include Google::Apis::Core::JsonObjectSupport
|
4763
4913
|
end
|
4764
4914
|
|
4915
|
+
class ResourcePolicyWorkloadPolicy
|
4916
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4917
|
+
|
4918
|
+
include Google::Apis::Core::JsonObjectSupport
|
4919
|
+
end
|
4920
|
+
|
4765
4921
|
class ResourceStatus
|
4766
4922
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
4923
|
|
@@ -5044,12 +5200,6 @@ module Google
|
|
5044
5200
|
include Google::Apis::Core::JsonObjectSupport
|
5045
5201
|
end
|
5046
5202
|
|
5047
|
-
class Rule
|
5048
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5049
|
-
|
5050
|
-
include Google::Apis::Core::JsonObjectSupport
|
5051
|
-
end
|
5052
|
-
|
5053
5203
|
class SslHealthCheck
|
5054
5204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5055
5205
|
|
@@ -7233,6 +7383,7 @@ module Google
|
|
7233
7383
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
7234
7384
|
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
7235
7385
|
property :threads_per_core, as: 'threadsPerCore'
|
7386
|
+
property :turbo_mode, as: 'turboMode'
|
7236
7387
|
property :visible_core_count, as: 'visibleCoreCount'
|
7237
7388
|
end
|
7238
7389
|
end
|
@@ -7273,9 +7424,19 @@ module Google
|
|
7273
7424
|
end
|
7274
7425
|
end
|
7275
7426
|
|
7427
|
+
class AllocationReservationSharingPolicy
|
7428
|
+
# @private
|
7429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7430
|
+
property :service_share_type, as: 'serviceShareType'
|
7431
|
+
end
|
7432
|
+
end
|
7433
|
+
|
7276
7434
|
class AllocationResourceStatus
|
7277
7435
|
# @private
|
7278
7436
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7437
|
+
property :reservation_block_count, as: 'reservationBlockCount'
|
7438
|
+
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeBeta::GroupMaintenanceInfo, decorator: Google::Apis::ComputeBeta::GroupMaintenanceInfo::Representation
|
7439
|
+
|
7279
7440
|
property :specific_sku_allocation, as: 'specificSkuAllocation', class: Google::Apis::ComputeBeta::AllocationResourceStatusSpecificSkuAllocation, decorator: Google::Apis::ComputeBeta::AllocationResourceStatusSpecificSkuAllocation::Representation
|
7280
7441
|
|
7281
7442
|
end
|
@@ -7285,6 +7446,7 @@ module Google
|
|
7285
7446
|
# @private
|
7286
7447
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7287
7448
|
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
7449
|
+
hash :utilizations, as: 'utilizations'
|
7288
7450
|
end
|
7289
7451
|
end
|
7290
7452
|
|
@@ -7389,7 +7551,6 @@ module Google
|
|
7389
7551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7390
7552
|
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeBeta::AuditLogConfig, decorator: Google::Apis::ComputeBeta::AuditLogConfig::Representation
|
7391
7553
|
|
7392
|
-
collection :exempted_members, as: 'exemptedMembers'
|
7393
7554
|
property :service, as: 'service'
|
7394
7555
|
end
|
7395
7556
|
end
|
@@ -7398,7 +7559,6 @@ module Google
|
|
7398
7559
|
# @private
|
7399
7560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7400
7561
|
collection :exempted_members, as: 'exemptedMembers'
|
7401
|
-
property :ignore_child_exemptions, as: 'ignoreChildExemptions'
|
7402
7562
|
property :log_type, as: 'logType'
|
7403
7563
|
end
|
7404
7564
|
end
|
@@ -7610,6 +7770,8 @@ module Google
|
|
7610
7770
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7611
7771
|
property :balancing_mode, as: 'balancingMode'
|
7612
7772
|
property :capacity_scaler, as: 'capacityScaler'
|
7773
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeBeta::BackendCustomMetric, decorator: Google::Apis::ComputeBeta::BackendCustomMetric::Representation
|
7774
|
+
|
7613
7775
|
property :description, as: 'description'
|
7614
7776
|
property :failover, as: 'failover'
|
7615
7777
|
property :group, as: 'group'
|
@@ -7638,8 +7800,11 @@ module Google
|
|
7638
7800
|
property :enable_cdn, as: 'enableCdn'
|
7639
7801
|
property :id, :numeric_string => true, as: 'id'
|
7640
7802
|
property :kind, as: 'kind'
|
7803
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
7641
7804
|
property :name, as: 'name'
|
7642
7805
|
property :self_link, as: 'selfLink'
|
7806
|
+
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeBeta::BackendBucketUsedBy, decorator: Google::Apis::ComputeBeta::BackendBucketUsedBy::Representation
|
7807
|
+
|
7643
7808
|
end
|
7644
7809
|
end
|
7645
7810
|
|
@@ -7719,6 +7884,22 @@ module Google
|
|
7719
7884
|
end
|
7720
7885
|
end
|
7721
7886
|
|
7887
|
+
class BackendBucketUsedBy
|
7888
|
+
# @private
|
7889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7890
|
+
property :reference, as: 'reference'
|
7891
|
+
end
|
7892
|
+
end
|
7893
|
+
|
7894
|
+
class BackendCustomMetric
|
7895
|
+
# @private
|
7896
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7897
|
+
property :dry_run, as: 'dryRun'
|
7898
|
+
property :max_utilization, as: 'maxUtilization'
|
7899
|
+
property :name, as: 'name'
|
7900
|
+
end
|
7901
|
+
end
|
7902
|
+
|
7722
7903
|
class BackendService
|
7723
7904
|
# @private
|
7724
7905
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7737,11 +7918,15 @@ module Google
|
|
7737
7918
|
property :consistent_hash, as: 'consistentHash', class: Google::Apis::ComputeBeta::ConsistentHashLoadBalancerSettings, decorator: Google::Apis::ComputeBeta::ConsistentHashLoadBalancerSettings::Representation
|
7738
7919
|
|
7739
7920
|
property :creation_timestamp, as: 'creationTimestamp'
|
7921
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeBeta::BackendServiceCustomMetric, decorator: Google::Apis::ComputeBeta::BackendServiceCustomMetric::Representation
|
7922
|
+
|
7740
7923
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
7741
7924
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
7742
7925
|
property :description, as: 'description'
|
7743
7926
|
property :edge_security_policy, as: 'edgeSecurityPolicy'
|
7744
7927
|
property :enable_cdn, as: 'enableCDN'
|
7928
|
+
property :external_managed_migration_state, as: 'externalManagedMigrationState'
|
7929
|
+
property :external_managed_migration_testing_percentage, as: 'externalManagedMigrationTestingPercentage'
|
7745
7930
|
property :failover_policy, as: 'failoverPolicy', class: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy::Representation
|
7746
7931
|
|
7747
7932
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -7775,6 +7960,8 @@ module Google
|
|
7775
7960
|
collection :service_bindings, as: 'serviceBindings'
|
7776
7961
|
property :service_lb_policy, as: 'serviceLbPolicy'
|
7777
7962
|
property :session_affinity, as: 'sessionAffinity'
|
7963
|
+
property :strong_session_affinity_cookie, as: 'strongSessionAffinityCookie', class: Google::Apis::ComputeBeta::BackendServiceHttpCookie, decorator: Google::Apis::ComputeBeta::BackendServiceHttpCookie::Representation
|
7964
|
+
|
7778
7965
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
7779
7966
|
|
7780
7967
|
property :timeout_sec, as: 'timeoutSec'
|
@@ -7862,6 +8049,14 @@ module Google
|
|
7862
8049
|
end
|
7863
8050
|
end
|
7864
8051
|
|
8052
|
+
class BackendServiceCustomMetric
|
8053
|
+
# @private
|
8054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8055
|
+
property :dry_run, as: 'dryRun'
|
8056
|
+
property :name, as: 'name'
|
8057
|
+
end
|
8058
|
+
end
|
8059
|
+
|
7865
8060
|
class BackendServiceFailoverPolicy
|
7866
8061
|
# @private
|
7867
8062
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7881,6 +8076,16 @@ module Google
|
|
7881
8076
|
end
|
7882
8077
|
end
|
7883
8078
|
|
8079
|
+
class BackendServiceHttpCookie
|
8080
|
+
# @private
|
8081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8082
|
+
property :name, as: 'name'
|
8083
|
+
property :path, as: 'path'
|
8084
|
+
property :ttl, as: 'ttl', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
8085
|
+
|
8086
|
+
end
|
8087
|
+
end
|
8088
|
+
|
7884
8089
|
class BackendServiceIap
|
7885
8090
|
# @private
|
7886
8091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8116,7 +8321,6 @@ module Google
|
|
8116
8321
|
class Binding
|
8117
8322
|
# @private
|
8118
8323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8119
|
-
property :binding_id, as: 'bindingId'
|
8120
8324
|
property :condition, as: 'condition', class: Google::Apis::ComputeBeta::Expr, decorator: Google::Apis::ComputeBeta::Expr::Representation
|
8121
8325
|
|
8122
8326
|
collection :members, as: 'members'
|
@@ -8214,6 +8418,7 @@ module Google
|
|
8214
8418
|
property :auto_renew, as: 'autoRenew'
|
8215
8419
|
property :category, as: 'category'
|
8216
8420
|
property :creation_timestamp, as: 'creationTimestamp'
|
8421
|
+
property :custom_end_timestamp, as: 'customEndTimestamp'
|
8217
8422
|
property :description, as: 'description'
|
8218
8423
|
property :end_timestamp, as: 'endTimestamp'
|
8219
8424
|
collection :existing_reservations, as: 'existingReservations'
|
@@ -8227,6 +8432,8 @@ module Google
|
|
8227
8432
|
property :region, as: 'region'
|
8228
8433
|
collection :reservations, as: 'reservations', class: Google::Apis::ComputeBeta::Reservation, decorator: Google::Apis::ComputeBeta::Reservation::Representation
|
8229
8434
|
|
8435
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::CommitmentResourceStatus, decorator: Google::Apis::ComputeBeta::CommitmentResourceStatus::Representation
|
8436
|
+
|
8230
8437
|
collection :resources, as: 'resources', class: Google::Apis::ComputeBeta::ResourceCommitment, decorator: Google::Apis::ComputeBeta::ResourceCommitment::Representation
|
8231
8438
|
|
8232
8439
|
property :self_link, as: 'selfLink'
|
@@ -8303,10 +8510,17 @@ module Google
|
|
8303
8510
|
end
|
8304
8511
|
end
|
8305
8512
|
|
8306
|
-
class
|
8513
|
+
class CommitmentResourceStatus
|
8307
8514
|
# @private
|
8308
8515
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8309
|
-
|
8516
|
+
property :custom_term_eligibility_end_timestamp, as: 'customTermEligibilityEndTimestamp'
|
8517
|
+
end
|
8518
|
+
end
|
8519
|
+
|
8520
|
+
class CommitmentsScopedList
|
8521
|
+
# @private
|
8522
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8523
|
+
collection :commitments, as: 'commitments', class: Google::Apis::ComputeBeta::Commitment, decorator: Google::Apis::ComputeBeta::Commitment::Representation
|
8310
8524
|
|
8311
8525
|
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::CommitmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::CommitmentsScopedList::Warning::Representation
|
8312
8526
|
|
@@ -8331,17 +8545,6 @@ module Google
|
|
8331
8545
|
end
|
8332
8546
|
end
|
8333
8547
|
|
8334
|
-
class Condition
|
8335
|
-
# @private
|
8336
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8337
|
-
property :iam, as: 'iam'
|
8338
|
-
property :op, as: 'op'
|
8339
|
-
property :svc, as: 'svc'
|
8340
|
-
property :sys, as: 'sys'
|
8341
|
-
collection :values, as: 'values'
|
8342
|
-
end
|
8343
|
-
end
|
8344
|
-
|
8345
8548
|
class ConfidentialInstanceConfig
|
8346
8549
|
# @private
|
8347
8550
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9077,6 +9280,8 @@ module Google
|
|
9077
9280
|
property :id, :numeric_string => true, as: 'id'
|
9078
9281
|
property :kind, as: 'kind'
|
9079
9282
|
property :name, as: 'name'
|
9283
|
+
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
9284
|
+
|
9080
9285
|
property :parent, as: 'parent'
|
9081
9286
|
property :region, as: 'region'
|
9082
9287
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
@@ -9159,6 +9364,7 @@ module Google
|
|
9159
9364
|
collection :dest_address_groups, as: 'destAddressGroups'
|
9160
9365
|
collection :dest_fqdns, as: 'destFqdns'
|
9161
9366
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
9367
|
+
property :dest_network_scope, as: 'destNetworkScope'
|
9162
9368
|
collection :dest_region_codes, as: 'destRegionCodes'
|
9163
9369
|
collection :dest_threat_intelligences, as: 'destThreatIntelligences'
|
9164
9370
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
|
@@ -9166,6 +9372,8 @@ module Google
|
|
9166
9372
|
collection :src_address_groups, as: 'srcAddressGroups'
|
9167
9373
|
collection :src_fqdns, as: 'srcFqdns'
|
9168
9374
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
9375
|
+
property :src_network_scope, as: 'srcNetworkScope'
|
9376
|
+
collection :src_networks, as: 'srcNetworks'
|
9169
9377
|
collection :src_region_codes, as: 'srcRegionCodes'
|
9170
9378
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
9171
9379
|
|
@@ -9211,6 +9419,8 @@ module Google
|
|
9211
9419
|
property :base_forwarding_rule, as: 'baseForwardingRule'
|
9212
9420
|
property :creation_timestamp, as: 'creationTimestamp'
|
9213
9421
|
property :description, as: 'description'
|
9422
|
+
property :external_managed_backend_bucket_migration_state, as: 'externalManagedBackendBucketMigrationState'
|
9423
|
+
property :external_managed_backend_bucket_migration_testing_percentage, as: 'externalManagedBackendBucketMigrationTestingPercentage'
|
9214
9424
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9215
9425
|
property :id, :numeric_string => true, as: 'id'
|
9216
9426
|
property :ip_collection, as: 'ipCollection'
|
@@ -9359,16 +9569,22 @@ module Google
|
|
9359
9569
|
|
9360
9570
|
property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
|
9361
9571
|
property :creation_timestamp, as: 'creationTimestamp'
|
9572
|
+
property :deployment_type, as: 'deploymentType'
|
9362
9573
|
property :description, as: 'description'
|
9574
|
+
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
9363
9575
|
property :id, :numeric_string => true, as: 'id'
|
9576
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
9364
9577
|
property :kind, as: 'kind'
|
9365
9578
|
property :name, as: 'name'
|
9366
9579
|
property :name_prefix, as: 'namePrefix'
|
9367
9580
|
property :planning_status, as: 'planningStatus'
|
9581
|
+
property :reservation_name, as: 'reservationName'
|
9582
|
+
property :scheduling_type, as: 'schedulingType'
|
9368
9583
|
property :self_link, as: 'selfLink'
|
9369
9584
|
property :self_link_with_id, as: 'selfLinkWithId'
|
9370
9585
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
|
9371
9586
|
|
9587
|
+
property :specific_reservation_required, as: 'specificReservationRequired'
|
9372
9588
|
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties::Representation
|
9373
9589
|
|
9374
9590
|
property :status, as: 'status', class: Google::Apis::ComputeBeta::FutureReservationStatus, decorator: Google::Apis::ComputeBeta::FutureReservationStatus::Representation
|
@@ -9394,6 +9610,8 @@ module Google
|
|
9394
9610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9395
9611
|
property :amendment_status, as: 'amendmentStatus'
|
9396
9612
|
collection :auto_created_reservations, as: 'autoCreatedReservations'
|
9613
|
+
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
9614
|
+
|
9397
9615
|
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
9398
9616
|
property :last_known_good_state, as: 'lastKnownGoodState', class: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodState, decorator: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodState::Representation
|
9399
9617
|
|
@@ -9404,10 +9622,20 @@ module Google
|
|
9404
9622
|
end
|
9405
9623
|
end
|
9406
9624
|
|
9625
|
+
class FutureReservationStatusExistingMatchingUsageInfo
|
9626
|
+
# @private
|
9627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9628
|
+
property :count, :numeric_string => true, as: 'count'
|
9629
|
+
property :timestamp, as: 'timestamp'
|
9630
|
+
end
|
9631
|
+
end
|
9632
|
+
|
9407
9633
|
class FutureReservationStatusLastKnownGoodState
|
9408
9634
|
# @private
|
9409
9635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9410
9636
|
property :description, as: 'description'
|
9637
|
+
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeBeta::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
9638
|
+
|
9411
9639
|
property :future_reservation_specs, as: 'futureReservationSpecs', class: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs, decorator: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs::Representation
|
9412
9640
|
|
9413
9641
|
property :lock_time, as: 'lockTime'
|
@@ -9605,6 +9833,18 @@ module Google
|
|
9605
9833
|
end
|
9606
9834
|
end
|
9607
9835
|
|
9836
|
+
class GroupMaintenanceInfo
|
9837
|
+
# @private
|
9838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9839
|
+
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
9840
|
+
property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
|
9841
|
+
property :maintenance_pending_count, as: 'maintenancePendingCount'
|
9842
|
+
property :scheduling_type, as: 'schedulingType'
|
9843
|
+
property :upcoming_group_maintenance, as: 'upcomingGroupMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
|
9844
|
+
|
9845
|
+
end
|
9846
|
+
end
|
9847
|
+
|
9608
9848
|
class GuestAttributes
|
9609
9849
|
# @private
|
9610
9850
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10560,12 +10800,15 @@ module Google
|
|
10560
10800
|
property :instance_template, as: 'instanceTemplate'
|
10561
10801
|
property :kind, as: 'kind'
|
10562
10802
|
property :list_managed_instances_results, as: 'listManagedInstancesResults'
|
10803
|
+
property :multi_mig, as: 'multiMig'
|
10563
10804
|
property :name, as: 'name'
|
10564
10805
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeBeta::NamedPort, decorator: Google::Apis::ComputeBeta::NamedPort::Representation
|
10565
10806
|
|
10566
10807
|
property :params, as: 'params', class: Google::Apis::ComputeBeta::InstanceGroupManagerParams, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerParams::Representation
|
10567
10808
|
|
10568
10809
|
property :region, as: 'region'
|
10810
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeBeta::InstanceGroupManagerResourcePolicies, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResourcePolicies::Representation
|
10811
|
+
|
10569
10812
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
10570
10813
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
10571
10814
|
property :self_link, as: 'selfLink'
|
@@ -10659,8 +10902,6 @@ module Google
|
|
10659
10902
|
class InstanceGroupManagerInstanceFlexibilityPolicy
|
10660
10903
|
# @private
|
10661
10904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10662
|
-
hash :instance_selection_lists, as: 'instanceSelectionLists', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
|
10663
|
-
|
10664
10905
|
hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
|
10665
10906
|
|
10666
10907
|
property :provisioning_model_mix, as: 'provisioningModelMix', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix::Representation
|
@@ -10740,6 +10981,7 @@ module Google
|
|
10740
10981
|
property :id, :numeric_string => true, as: 'id'
|
10741
10982
|
property :kind, as: 'kind'
|
10742
10983
|
property :name, as: 'name'
|
10984
|
+
property :region, as: 'region'
|
10743
10985
|
property :requested_run_duration, as: 'requestedRunDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
10744
10986
|
|
10745
10987
|
property :resize_by, as: 'resizeBy'
|
@@ -10868,6 +11110,13 @@ module Google
|
|
10868
11110
|
end
|
10869
11111
|
end
|
10870
11112
|
|
11113
|
+
class InstanceGroupManagerResourcePolicies
|
11114
|
+
# @private
|
11115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11116
|
+
property :workload_policy, as: 'workloadPolicy'
|
11117
|
+
end
|
11118
|
+
end
|
11119
|
+
|
10871
11120
|
class InstanceGroupManagerStandbyPolicy
|
10872
11121
|
# @private
|
10873
11122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11579,6 +11828,7 @@ module Google
|
|
11579
11828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11580
11829
|
property :display_name, as: 'displayName'
|
11581
11830
|
property :name, as: 'name'
|
11831
|
+
property :priority, as: 'priority'
|
11582
11832
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
11583
11833
|
|
11584
11834
|
property :short_name, as: 'shortName'
|
@@ -11839,7 +12089,10 @@ module Google
|
|
11839
12089
|
class Interconnect
|
11840
12090
|
# @private
|
11841
12091
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12092
|
+
property :aai_enabled, as: 'aaiEnabled'
|
11842
12093
|
property :admin_enabled, as: 'adminEnabled'
|
12094
|
+
property :application_aware_interconnect, as: 'applicationAwareInterconnect', class: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnect, decorator: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnect::Representation
|
12095
|
+
|
11843
12096
|
collection :available_features, as: 'availableFeatures'
|
11844
12097
|
collection :circuit_infos, as: 'circuitInfos', class: Google::Apis::ComputeBeta::InterconnectCircuitInfo, decorator: Google::Apis::ComputeBeta::InterconnectCircuitInfo::Representation
|
11845
12098
|
|
@@ -11875,6 +12128,41 @@ module Google
|
|
11875
12128
|
end
|
11876
12129
|
end
|
11877
12130
|
|
12131
|
+
class InterconnectApplicationAwareInterconnect
|
12132
|
+
# @private
|
12133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12134
|
+
property :bandwidth_percentage_policy, as: 'bandwidthPercentagePolicy', class: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy, decorator: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy::Representation
|
12135
|
+
|
12136
|
+
property :profile_description, as: 'profileDescription'
|
12137
|
+
collection :shape_average_percentages, as: 'shapeAveragePercentages', class: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentage, decorator: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentage::Representation
|
12138
|
+
|
12139
|
+
property :strict_priority_policy, as: 'strictPriorityPolicy', class: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectStrictPriorityPolicy, decorator: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectStrictPriorityPolicy::Representation
|
12140
|
+
|
12141
|
+
end
|
12142
|
+
end
|
12143
|
+
|
12144
|
+
class InterconnectApplicationAwareInterconnectBandwidthPercentage
|
12145
|
+
# @private
|
12146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12147
|
+
property :percentage, as: 'percentage'
|
12148
|
+
property :traffic_class, as: 'trafficClass'
|
12149
|
+
end
|
12150
|
+
end
|
12151
|
+
|
12152
|
+
class InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy
|
12153
|
+
# @private
|
12154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12155
|
+
collection :bandwidth_percentages, as: 'bandwidthPercentages', class: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentage, decorator: Google::Apis::ComputeBeta::InterconnectApplicationAwareInterconnectBandwidthPercentage::Representation
|
12156
|
+
|
12157
|
+
end
|
12158
|
+
end
|
12159
|
+
|
12160
|
+
class InterconnectApplicationAwareInterconnectStrictPriorityPolicy
|
12161
|
+
# @private
|
12162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12163
|
+
end
|
12164
|
+
end
|
12165
|
+
|
11878
12166
|
class InterconnectAttachment
|
11879
12167
|
# @private
|
11880
12168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12505,50 +12793,6 @@ module Google
|
|
12505
12793
|
end
|
12506
12794
|
end
|
12507
12795
|
|
12508
|
-
class LogConfig
|
12509
|
-
# @private
|
12510
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12511
|
-
property :cloud_audit, as: 'cloudAudit', class: Google::Apis::ComputeBeta::LogConfigCloudAuditOptions, decorator: Google::Apis::ComputeBeta::LogConfigCloudAuditOptions::Representation
|
12512
|
-
|
12513
|
-
property :counter, as: 'counter', class: Google::Apis::ComputeBeta::LogConfigCounterOptions, decorator: Google::Apis::ComputeBeta::LogConfigCounterOptions::Representation
|
12514
|
-
|
12515
|
-
property :data_access, as: 'dataAccess', class: Google::Apis::ComputeBeta::LogConfigDataAccessOptions, decorator: Google::Apis::ComputeBeta::LogConfigDataAccessOptions::Representation
|
12516
|
-
|
12517
|
-
end
|
12518
|
-
end
|
12519
|
-
|
12520
|
-
class LogConfigCloudAuditOptions
|
12521
|
-
# @private
|
12522
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12523
|
-
property :log_name, as: 'logName'
|
12524
|
-
end
|
12525
|
-
end
|
12526
|
-
|
12527
|
-
class LogConfigCounterOptions
|
12528
|
-
# @private
|
12529
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12530
|
-
collection :custom_fields, as: 'customFields', class: Google::Apis::ComputeBeta::LogConfigCounterOptionsCustomField, decorator: Google::Apis::ComputeBeta::LogConfigCounterOptionsCustomField::Representation
|
12531
|
-
|
12532
|
-
property :field, as: 'field'
|
12533
|
-
property :metric, as: 'metric'
|
12534
|
-
end
|
12535
|
-
end
|
12536
|
-
|
12537
|
-
class LogConfigCounterOptionsCustomField
|
12538
|
-
# @private
|
12539
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12540
|
-
property :name, as: 'name'
|
12541
|
-
property :value, as: 'value'
|
12542
|
-
end
|
12543
|
-
end
|
12544
|
-
|
12545
|
-
class LogConfigDataAccessOptions
|
12546
|
-
# @private
|
12547
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12548
|
-
property :log_mode, as: 'logMode'
|
12549
|
-
end
|
12550
|
-
end
|
12551
|
-
|
12552
12796
|
class MachineImage
|
12553
12797
|
# @private
|
12554
12798
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12615,6 +12859,7 @@ module Google
|
|
12615
12859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12616
12860
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeBeta::MachineType::Accelerator, decorator: Google::Apis::ComputeBeta::MachineType::Accelerator::Representation
|
12617
12861
|
|
12862
|
+
property :architecture, as: 'architecture'
|
12618
12863
|
property :bundled_local_ssds, as: 'bundledLocalSsds', class: Google::Apis::ComputeBeta::BundledLocalSsds, decorator: Google::Apis::ComputeBeta::BundledLocalSsds::Representation
|
12619
12864
|
|
12620
12865
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -12743,8 +12988,6 @@ module Google
|
|
12743
12988
|
property :current_action, as: 'currentAction'
|
12744
12989
|
property :id, :numeric_string => true, as: 'id'
|
12745
12990
|
property :instance, as: 'instance'
|
12746
|
-
property :instance_flexibility_override, as: 'instanceFlexibilityOverride', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride::Representation
|
12747
|
-
|
12748
12991
|
collection :instance_health, as: 'instanceHealth', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth::Representation
|
12749
12992
|
|
12750
12993
|
property :instance_status, as: 'instanceStatus'
|
@@ -12770,13 +13013,6 @@ module Google
|
|
12770
13013
|
end
|
12771
13014
|
end
|
12772
13015
|
|
12773
|
-
class ManagedInstanceInstanceFlexibilityOverride
|
12774
|
-
# @private
|
12775
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
12776
|
-
property :machine_type, as: 'machineType'
|
12777
|
-
end
|
12778
|
-
end
|
12779
|
-
|
12780
13016
|
class ManagedInstanceInstanceHealth
|
12781
13017
|
# @private
|
12782
13018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12877,6 +13113,62 @@ module Google
|
|
12877
13113
|
end
|
12878
13114
|
end
|
12879
13115
|
|
13116
|
+
class MultiMig
|
13117
|
+
# @private
|
13118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13119
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13120
|
+
property :description, as: 'description'
|
13121
|
+
property :id, :numeric_string => true, as: 'id'
|
13122
|
+
property :kind, as: 'kind'
|
13123
|
+
property :name, as: 'name'
|
13124
|
+
property :region, as: 'region'
|
13125
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeBeta::MultiMigResourcePolicies, decorator: Google::Apis::ComputeBeta::MultiMigResourcePolicies::Representation
|
13126
|
+
|
13127
|
+
property :self_link, as: 'selfLink'
|
13128
|
+
end
|
13129
|
+
end
|
13130
|
+
|
13131
|
+
class MultiMigResourcePolicies
|
13132
|
+
# @private
|
13133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13134
|
+
property :workload_policy, as: 'workloadPolicy'
|
13135
|
+
end
|
13136
|
+
end
|
13137
|
+
|
13138
|
+
class MultiMigsList
|
13139
|
+
# @private
|
13140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13141
|
+
property :etag, as: 'etag'
|
13142
|
+
property :id, as: 'id'
|
13143
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::MultiMig, decorator: Google::Apis::ComputeBeta::MultiMig::Representation
|
13144
|
+
|
13145
|
+
property :kind, as: 'kind'
|
13146
|
+
property :next_page_token, as: 'nextPageToken'
|
13147
|
+
property :self_link, as: 'selfLink'
|
13148
|
+
collection :unreachables, as: 'unreachables'
|
13149
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::MultiMigsList::Warning, decorator: Google::Apis::ComputeBeta::MultiMigsList::Warning::Representation
|
13150
|
+
|
13151
|
+
end
|
13152
|
+
|
13153
|
+
class Warning
|
13154
|
+
# @private
|
13155
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13156
|
+
property :code, as: 'code'
|
13157
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::MultiMigsList::Warning::Datum, decorator: Google::Apis::ComputeBeta::MultiMigsList::Warning::Datum::Representation
|
13158
|
+
|
13159
|
+
property :message, as: 'message'
|
13160
|
+
end
|
13161
|
+
|
13162
|
+
class Datum
|
13163
|
+
# @private
|
13164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13165
|
+
property :key, as: 'key'
|
13166
|
+
property :value, as: 'value'
|
13167
|
+
end
|
13168
|
+
end
|
13169
|
+
end
|
13170
|
+
end
|
13171
|
+
|
12880
13172
|
class NamedPort
|
12881
13173
|
# @private
|
12882
13174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12927,6 +13219,7 @@ module Google
|
|
12927
13219
|
property :mtu, as: 'mtu'
|
12928
13220
|
property :name, as: 'name'
|
12929
13221
|
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
13222
|
+
property :network_profile, as: 'networkProfile'
|
12930
13223
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeBeta::NetworkPeering, decorator: Google::Apis::ComputeBeta::NetworkPeering::Representation
|
12931
13224
|
|
12932
13225
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeBeta::NetworkRoutingConfig, decorator: Google::Apis::ComputeBeta::NetworkRoutingConfig::Representation
|
@@ -13147,7 +13440,6 @@ module Google
|
|
13147
13440
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13148
13441
|
hash :annotations, as: 'annotations'
|
13149
13442
|
property :client_destination_port, as: 'clientDestinationPort'
|
13150
|
-
property :client_port, as: 'clientPort'
|
13151
13443
|
property :fqdn, as: 'fqdn'
|
13152
13444
|
property :instance, as: 'instance'
|
13153
13445
|
property :ip_address, as: 'ipAddress'
|
@@ -13162,7 +13454,6 @@ module Google
|
|
13162
13454
|
hash :annotations, as: 'annotations'
|
13163
13455
|
property :app_engine, as: 'appEngine', class: Google::Apis::ComputeBeta::NetworkEndpointGroupAppEngine, decorator: Google::Apis::ComputeBeta::NetworkEndpointGroupAppEngine::Representation
|
13164
13456
|
|
13165
|
-
property :client_port_mapping_mode, as: 'clientPortMappingMode'
|
13166
13457
|
property :cloud_function, as: 'cloudFunction', class: Google::Apis::ComputeBeta::NetworkEndpointGroupCloudFunction, decorator: Google::Apis::ComputeBeta::NetworkEndpointGroupCloudFunction::Representation
|
13167
13458
|
|
13168
13459
|
property :cloud_run, as: 'cloudRun', class: Google::Apis::ComputeBeta::NetworkEndpointGroupCloudRun, decorator: Google::Apis::ComputeBeta::NetworkEndpointGroupCloudRun::Representation
|
@@ -13295,6 +13586,7 @@ module Google
|
|
13295
13586
|
# @private
|
13296
13587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13297
13588
|
property :consumer_psc_address, as: 'consumerPscAddress'
|
13589
|
+
property :producer_port, as: 'producerPort'
|
13298
13590
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
13299
13591
|
property :psc_connection_status, as: 'pscConnectionStatus'
|
13300
13592
|
end
|
@@ -13494,9 +13786,90 @@ module Google
|
|
13494
13786
|
end
|
13495
13787
|
end
|
13496
13788
|
|
13789
|
+
class NetworkProfile
|
13790
|
+
# @private
|
13791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13792
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13793
|
+
property :description, as: 'description'
|
13794
|
+
property :features, as: 'features', class: Google::Apis::ComputeBeta::NetworkProfileNetworkFeatures, decorator: Google::Apis::ComputeBeta::NetworkProfileNetworkFeatures::Representation
|
13795
|
+
|
13796
|
+
property :id, :numeric_string => true, as: 'id'
|
13797
|
+
property :kind, as: 'kind'
|
13798
|
+
property :name, as: 'name'
|
13799
|
+
property :self_link, as: 'selfLink'
|
13800
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
13801
|
+
property :zone, as: 'zone'
|
13802
|
+
end
|
13803
|
+
end
|
13804
|
+
|
13805
|
+
class NetworkProfileNetworkFeatures
|
13806
|
+
# @private
|
13807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13808
|
+
collection :address_purposes, as: 'addressPurposes'
|
13809
|
+
property :allow_alias_ip_ranges, as: 'allowAliasIpRanges'
|
13810
|
+
property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
|
13811
|
+
property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
|
13812
|
+
property :allow_cloud_nat, as: 'allowCloudNat'
|
13813
|
+
property :allow_cloud_router, as: 'allowCloudRouter'
|
13814
|
+
property :allow_external_ip_access, as: 'allowExternalIpAccess'
|
13815
|
+
property :allow_interconnect, as: 'allowInterconnect'
|
13816
|
+
property :allow_load_balancing, as: 'allowLoadBalancing'
|
13817
|
+
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
13818
|
+
property :allow_packet_mirroring, as: 'allowPacketMirroring'
|
13819
|
+
property :allow_private_google_access, as: 'allowPrivateGoogleAccess'
|
13820
|
+
property :allow_psc, as: 'allowPsc'
|
13821
|
+
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
13822
|
+
property :allow_static_routes, as: 'allowStaticRoutes'
|
13823
|
+
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
13824
|
+
property :allow_vpc_peering, as: 'allowVpcPeering'
|
13825
|
+
property :allow_vpn, as: 'allowVpn'
|
13826
|
+
collection :interface_types, as: 'interfaceTypes'
|
13827
|
+
collection :subnet_purposes, as: 'subnetPurposes'
|
13828
|
+
collection :subnet_stack_types, as: 'subnetStackTypes'
|
13829
|
+
property :unicast, as: 'unicast'
|
13830
|
+
end
|
13831
|
+
end
|
13832
|
+
|
13833
|
+
class NetworkProfilesListResponse
|
13834
|
+
# @private
|
13835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13836
|
+
property :etag, as: 'etag'
|
13837
|
+
property :id, as: 'id'
|
13838
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkProfile, decorator: Google::Apis::ComputeBeta::NetworkProfile::Representation
|
13839
|
+
|
13840
|
+
property :kind, as: 'kind'
|
13841
|
+
property :next_page_token, as: 'nextPageToken'
|
13842
|
+
property :self_link, as: 'selfLink'
|
13843
|
+
collection :unreachables, as: 'unreachables'
|
13844
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkProfilesListResponse::Warning, decorator: Google::Apis::ComputeBeta::NetworkProfilesListResponse::Warning::Representation
|
13845
|
+
|
13846
|
+
end
|
13847
|
+
|
13848
|
+
class Warning
|
13849
|
+
# @private
|
13850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13851
|
+
property :code, as: 'code'
|
13852
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkProfilesListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkProfilesListResponse::Warning::Datum::Representation
|
13853
|
+
|
13854
|
+
property :message, as: 'message'
|
13855
|
+
end
|
13856
|
+
|
13857
|
+
class Datum
|
13858
|
+
# @private
|
13859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13860
|
+
property :key, as: 'key'
|
13861
|
+
property :value, as: 'value'
|
13862
|
+
end
|
13863
|
+
end
|
13864
|
+
end
|
13865
|
+
end
|
13866
|
+
|
13497
13867
|
class NetworkRoutingConfig
|
13498
13868
|
# @private
|
13499
13869
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13870
|
+
property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
|
13871
|
+
property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
|
13872
|
+
property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
|
13500
13873
|
property :routing_mode, as: 'routingMode'
|
13501
13874
|
end
|
13502
13875
|
end
|
@@ -13529,6 +13902,7 @@ module Google
|
|
13529
13902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13530
13903
|
property :display_name, as: 'displayName'
|
13531
13904
|
property :name, as: 'name'
|
13905
|
+
property :priority, as: 'priority'
|
13532
13906
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
13533
13907
|
|
13534
13908
|
property :short_name, as: 'shortName'
|
@@ -14542,8 +14916,6 @@ module Google
|
|
14542
14916
|
collection :bindings, as: 'bindings', class: Google::Apis::ComputeBeta::Binding, decorator: Google::Apis::ComputeBeta::Binding::Representation
|
14543
14917
|
|
14544
14918
|
property :etag, :base64 => true, as: 'etag'
|
14545
|
-
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::Rule, decorator: Google::Apis::ComputeBeta::Rule::Representation
|
14546
|
-
|
14547
14919
|
property :version, as: 'version'
|
14548
14920
|
end
|
14549
14921
|
end
|
@@ -15127,6 +15499,40 @@ module Google
|
|
15127
15499
|
end
|
15128
15500
|
end
|
15129
15501
|
|
15502
|
+
class RegionInstanceGroupManagerResizeRequestsListResponse
|
15503
|
+
# @private
|
15504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15505
|
+
property :etag, as: 'etag'
|
15506
|
+
property :id, as: 'id'
|
15507
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequest, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequest::Representation
|
15508
|
+
|
15509
|
+
property :kind, as: 'kind'
|
15510
|
+
property :next_page_token, as: 'nextPageToken'
|
15511
|
+
property :self_link, as: 'selfLink'
|
15512
|
+
collection :unreachables, as: 'unreachables'
|
15513
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::RegionInstanceGroupManagerResizeRequestsListResponse::Warning, decorator: Google::Apis::ComputeBeta::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Representation
|
15514
|
+
|
15515
|
+
end
|
15516
|
+
|
15517
|
+
class Warning
|
15518
|
+
# @private
|
15519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15520
|
+
property :code, as: 'code'
|
15521
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Datum::Representation
|
15522
|
+
|
15523
|
+
property :message, as: 'message'
|
15524
|
+
end
|
15525
|
+
|
15526
|
+
class Datum
|
15527
|
+
# @private
|
15528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15529
|
+
property :key, as: 'key'
|
15530
|
+
property :value, as: 'value'
|
15531
|
+
end
|
15532
|
+
end
|
15533
|
+
end
|
15534
|
+
end
|
15535
|
+
|
15130
15536
|
class RegionInstanceGroupManagerUpdateInstanceConfigReq
|
15131
15537
|
# @private
|
15132
15538
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15395,6 +15801,7 @@ module Google
|
|
15395
15801
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15396
15802
|
property :display_name, as: 'displayName'
|
15397
15803
|
property :name, as: 'name'
|
15804
|
+
property :priority, as: 'priority'
|
15398
15805
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
15399
15806
|
|
15400
15807
|
property :type, as: 'type'
|
@@ -15439,6 +15846,7 @@ module Google
|
|
15439
15846
|
# @private
|
15440
15847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15441
15848
|
property :backend_service, as: 'backendService'
|
15849
|
+
property :mirror_percent, as: 'mirrorPercent'
|
15442
15850
|
end
|
15443
15851
|
end
|
15444
15852
|
|
@@ -15452,10 +15860,14 @@ module Google
|
|
15452
15860
|
property :delete_after_duration, as: 'deleteAfterDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
15453
15861
|
|
15454
15862
|
property :delete_at_time, as: 'deleteAtTime'
|
15863
|
+
property :deployment_type, as: 'deploymentType'
|
15455
15864
|
property :description, as: 'description'
|
15456
15865
|
property :id, :numeric_string => true, as: 'id'
|
15866
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
15457
15867
|
property :kind, as: 'kind'
|
15458
15868
|
property :name, as: 'name'
|
15869
|
+
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy::Representation
|
15870
|
+
|
15459
15871
|
hash :resource_policies, as: 'resourcePolicies'
|
15460
15872
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::AllocationResourceStatus, decorator: Google::Apis::ComputeBeta::AllocationResourceStatus::Representation
|
15461
15873
|
|
@@ -15513,6 +15925,74 @@ module Google
|
|
15513
15925
|
end
|
15514
15926
|
end
|
15515
15927
|
|
15928
|
+
class ReservationBlock
|
15929
|
+
# @private
|
15930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15931
|
+
property :count, as: 'count'
|
15932
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
15933
|
+
property :id, :numeric_string => true, as: 'id'
|
15934
|
+
property :in_use_count, as: 'inUseCount'
|
15935
|
+
property :kind, as: 'kind'
|
15936
|
+
property :name, as: 'name'
|
15937
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopology, decorator: Google::Apis::ComputeBeta::ReservationBlockPhysicalTopology::Representation
|
15938
|
+
|
15939
|
+
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeBeta::GroupMaintenanceInfo, decorator: Google::Apis::ComputeBeta::GroupMaintenanceInfo::Representation
|
15940
|
+
|
15941
|
+
property :self_link, as: 'selfLink'
|
15942
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
15943
|
+
property :status, as: 'status'
|
15944
|
+
property :zone, as: 'zone'
|
15945
|
+
end
|
15946
|
+
end
|
15947
|
+
|
15948
|
+
class ReservationBlockPhysicalTopology
|
15949
|
+
# @private
|
15950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15951
|
+
property :block, as: 'block'
|
15952
|
+
property :cluster, as: 'cluster'
|
15953
|
+
end
|
15954
|
+
end
|
15955
|
+
|
15956
|
+
class ReservationBlocksGetResponse
|
15957
|
+
# @private
|
15958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15959
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeBeta::ReservationBlock, decorator: Google::Apis::ComputeBeta::ReservationBlock::Representation
|
15960
|
+
|
15961
|
+
end
|
15962
|
+
end
|
15963
|
+
|
15964
|
+
class ReservationBlocksListResponse
|
15965
|
+
# @private
|
15966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15967
|
+
property :id, as: 'id'
|
15968
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::ReservationBlock, decorator: Google::Apis::ComputeBeta::ReservationBlock::Representation
|
15969
|
+
|
15970
|
+
property :kind, as: 'kind'
|
15971
|
+
property :next_page_token, as: 'nextPageToken'
|
15972
|
+
property :self_link, as: 'selfLink'
|
15973
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ReservationBlocksListResponse::Warning, decorator: Google::Apis::ComputeBeta::ReservationBlocksListResponse::Warning::Representation
|
15974
|
+
|
15975
|
+
end
|
15976
|
+
|
15977
|
+
class Warning
|
15978
|
+
# @private
|
15979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15980
|
+
property :code, as: 'code'
|
15981
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ReservationBlocksListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::ReservationBlocksListResponse::Warning::Datum::Representation
|
15982
|
+
|
15983
|
+
property :message, as: 'message'
|
15984
|
+
end
|
15985
|
+
|
15986
|
+
class Datum
|
15987
|
+
# @private
|
15988
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15989
|
+
property :key, as: 'key'
|
15990
|
+
property :value, as: 'value'
|
15991
|
+
end
|
15992
|
+
end
|
15993
|
+
end
|
15994
|
+
end
|
15995
|
+
|
15516
15996
|
class ReservationList
|
15517
15997
|
# @private
|
15518
15998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15645,6 +16125,8 @@ module Google
|
|
15645
16125
|
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy::Representation
|
15646
16126
|
|
15647
16127
|
property :status, as: 'status'
|
16128
|
+
property :workload_policy, as: 'workloadPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyWorkloadPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyWorkloadPolicy::Representation
|
16129
|
+
|
15648
16130
|
end
|
15649
16131
|
end
|
15650
16132
|
|
@@ -15846,6 +16328,13 @@ module Google
|
|
15846
16328
|
end
|
15847
16329
|
end
|
15848
16330
|
|
16331
|
+
class ResourcePolicyWorkloadPolicy
|
16332
|
+
# @private
|
16333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16334
|
+
property :type, as: 'type'
|
16335
|
+
end
|
16336
|
+
end
|
16337
|
+
|
15849
16338
|
class ResourceStatus
|
15850
16339
|
# @private
|
15851
16340
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15860,6 +16349,7 @@ module Google
|
|
15860
16349
|
class ResourceStatusScheduling
|
15861
16350
|
# @private
|
15862
16351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16352
|
+
property :availability_domain, as: 'availabilityDomain'
|
15863
16353
|
property :termination_timestamp, as: 'terminationTimestamp'
|
15864
16354
|
end
|
15865
16355
|
end
|
@@ -15888,9 +16378,12 @@ module Google
|
|
15888
16378
|
property :next_hop_hub, as: 'nextHopHub'
|
15889
16379
|
property :next_hop_ilb, as: 'nextHopIlb'
|
15890
16380
|
property :next_hop_instance, as: 'nextHopInstance'
|
16381
|
+
property :next_hop_inter_region_cost, as: 'nextHopInterRegionCost'
|
15891
16382
|
property :next_hop_interconnect_attachment, as: 'nextHopInterconnectAttachment'
|
15892
16383
|
property :next_hop_ip, as: 'nextHopIp'
|
16384
|
+
property :next_hop_med, as: 'nextHopMed'
|
15893
16385
|
property :next_hop_network, as: 'nextHopNetwork'
|
16386
|
+
property :next_hop_origin, as: 'nextHopOrigin'
|
15894
16387
|
property :next_hop_peering, as: 'nextHopPeering'
|
15895
16388
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
15896
16389
|
property :priority, as: 'priority'
|
@@ -15964,6 +16457,7 @@ module Google
|
|
15964
16457
|
class RoutePolicy
|
15965
16458
|
# @private
|
15966
16459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16460
|
+
property :description, as: 'description'
|
15967
16461
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
15968
16462
|
property :name, as: 'name'
|
15969
16463
|
collection :terms, as: 'terms', class: Google::Apis::ComputeBeta::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeBeta::RoutePolicyPolicyTerm::Representation
|
@@ -16425,21 +16919,6 @@ module Google
|
|
16425
16919
|
end
|
16426
16920
|
end
|
16427
16921
|
|
16428
|
-
class Rule
|
16429
|
-
# @private
|
16430
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16431
|
-
property :action, as: 'action'
|
16432
|
-
collection :conditions, as: 'conditions', class: Google::Apis::ComputeBeta::Condition, decorator: Google::Apis::ComputeBeta::Condition::Representation
|
16433
|
-
|
16434
|
-
property :description, as: 'description'
|
16435
|
-
collection :ins, as: 'ins'
|
16436
|
-
collection :log_configs, as: 'logConfigs', class: Google::Apis::ComputeBeta::LogConfig, decorator: Google::Apis::ComputeBeta::LogConfig::Representation
|
16437
|
-
|
16438
|
-
collection :not_ins, as: 'notIns'
|
16439
|
-
collection :permissions, as: 'permissions'
|
16440
|
-
end
|
16441
|
-
end
|
16442
|
-
|
16443
16922
|
class SslHealthCheck
|
16444
16923
|
# @private
|
16445
16924
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16500,6 +16979,7 @@ module Google
|
|
16500
16979
|
# @private
|
16501
16980
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16502
16981
|
property :automatic_restart, as: 'automaticRestart'
|
16982
|
+
property :availability_domain, as: 'availabilityDomain'
|
16503
16983
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
16504
16984
|
property :instance_termination_action, as: 'instanceTerminationAction'
|
16505
16985
|
property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|