google-apis-compute_beta 0.108.0 → 0.110.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 +2426 -689
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +753 -1
- data/lib/google/apis/compute_beta/service.rb +1256 -230
- metadata +4 -7
@@ -478,6 +478,18 @@ module Google
|
|
478
478
|
include Google::Apis::Core::JsonObjectSupport
|
479
479
|
end
|
480
480
|
|
481
|
+
class BackendServiceDynamicForwarding
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class BackendServiceDynamicForwardingIpPortSelection
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
481
493
|
class BackendServiceFailoverPolicy
|
482
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
495
|
|
@@ -562,12 +574,36 @@ module Google
|
|
562
574
|
include Google::Apis::Core::JsonObjectSupport
|
563
575
|
end
|
564
576
|
|
577
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
565
589
|
class BackendServiceReference
|
566
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
591
|
|
568
592
|
include Google::Apis::Core::JsonObjectSupport
|
569
593
|
end
|
570
594
|
|
595
|
+
class BackendServiceTlsSettings
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class BackendServiceTlsSettingsSubjectAltName
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
571
607
|
class BackendServiceUsedBy
|
572
608
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
609
|
|
@@ -682,6 +718,24 @@ module Google
|
|
682
718
|
include Google::Apis::Core::JsonObjectSupport
|
683
719
|
end
|
684
720
|
|
721
|
+
class CalendarModeAdviceRequest
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class CalendarModeAdviceResponse
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class CalendarModeRecommendation
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
685
739
|
class CircuitBreakers
|
686
740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
741
|
|
@@ -784,6 +838,30 @@ module Google
|
|
784
838
|
include Google::Apis::Core::JsonObjectSupport
|
785
839
|
end
|
786
840
|
|
841
|
+
class CrossSiteNetwork
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class CrossSiteNetworkList
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
class Warning
|
851
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
852
|
+
|
853
|
+
class Datum
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
include Google::Apis::Core::JsonObjectSupport
|
860
|
+
end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
787
865
|
class CustomErrorResponsePolicy
|
788
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
867
|
|
@@ -1150,6 +1228,24 @@ module Google
|
|
1150
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1151
1229
|
end
|
1152
1230
|
|
1231
|
+
class FirewallPoliciesScopedList
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
class Warning
|
1235
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1236
|
+
|
1237
|
+
class Datum
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
include Google::Apis::Core::JsonObjectSupport
|
1244
|
+
end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1153
1249
|
class FirewallPolicy
|
1154
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
1251
|
|
@@ -1210,6 +1306,12 @@ module Google
|
|
1210
1306
|
include Google::Apis::Core::JsonObjectSupport
|
1211
1307
|
end
|
1212
1308
|
|
1309
|
+
class FlexibleTimeRange
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1213
1315
|
class ForwardingRule
|
1214
1316
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1317
|
|
@@ -1288,6 +1390,12 @@ module Google
|
|
1288
1390
|
include Google::Apis::Core::JsonObjectSupport
|
1289
1391
|
end
|
1290
1392
|
|
1393
|
+
class FutureReservationCommitmentInfo
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1291
1399
|
class FutureReservationSpecificSkuProperties
|
1292
1400
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
1401
|
|
@@ -1384,6 +1492,60 @@ module Google
|
|
1384
1492
|
include Google::Apis::Core::JsonObjectSupport
|
1385
1493
|
end
|
1386
1494
|
|
1495
|
+
class FutureResourcesRecommendation
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class FutureResourcesRecommendationOtherLocation
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class FutureResourcesSpec
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class FutureResourcesSpecAggregateResources
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
|
+
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class FutureResourcesSpecLocalSsdPartition
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class FutureResourcesSpecLocationPolicy
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class FutureResourcesSpecLocationPolicyLocation
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class FutureResourcesSpecSpecificSkuResources
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class FutureResourcesSpecTargetResources
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1387
1549
|
class GrpcHealthCheck
|
1388
1550
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
1551
|
|
@@ -2470,6 +2632,18 @@ module Google
|
|
2470
2632
|
include Google::Apis::Core::JsonObjectSupport
|
2471
2633
|
end
|
2472
2634
|
|
2635
|
+
class InstancesReportHostAsFaultyRequest
|
2636
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2637
|
+
|
2638
|
+
include Google::Apis::Core::JsonObjectSupport
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2643
|
+
|
2644
|
+
include Google::Apis::Core::JsonObjectSupport
|
2645
|
+
end
|
2646
|
+
|
2473
2647
|
class InstancesResumeRequest
|
2474
2648
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
2649
|
|
@@ -2794,6 +2968,12 @@ module Google
|
|
2794
2968
|
include Google::Apis::Core::JsonObjectSupport
|
2795
2969
|
end
|
2796
2970
|
|
2971
|
+
class InterconnectLocationCrossSiteInterconnectInfo
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2797
2977
|
class InterconnectLocationList
|
2798
2978
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2799
2979
|
|
@@ -3466,6 +3646,24 @@ module Google
|
|
3466
3646
|
include Google::Apis::Core::JsonObjectSupport
|
3467
3647
|
end
|
3468
3648
|
|
3649
|
+
class NetworkFirewallPolicyAggregatedList
|
3650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3651
|
+
|
3652
|
+
class Warning
|
3653
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3654
|
+
|
3655
|
+
class Datum
|
3656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3657
|
+
|
3658
|
+
include Google::Apis::Core::JsonObjectSupport
|
3659
|
+
end
|
3660
|
+
|
3661
|
+
include Google::Apis::Core::JsonObjectSupport
|
3662
|
+
end
|
3663
|
+
|
3664
|
+
include Google::Apis::Core::JsonObjectSupport
|
3665
|
+
end
|
3666
|
+
|
3469
3667
|
class NetworkInterface
|
3470
3668
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
3669
|
|
@@ -4744,6 +4942,18 @@ module Google
|
|
4744
4942
|
include Google::Apis::Core::JsonObjectSupport
|
4745
4943
|
end
|
4746
4944
|
|
4945
|
+
class ReservationsBlocksPerformMaintenanceRequest
|
4946
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4947
|
+
|
4948
|
+
include Google::Apis::Core::JsonObjectSupport
|
4949
|
+
end
|
4950
|
+
|
4951
|
+
class ReservationsPerformMaintenanceRequest
|
4952
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4953
|
+
|
4954
|
+
include Google::Apis::Core::JsonObjectSupport
|
4955
|
+
end
|
4956
|
+
|
4747
4957
|
class ReservationsResizeRequest
|
4748
4958
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
4959
|
|
@@ -7090,6 +7300,78 @@ module Google
|
|
7090
7300
|
include Google::Apis::Core::JsonObjectSupport
|
7091
7301
|
end
|
7092
7302
|
|
7303
|
+
class Wire
|
7304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7305
|
+
|
7306
|
+
include Google::Apis::Core::JsonObjectSupport
|
7307
|
+
end
|
7308
|
+
|
7309
|
+
class WireEndpoint
|
7310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7311
|
+
|
7312
|
+
include Google::Apis::Core::JsonObjectSupport
|
7313
|
+
end
|
7314
|
+
|
7315
|
+
class WireGroup
|
7316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7317
|
+
|
7318
|
+
include Google::Apis::Core::JsonObjectSupport
|
7319
|
+
end
|
7320
|
+
|
7321
|
+
class WireGroupEndpoint
|
7322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7323
|
+
|
7324
|
+
include Google::Apis::Core::JsonObjectSupport
|
7325
|
+
end
|
7326
|
+
|
7327
|
+
class WireGroupEndpointInterconnect
|
7328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7329
|
+
|
7330
|
+
include Google::Apis::Core::JsonObjectSupport
|
7331
|
+
end
|
7332
|
+
|
7333
|
+
class WireGroupList
|
7334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7335
|
+
|
7336
|
+
class Warning
|
7337
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7338
|
+
|
7339
|
+
class Datum
|
7340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7341
|
+
|
7342
|
+
include Google::Apis::Core::JsonObjectSupport
|
7343
|
+
end
|
7344
|
+
|
7345
|
+
include Google::Apis::Core::JsonObjectSupport
|
7346
|
+
end
|
7347
|
+
|
7348
|
+
include Google::Apis::Core::JsonObjectSupport
|
7349
|
+
end
|
7350
|
+
|
7351
|
+
class WireGroupProperties
|
7352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7353
|
+
|
7354
|
+
include Google::Apis::Core::JsonObjectSupport
|
7355
|
+
end
|
7356
|
+
|
7357
|
+
class WireGroupTopology
|
7358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7359
|
+
|
7360
|
+
include Google::Apis::Core::JsonObjectSupport
|
7361
|
+
end
|
7362
|
+
|
7363
|
+
class WireGroupTopologyEndpoint
|
7364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7365
|
+
|
7366
|
+
include Google::Apis::Core::JsonObjectSupport
|
7367
|
+
end
|
7368
|
+
|
7369
|
+
class WireProperties
|
7370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7371
|
+
|
7372
|
+
include Google::Apis::Core::JsonObjectSupport
|
7373
|
+
end
|
7374
|
+
|
7093
7375
|
class XpnHostList
|
7094
7376
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7095
7377
|
|
@@ -7959,6 +8241,8 @@ module Google
|
|
7959
8241
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
7960
8242
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
7961
8243
|
property :description, as: 'description'
|
8244
|
+
property :dynamic_forwarding, as: 'dynamicForwarding', class: Google::Apis::ComputeBeta::BackendServiceDynamicForwarding, decorator: Google::Apis::ComputeBeta::BackendServiceDynamicForwarding::Representation
|
8245
|
+
|
7962
8246
|
property :edge_security_policy, as: 'edgeSecurityPolicy'
|
7963
8247
|
property :enable_cdn, as: 'enableCDN'
|
7964
8248
|
property :external_managed_migration_state, as: 'externalManagedMigrationState'
|
@@ -7983,6 +8267,8 @@ module Google
|
|
7983
8267
|
hash :metadatas, as: 'metadatas'
|
7984
8268
|
property :name, as: 'name'
|
7985
8269
|
property :network, as: 'network'
|
8270
|
+
property :network_pass_through_lb_traffic_policy, as: 'networkPassThroughLbTrafficPolicy', class: Google::Apis::ComputeBeta::BackendServiceNetworkPassThroughLbTrafficPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceNetworkPassThroughLbTrafficPolicy::Representation
|
8271
|
+
|
7986
8272
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
|
7987
8273
|
|
7988
8274
|
property :port, as: 'port'
|
@@ -8001,6 +8287,8 @@ module Google
|
|
8001
8287
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
8002
8288
|
|
8003
8289
|
property :timeout_sec, as: 'timeoutSec'
|
8290
|
+
property :tls_settings, as: 'tlsSettings', class: Google::Apis::ComputeBeta::BackendServiceTlsSettings, decorator: Google::Apis::ComputeBeta::BackendServiceTlsSettings::Representation
|
8291
|
+
|
8004
8292
|
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeBeta::BackendServiceUsedBy, decorator: Google::Apis::ComputeBeta::BackendServiceUsedBy::Representation
|
8005
8293
|
|
8006
8294
|
end
|
@@ -8093,6 +8381,21 @@ module Google
|
|
8093
8381
|
end
|
8094
8382
|
end
|
8095
8383
|
|
8384
|
+
class BackendServiceDynamicForwarding
|
8385
|
+
# @private
|
8386
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8387
|
+
property :ip_port_selection, as: 'ipPortSelection', class: Google::Apis::ComputeBeta::BackendServiceDynamicForwardingIpPortSelection, decorator: Google::Apis::ComputeBeta::BackendServiceDynamicForwardingIpPortSelection::Representation
|
8388
|
+
|
8389
|
+
end
|
8390
|
+
end
|
8391
|
+
|
8392
|
+
class BackendServiceDynamicForwardingIpPortSelection
|
8393
|
+
# @private
|
8394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8395
|
+
property :enabled, as: 'enabled'
|
8396
|
+
end
|
8397
|
+
end
|
8398
|
+
|
8096
8399
|
class BackendServiceFailoverPolicy
|
8097
8400
|
# @private
|
8098
8401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8231,6 +8534,22 @@ module Google
|
|
8231
8534
|
end
|
8232
8535
|
end
|
8233
8536
|
|
8537
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
8538
|
+
# @private
|
8539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8540
|
+
property :zonal_affinity, as: 'zonalAffinity', class: Google::Apis::ComputeBeta::BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity, decorator: Google::Apis::ComputeBeta::BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity::Representation
|
8541
|
+
|
8542
|
+
end
|
8543
|
+
end
|
8544
|
+
|
8545
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity
|
8546
|
+
# @private
|
8547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8548
|
+
property :spillover, as: 'spillover'
|
8549
|
+
property :spillover_ratio, as: 'spilloverRatio'
|
8550
|
+
end
|
8551
|
+
end
|
8552
|
+
|
8234
8553
|
class BackendServiceReference
|
8235
8554
|
# @private
|
8236
8555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8238,6 +8557,24 @@ module Google
|
|
8238
8557
|
end
|
8239
8558
|
end
|
8240
8559
|
|
8560
|
+
class BackendServiceTlsSettings
|
8561
|
+
# @private
|
8562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8563
|
+
property :authentication_config, as: 'authenticationConfig'
|
8564
|
+
property :sni, as: 'sni'
|
8565
|
+
collection :subject_alt_names, as: 'subjectAltNames', class: Google::Apis::ComputeBeta::BackendServiceTlsSettingsSubjectAltName, decorator: Google::Apis::ComputeBeta::BackendServiceTlsSettingsSubjectAltName::Representation
|
8566
|
+
|
8567
|
+
end
|
8568
|
+
end
|
8569
|
+
|
8570
|
+
class BackendServiceTlsSettingsSubjectAltName
|
8571
|
+
# @private
|
8572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8573
|
+
property :dns_name, as: 'dnsName'
|
8574
|
+
property :uniform_resource_identifier, as: 'uniformResourceIdentifier'
|
8575
|
+
end
|
8576
|
+
end
|
8577
|
+
|
8241
8578
|
class BackendServiceUsedBy
|
8242
8579
|
# @private
|
8243
8580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8425,6 +8762,7 @@ module Google
|
|
8425
8762
|
class CacheInvalidationRule
|
8426
8763
|
# @private
|
8427
8764
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8765
|
+
collection :cache_tags, as: 'cacheTags'
|
8428
8766
|
property :host, as: 'host'
|
8429
8767
|
property :path, as: 'path'
|
8430
8768
|
end
|
@@ -8443,6 +8781,30 @@ module Google
|
|
8443
8781
|
end
|
8444
8782
|
end
|
8445
8783
|
|
8784
|
+
class CalendarModeAdviceRequest
|
8785
|
+
# @private
|
8786
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8787
|
+
hash :future_resources_specs, as: 'futureResourcesSpecs', class: Google::Apis::ComputeBeta::FutureResourcesSpec, decorator: Google::Apis::ComputeBeta::FutureResourcesSpec::Representation
|
8788
|
+
|
8789
|
+
end
|
8790
|
+
end
|
8791
|
+
|
8792
|
+
class CalendarModeAdviceResponse
|
8793
|
+
# @private
|
8794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8795
|
+
collection :recommendations, as: 'recommendations', class: Google::Apis::ComputeBeta::CalendarModeRecommendation, decorator: Google::Apis::ComputeBeta::CalendarModeRecommendation::Representation
|
8796
|
+
|
8797
|
+
end
|
8798
|
+
end
|
8799
|
+
|
8800
|
+
class CalendarModeRecommendation
|
8801
|
+
# @private
|
8802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8803
|
+
hash :recommendations_per_spec, as: 'recommendationsPerSpec', class: Google::Apis::ComputeBeta::FutureResourcesRecommendation, decorator: Google::Apis::ComputeBeta::FutureResourcesRecommendation::Representation
|
8804
|
+
|
8805
|
+
end
|
8806
|
+
end
|
8807
|
+
|
8446
8808
|
class CircuitBreakers
|
8447
8809
|
# @private
|
8448
8810
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8638,6 +9000,53 @@ module Google
|
|
8638
9000
|
end
|
8639
9001
|
end
|
8640
9002
|
|
9003
|
+
class CrossSiteNetwork
|
9004
|
+
# @private
|
9005
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9006
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
9007
|
+
property :description, as: 'description'
|
9008
|
+
property :id, :numeric_string => true, as: 'id'
|
9009
|
+
property :kind, as: 'kind'
|
9010
|
+
property :name, as: 'name'
|
9011
|
+
property :self_link, as: 'selfLink'
|
9012
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
9013
|
+
end
|
9014
|
+
end
|
9015
|
+
|
9016
|
+
class CrossSiteNetworkList
|
9017
|
+
# @private
|
9018
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9019
|
+
property :etag, as: 'etag'
|
9020
|
+
property :id, as: 'id'
|
9021
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::CrossSiteNetwork, decorator: Google::Apis::ComputeBeta::CrossSiteNetwork::Representation
|
9022
|
+
|
9023
|
+
property :kind, as: 'kind'
|
9024
|
+
property :next_page_token, as: 'nextPageToken'
|
9025
|
+
property :self_link, as: 'selfLink'
|
9026
|
+
collection :unreachables, as: 'unreachables'
|
9027
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::CrossSiteNetworkList::Warning, decorator: Google::Apis::ComputeBeta::CrossSiteNetworkList::Warning::Representation
|
9028
|
+
|
9029
|
+
end
|
9030
|
+
|
9031
|
+
class Warning
|
9032
|
+
# @private
|
9033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9034
|
+
property :code, as: 'code'
|
9035
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::CrossSiteNetworkList::Warning::Datum, decorator: Google::Apis::ComputeBeta::CrossSiteNetworkList::Warning::Datum::Representation
|
9036
|
+
|
9037
|
+
property :message, as: 'message'
|
9038
|
+
end
|
9039
|
+
|
9040
|
+
class Datum
|
9041
|
+
# @private
|
9042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9043
|
+
property :key, as: 'key'
|
9044
|
+
property :value, as: 'value'
|
9045
|
+
end
|
9046
|
+
end
|
9047
|
+
end
|
9048
|
+
end
|
9049
|
+
|
8641
9050
|
class CustomErrorResponsePolicy
|
8642
9051
|
# @private
|
8643
9052
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9312,6 +9721,34 @@ module Google
|
|
9312
9721
|
end
|
9313
9722
|
end
|
9314
9723
|
|
9724
|
+
class FirewallPoliciesScopedList
|
9725
|
+
# @private
|
9726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9727
|
+
collection :firewall_policies, as: 'firewallPolicies', class: Google::Apis::ComputeBeta::FirewallPolicy, decorator: Google::Apis::ComputeBeta::FirewallPolicy::Representation
|
9728
|
+
|
9729
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::FirewallPoliciesScopedList::Warning, decorator: Google::Apis::ComputeBeta::FirewallPoliciesScopedList::Warning::Representation
|
9730
|
+
|
9731
|
+
end
|
9732
|
+
|
9733
|
+
class Warning
|
9734
|
+
# @private
|
9735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9736
|
+
property :code, as: 'code'
|
9737
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::FirewallPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::FirewallPoliciesScopedList::Warning::Datum::Representation
|
9738
|
+
|
9739
|
+
property :message, as: 'message'
|
9740
|
+
end
|
9741
|
+
|
9742
|
+
class Datum
|
9743
|
+
# @private
|
9744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9745
|
+
property :key, as: 'key'
|
9746
|
+
property :value, as: 'value'
|
9747
|
+
end
|
9748
|
+
end
|
9749
|
+
end
|
9750
|
+
end
|
9751
|
+
|
9315
9752
|
class FirewallPolicy
|
9316
9753
|
# @private
|
9317
9754
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9450,6 +9887,18 @@ module Google
|
|
9450
9887
|
end
|
9451
9888
|
end
|
9452
9889
|
|
9890
|
+
class FlexibleTimeRange
|
9891
|
+
# @private
|
9892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9893
|
+
property :end_time_not_earlier_than, as: 'endTimeNotEarlierThan'
|
9894
|
+
property :end_time_not_later_than, as: 'endTimeNotLaterThan'
|
9895
|
+
property :max_duration, as: 'maxDuration'
|
9896
|
+
property :min_duration, as: 'minDuration'
|
9897
|
+
property :start_time_not_earlier_than, as: 'startTimeNotEarlierThan'
|
9898
|
+
property :start_time_not_later_than, as: 'startTimeNotLaterThan'
|
9899
|
+
end
|
9900
|
+
end
|
9901
|
+
|
9453
9902
|
class ForwardingRule
|
9454
9903
|
# @private
|
9455
9904
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9608,10 +10057,14 @@ module Google
|
|
9608
10057
|
class FutureReservation
|
9609
10058
|
# @private
|
9610
10059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10060
|
+
property :aggregate_reservation, as: 'aggregateReservation', class: Google::Apis::ComputeBeta::AllocationAggregateReservation, decorator: Google::Apis::ComputeBeta::AllocationAggregateReservation::Representation
|
10061
|
+
|
9611
10062
|
property :auto_created_reservations_delete_time, as: 'autoCreatedReservationsDeleteTime'
|
9612
10063
|
property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
9613
10064
|
|
9614
10065
|
property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
|
10066
|
+
property :commitment_info, as: 'commitmentInfo', class: Google::Apis::ComputeBeta::FutureReservationCommitmentInfo, decorator: Google::Apis::ComputeBeta::FutureReservationCommitmentInfo::Representation
|
10067
|
+
|
9615
10068
|
property :creation_timestamp, as: 'creationTimestamp'
|
9616
10069
|
property :deployment_type, as: 'deploymentType'
|
9617
10070
|
property :description, as: 'description'
|
@@ -9620,6 +10073,7 @@ module Google
|
|
9620
10073
|
property :name, as: 'name'
|
9621
10074
|
property :name_prefix, as: 'namePrefix'
|
9622
10075
|
property :planning_status, as: 'planningStatus'
|
10076
|
+
property :reservation_mode, as: 'reservationMode'
|
9623
10077
|
property :reservation_name, as: 'reservationName'
|
9624
10078
|
property :scheduling_type, as: 'schedulingType'
|
9625
10079
|
property :self_link, as: 'selfLink'
|
@@ -9637,6 +10091,15 @@ module Google
|
|
9637
10091
|
end
|
9638
10092
|
end
|
9639
10093
|
|
10094
|
+
class FutureReservationCommitmentInfo
|
10095
|
+
# @private
|
10096
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10097
|
+
property :commitment_name, as: 'commitmentName'
|
10098
|
+
property :commitment_plan, as: 'commitmentPlan'
|
10099
|
+
property :previous_commitment_terms, as: 'previousCommitmentTerms'
|
10100
|
+
end
|
10101
|
+
end
|
10102
|
+
|
9640
10103
|
class FutureReservationSpecificSkuProperties
|
9641
10104
|
# @private
|
9642
10105
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9811,6 +10274,92 @@ module Google
|
|
9811
10274
|
end
|
9812
10275
|
end
|
9813
10276
|
|
10277
|
+
class FutureResourcesRecommendation
|
10278
|
+
# @private
|
10279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10280
|
+
property :end_time, as: 'endTime'
|
10281
|
+
property :location, as: 'location'
|
10282
|
+
hash :other_locations, as: 'otherLocations', class: Google::Apis::ComputeBeta::FutureResourcesRecommendationOtherLocation, decorator: Google::Apis::ComputeBeta::FutureResourcesRecommendationOtherLocation::Representation
|
10283
|
+
|
10284
|
+
property :recommendation_id, as: 'recommendationId'
|
10285
|
+
property :recommendation_type, as: 'recommendationType'
|
10286
|
+
property :start_time, as: 'startTime'
|
10287
|
+
end
|
10288
|
+
end
|
10289
|
+
|
10290
|
+
class FutureResourcesRecommendationOtherLocation
|
10291
|
+
# @private
|
10292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10293
|
+
property :details, as: 'details'
|
10294
|
+
property :status, as: 'status'
|
10295
|
+
end
|
10296
|
+
end
|
10297
|
+
|
10298
|
+
class FutureResourcesSpec
|
10299
|
+
# @private
|
10300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10301
|
+
property :deployment_type, as: 'deploymentType'
|
10302
|
+
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeBeta::FutureResourcesSpecLocationPolicy, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecLocationPolicy::Representation
|
10303
|
+
|
10304
|
+
property :target_resources, as: 'targetResources', class: Google::Apis::ComputeBeta::FutureResourcesSpecTargetResources, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecTargetResources::Representation
|
10305
|
+
|
10306
|
+
property :time_range_spec, as: 'timeRangeSpec', class: Google::Apis::ComputeBeta::FlexibleTimeRange, decorator: Google::Apis::ComputeBeta::FlexibleTimeRange::Representation
|
10307
|
+
|
10308
|
+
end
|
10309
|
+
end
|
10310
|
+
|
10311
|
+
class FutureResourcesSpecAggregateResources
|
10312
|
+
# @private
|
10313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10314
|
+
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
10315
|
+
property :vm_family, as: 'vmFamily'
|
10316
|
+
property :workload_type, as: 'workloadType'
|
10317
|
+
end
|
10318
|
+
end
|
10319
|
+
|
10320
|
+
class FutureResourcesSpecLocalSsdPartition
|
10321
|
+
# @private
|
10322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10323
|
+
property :disk_interface, as: 'diskInterface'
|
10324
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
10325
|
+
end
|
10326
|
+
end
|
10327
|
+
|
10328
|
+
class FutureResourcesSpecLocationPolicy
|
10329
|
+
# @private
|
10330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10331
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::FutureResourcesSpecLocationPolicyLocation, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecLocationPolicyLocation::Representation
|
10332
|
+
|
10333
|
+
end
|
10334
|
+
end
|
10335
|
+
|
10336
|
+
class FutureResourcesSpecLocationPolicyLocation
|
10337
|
+
# @private
|
10338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10339
|
+
property :preference, as: 'preference'
|
10340
|
+
end
|
10341
|
+
end
|
10342
|
+
|
10343
|
+
class FutureResourcesSpecSpecificSkuResources
|
10344
|
+
# @private
|
10345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10346
|
+
property :instance_count, :numeric_string => true, as: 'instanceCount'
|
10347
|
+
collection :local_ssd_partitions, as: 'localSsdPartitions', class: Google::Apis::ComputeBeta::FutureResourcesSpecLocalSsdPartition, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecLocalSsdPartition::Representation
|
10348
|
+
|
10349
|
+
property :machine_type, as: 'machineType'
|
10350
|
+
end
|
10351
|
+
end
|
10352
|
+
|
10353
|
+
class FutureResourcesSpecTargetResources
|
10354
|
+
# @private
|
10355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10356
|
+
property :aggregate_resources, as: 'aggregateResources', class: Google::Apis::ComputeBeta::FutureResourcesSpecAggregateResources, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecAggregateResources::Representation
|
10357
|
+
|
10358
|
+
property :specific_sku_resources, as: 'specificSkuResources', class: Google::Apis::ComputeBeta::FutureResourcesSpecSpecificSkuResources, decorator: Google::Apis::ComputeBeta::FutureResourcesSpecSpecificSkuResources::Representation
|
10359
|
+
|
10360
|
+
end
|
10361
|
+
end
|
10362
|
+
|
9814
10363
|
class GrpcHealthCheck
|
9815
10364
|
# @private
|
9816
10365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10971,6 +11520,7 @@ module Google
|
|
10971
11520
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10972
11521
|
property :default_action_on_failure, as: 'defaultActionOnFailure'
|
10973
11522
|
property :force_update_on_repair, as: 'forceUpdateOnRepair'
|
11523
|
+
property :on_failed_health_check, as: 'onFailedHealthCheck'
|
10974
11524
|
end
|
10975
11525
|
end
|
10976
11526
|
|
@@ -11895,6 +12445,23 @@ module Google
|
|
11895
12445
|
end
|
11896
12446
|
end
|
11897
12447
|
|
12448
|
+
class InstancesReportHostAsFaultyRequest
|
12449
|
+
# @private
|
12450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12451
|
+
property :disruption_schedule, as: 'disruptionSchedule'
|
12452
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeBeta::InstancesReportHostAsFaultyRequestFaultReason, decorator: Google::Apis::ComputeBeta::InstancesReportHostAsFaultyRequestFaultReason::Representation
|
12453
|
+
|
12454
|
+
end
|
12455
|
+
end
|
12456
|
+
|
12457
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
12458
|
+
# @private
|
12459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12460
|
+
property :behavior, as: 'behavior'
|
12461
|
+
property :description, as: 'description'
|
12462
|
+
end
|
12463
|
+
end
|
12464
|
+
|
11898
12465
|
class InstancesResumeRequest
|
11899
12466
|
# @private
|
11900
12467
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12168,6 +12735,7 @@ module Google
|
|
12168
12735
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12169
12736
|
property :self_link, as: 'selfLink'
|
12170
12737
|
property :state, as: 'state'
|
12738
|
+
collection :wire_groups, as: 'wireGroups'
|
12171
12739
|
end
|
12172
12740
|
end
|
12173
12741
|
|
@@ -12497,6 +13065,8 @@ module Google
|
|
12497
13065
|
property :city, as: 'city'
|
12498
13066
|
property :continent, as: 'continent'
|
12499
13067
|
property :creation_timestamp, as: 'creationTimestamp'
|
13068
|
+
collection :cross_site_interconnect_infos, as: 'crossSiteInterconnectInfos', class: Google::Apis::ComputeBeta::InterconnectLocationCrossSiteInterconnectInfo, decorator: Google::Apis::ComputeBeta::InterconnectLocationCrossSiteInterconnectInfo::Representation
|
13069
|
+
|
12500
13070
|
property :description, as: 'description'
|
12501
13071
|
property :facility_provider, as: 'facilityProvider'
|
12502
13072
|
property :facility_provider_facility_id, as: 'facilityProviderFacilityId'
|
@@ -12512,6 +13082,13 @@ module Google
|
|
12512
13082
|
end
|
12513
13083
|
end
|
12514
13084
|
|
13085
|
+
class InterconnectLocationCrossSiteInterconnectInfo
|
13086
|
+
# @private
|
13087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13088
|
+
property :city, as: 'city'
|
13089
|
+
end
|
13090
|
+
end
|
13091
|
+
|
12515
13092
|
class InterconnectLocationList
|
12516
13093
|
# @private
|
12517
13094
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13747,6 +14324,39 @@ module Google
|
|
13747
14324
|
end
|
13748
14325
|
end
|
13749
14326
|
|
14327
|
+
class NetworkFirewallPolicyAggregatedList
|
14328
|
+
# @private
|
14329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14330
|
+
property :id, as: 'id'
|
14331
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::FirewallPoliciesScopedList, decorator: Google::Apis::ComputeBeta::FirewallPoliciesScopedList::Representation
|
14332
|
+
|
14333
|
+
property :kind, as: 'kind'
|
14334
|
+
property :next_page_token, as: 'nextPageToken'
|
14335
|
+
property :self_link, as: 'selfLink'
|
14336
|
+
collection :unreachables, as: 'unreachables'
|
14337
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkFirewallPolicyAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkFirewallPolicyAggregatedList::Warning::Representation
|
14338
|
+
|
14339
|
+
end
|
14340
|
+
|
14341
|
+
class Warning
|
14342
|
+
# @private
|
14343
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14344
|
+
property :code, as: 'code'
|
14345
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkFirewallPolicyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkFirewallPolicyAggregatedList::Warning::Datum::Representation
|
14346
|
+
|
14347
|
+
property :message, as: 'message'
|
14348
|
+
end
|
14349
|
+
|
14350
|
+
class Datum
|
14351
|
+
# @private
|
14352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14353
|
+
property :key, as: 'key'
|
14354
|
+
property :value, as: 'value'
|
14355
|
+
end
|
14356
|
+
end
|
14357
|
+
end
|
14358
|
+
end
|
14359
|
+
|
13750
14360
|
class NetworkInterface
|
13751
14361
|
# @private
|
13752
14362
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13766,9 +14376,11 @@ module Google
|
|
13766
14376
|
property :network_attachment, as: 'networkAttachment'
|
13767
14377
|
property :network_ip, as: 'networkIP'
|
13768
14378
|
property :nic_type, as: 'nicType'
|
14379
|
+
property :parent_nic_name, as: 'parentNicName'
|
13769
14380
|
property :queue_count, as: 'queueCount'
|
13770
14381
|
property :stack_type, as: 'stackType'
|
13771
14382
|
property :subnetwork, as: 'subnetwork'
|
14383
|
+
property :vlan, as: 'vlan'
|
13772
14384
|
end
|
13773
14385
|
end
|
13774
14386
|
|
@@ -13843,7 +14455,6 @@ module Google
|
|
13843
14455
|
property :name, as: 'name'
|
13844
14456
|
property :self_link, as: 'selfLink'
|
13845
14457
|
property :self_link_with_id, as: 'selfLinkWithId'
|
13846
|
-
property :zone, as: 'zone'
|
13847
14458
|
end
|
13848
14459
|
end
|
13849
14460
|
|
@@ -14363,6 +14974,7 @@ module Google
|
|
14363
14974
|
property :id, :numeric_string => true, as: 'id'
|
14364
14975
|
property :kind, as: 'kind'
|
14365
14976
|
property :local_ssd_gb, as: 'localSsdGb'
|
14977
|
+
property :max_vms, as: 'maxVms'
|
14366
14978
|
property :memory_mb, as: 'memoryMb'
|
14367
14979
|
property :name, as: 'name'
|
14368
14980
|
property :self_link, as: 'selfLink'
|
@@ -15924,6 +16536,7 @@ module Google
|
|
15924
16536
|
property :id, :numeric_string => true, as: 'id'
|
15925
16537
|
property :kind, as: 'kind'
|
15926
16538
|
property :name, as: 'name'
|
16539
|
+
property :reservation_mode, as: 'reservationMode'
|
15927
16540
|
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeBeta::AllocationReservationSharingPolicy::Representation
|
15928
16541
|
|
15929
16542
|
hash :resource_policies, as: 'resourcePolicies'
|
@@ -16083,6 +16696,20 @@ module Google
|
|
16083
16696
|
end
|
16084
16697
|
end
|
16085
16698
|
|
16699
|
+
class ReservationsBlocksPerformMaintenanceRequest
|
16700
|
+
# @private
|
16701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16702
|
+
property :maintenance_scope, as: 'maintenanceScope'
|
16703
|
+
end
|
16704
|
+
end
|
16705
|
+
|
16706
|
+
class ReservationsPerformMaintenanceRequest
|
16707
|
+
# @private
|
16708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16709
|
+
property :maintenance_scope, as: 'maintenanceScope'
|
16710
|
+
end
|
16711
|
+
end
|
16712
|
+
|
16086
16713
|
class ReservationsResizeRequest
|
16087
16714
|
# @private
|
16088
16715
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20430,6 +21057,131 @@ module Google
|
|
20430
21057
|
end
|
20431
21058
|
end
|
20432
21059
|
|
21060
|
+
class Wire
|
21061
|
+
# @private
|
21062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21063
|
+
property :admin_enabled, as: 'adminEnabled'
|
21064
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ComputeBeta::WireEndpoint, decorator: Google::Apis::ComputeBeta::WireEndpoint::Representation
|
21065
|
+
|
21066
|
+
property :label, as: 'label'
|
21067
|
+
property :wire_properties, as: 'wireProperties', class: Google::Apis::ComputeBeta::WireProperties, decorator: Google::Apis::ComputeBeta::WireProperties::Representation
|
21068
|
+
|
21069
|
+
end
|
21070
|
+
end
|
21071
|
+
|
21072
|
+
class WireEndpoint
|
21073
|
+
# @private
|
21074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21075
|
+
property :interconnect, as: 'interconnect'
|
21076
|
+
property :vlan_tag, as: 'vlanTag'
|
21077
|
+
end
|
21078
|
+
end
|
21079
|
+
|
21080
|
+
class WireGroup
|
21081
|
+
# @private
|
21082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21083
|
+
property :admin_enabled, as: 'adminEnabled'
|
21084
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
21085
|
+
property :description, as: 'description'
|
21086
|
+
hash :endpoints, as: 'endpoints', class: Google::Apis::ComputeBeta::WireGroupEndpoint, decorator: Google::Apis::ComputeBeta::WireGroupEndpoint::Representation
|
21087
|
+
|
21088
|
+
property :id, :numeric_string => true, as: 'id'
|
21089
|
+
property :kind, as: 'kind'
|
21090
|
+
property :name, as: 'name'
|
21091
|
+
property :self_link, as: 'selfLink'
|
21092
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
21093
|
+
property :topology, as: 'topology', class: Google::Apis::ComputeBeta::WireGroupTopology, decorator: Google::Apis::ComputeBeta::WireGroupTopology::Representation
|
21094
|
+
|
21095
|
+
property :wire_group_properties, as: 'wireGroupProperties', class: Google::Apis::ComputeBeta::WireGroupProperties, decorator: Google::Apis::ComputeBeta::WireGroupProperties::Representation
|
21096
|
+
|
21097
|
+
property :wire_properties, as: 'wireProperties', class: Google::Apis::ComputeBeta::WireProperties, decorator: Google::Apis::ComputeBeta::WireProperties::Representation
|
21098
|
+
|
21099
|
+
collection :wires, as: 'wires', class: Google::Apis::ComputeBeta::Wire, decorator: Google::Apis::ComputeBeta::Wire::Representation
|
21100
|
+
|
21101
|
+
end
|
21102
|
+
end
|
21103
|
+
|
21104
|
+
class WireGroupEndpoint
|
21105
|
+
# @private
|
21106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21107
|
+
hash :interconnects, as: 'interconnects', class: Google::Apis::ComputeBeta::WireGroupEndpointInterconnect, decorator: Google::Apis::ComputeBeta::WireGroupEndpointInterconnect::Representation
|
21108
|
+
|
21109
|
+
end
|
21110
|
+
end
|
21111
|
+
|
21112
|
+
class WireGroupEndpointInterconnect
|
21113
|
+
# @private
|
21114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21115
|
+
property :interconnect, as: 'interconnect'
|
21116
|
+
collection :vlan_tags, as: 'vlanTags'
|
21117
|
+
end
|
21118
|
+
end
|
21119
|
+
|
21120
|
+
class WireGroupList
|
21121
|
+
# @private
|
21122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21123
|
+
property :etag, as: 'etag'
|
21124
|
+
property :id, as: 'id'
|
21125
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::WireGroup, decorator: Google::Apis::ComputeBeta::WireGroup::Representation
|
21126
|
+
|
21127
|
+
property :kind, as: 'kind'
|
21128
|
+
property :next_page_token, as: 'nextPageToken'
|
21129
|
+
property :self_link, as: 'selfLink'
|
21130
|
+
collection :unreachables, as: 'unreachables'
|
21131
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::WireGroupList::Warning, decorator: Google::Apis::ComputeBeta::WireGroupList::Warning::Representation
|
21132
|
+
|
21133
|
+
end
|
21134
|
+
|
21135
|
+
class Warning
|
21136
|
+
# @private
|
21137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21138
|
+
property :code, as: 'code'
|
21139
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::WireGroupList::Warning::Datum, decorator: Google::Apis::ComputeBeta::WireGroupList::Warning::Datum::Representation
|
21140
|
+
|
21141
|
+
property :message, as: 'message'
|
21142
|
+
end
|
21143
|
+
|
21144
|
+
class Datum
|
21145
|
+
# @private
|
21146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21147
|
+
property :key, as: 'key'
|
21148
|
+
property :value, as: 'value'
|
21149
|
+
end
|
21150
|
+
end
|
21151
|
+
end
|
21152
|
+
end
|
21153
|
+
|
21154
|
+
class WireGroupProperties
|
21155
|
+
# @private
|
21156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21157
|
+
property :type, as: 'type'
|
21158
|
+
end
|
21159
|
+
end
|
21160
|
+
|
21161
|
+
class WireGroupTopology
|
21162
|
+
# @private
|
21163
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21164
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ComputeBeta::WireGroupTopologyEndpoint, decorator: Google::Apis::ComputeBeta::WireGroupTopologyEndpoint::Representation
|
21165
|
+
|
21166
|
+
end
|
21167
|
+
end
|
21168
|
+
|
21169
|
+
class WireGroupTopologyEndpoint
|
21170
|
+
# @private
|
21171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21172
|
+
property :city, as: 'city'
|
21173
|
+
property :label, as: 'label'
|
21174
|
+
end
|
21175
|
+
end
|
21176
|
+
|
21177
|
+
class WireProperties
|
21178
|
+
# @private
|
21179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21180
|
+
property :bandwidth_unmetered, :numeric_string => true, as: 'bandwidthUnmetered'
|
21181
|
+
property :fault_response, as: 'faultResponse'
|
21182
|
+
end
|
21183
|
+
end
|
21184
|
+
|
20433
21185
|
class XpnHostList
|
20434
21186
|
# @private
|
20435
21187
|
class Representation < Google::Apis::Core::JsonRepresentation
|