google-apis-compute_alpha 0.104.0 → 0.106.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_alpha/classes.rb +4715 -1348
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +1721 -349
- data/lib/google/apis/compute_alpha/service.rb +3404 -534
- metadata +4 -4
@@ -226,6 +226,12 @@ module Google
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
+
class AsyncReplicationStatus
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
229
235
|
class AttachedDisk
|
230
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
237
|
|
@@ -424,6 +430,36 @@ module Google
|
|
424
430
|
include Google::Apis::Core::JsonObjectSupport
|
425
431
|
end
|
426
432
|
|
433
|
+
class BackendBucketListUsable
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
class Warning
|
437
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
438
|
+
|
439
|
+
class Datum
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
include Google::Apis::Core::JsonObjectSupport
|
446
|
+
end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class BackendBucketUsedBy
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class BackendCustomMetric
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
427
463
|
class BackendService
|
428
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
465
|
|
@@ -472,6 +508,12 @@ module Google
|
|
472
508
|
include Google::Apis::Core::JsonObjectSupport
|
473
509
|
end
|
474
510
|
|
511
|
+
class BackendServiceCustomMetric
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
475
517
|
class BackendServiceFailoverPolicy
|
476
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
519
|
|
@@ -598,6 +640,18 @@ module Google
|
|
598
640
|
include Google::Apis::Core::JsonObjectSupport
|
599
641
|
end
|
600
642
|
|
643
|
+
class BackendServiceTlsSettings
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class BackendServiceTlsSettingsSubjectAltName
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
601
655
|
class BackendServiceUsedBy
|
602
656
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
657
|
|
@@ -802,12 +856,6 @@ module Google
|
|
802
856
|
include Google::Apis::Core::JsonObjectSupport
|
803
857
|
end
|
804
858
|
|
805
|
-
class Condition
|
806
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
-
|
808
|
-
include Google::Apis::Core::JsonObjectSupport
|
809
|
-
end
|
810
|
-
|
811
859
|
class ConfidentialInstanceConfig
|
812
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
861
|
|
@@ -838,6 +886,30 @@ module Google
|
|
838
886
|
include Google::Apis::Core::JsonObjectSupport
|
839
887
|
end
|
840
888
|
|
889
|
+
class CrossSiteNetwork
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class CrossSiteNetworkList
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
class Warning
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
900
|
+
|
901
|
+
class Datum
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
include Google::Apis::Core::JsonObjectSupport
|
908
|
+
end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
841
913
|
class CustomErrorResponsePolicy
|
842
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
915
|
|
@@ -934,6 +1006,12 @@ module Google
|
|
934
1006
|
include Google::Apis::Core::JsonObjectSupport
|
935
1007
|
end
|
936
1008
|
|
1009
|
+
class DiskPairReplicationState
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
937
1015
|
class DiskParams
|
938
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
1017
|
|
@@ -1366,6 +1444,12 @@ module Google
|
|
1366
1444
|
include Google::Apis::Core::JsonObjectSupport
|
1367
1445
|
end
|
1368
1446
|
|
1447
|
+
class FutureReservationCommitmentInfo
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
|
+
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
1451
|
+
end
|
1452
|
+
|
1369
1453
|
class FutureReservationSpecificSkuProperties
|
1370
1454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
1455
|
|
@@ -1378,6 +1462,12 @@ module Google
|
|
1378
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1379
1463
|
end
|
1380
1464
|
|
1465
|
+
class FutureReservationStatusExistingMatchingUsageInfo
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1381
1471
|
class FutureReservationStatusLastKnownGoodState
|
1382
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
1473
|
|
@@ -1468,6 +1558,12 @@ module Google
|
|
1468
1558
|
include Google::Apis::Core::JsonObjectSupport
|
1469
1559
|
end
|
1470
1560
|
|
1561
|
+
class GetAsyncReplicationStatusResponse
|
1562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1563
|
+
|
1564
|
+
include Google::Apis::Core::JsonObjectSupport
|
1565
|
+
end
|
1566
|
+
|
1471
1567
|
class GetOwnerInstanceResponse
|
1472
1568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
1569
|
|
@@ -1510,6 +1606,12 @@ module Google
|
|
1510
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1511
1607
|
end
|
1512
1608
|
|
1609
|
+
class GroupMaintenanceInfo
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1513
1615
|
class GrpcServiceConfig
|
1514
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
1617
|
|
@@ -2146,6 +2248,12 @@ module Google
|
|
2146
2248
|
include Google::Apis::Core::JsonObjectSupport
|
2147
2249
|
end
|
2148
2250
|
|
2251
|
+
class InstanceGroupManagerResourcePolicies
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2253
|
+
|
2254
|
+
include Google::Apis::Core::JsonObjectSupport
|
2255
|
+
end
|
2256
|
+
|
2149
2257
|
class InstanceGroupManagerStandbyPolicy
|
2150
2258
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2151
2259
|
|
@@ -2164,6 +2272,36 @@ module Google
|
|
2164
2272
|
include Google::Apis::Core::JsonObjectSupport
|
2165
2273
|
end
|
2166
2274
|
|
2275
|
+
class InstanceGroupManagerStatusBulkInstanceOperation
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
|
+
|
2278
|
+
include Google::Apis::Core::JsonObjectSupport
|
2279
|
+
end
|
2280
|
+
|
2281
|
+
class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
|
+
|
2284
|
+
class Error
|
2285
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2286
|
+
|
2287
|
+
class Error
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2289
|
+
|
2290
|
+
class ErrorDetail
|
2291
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2292
|
+
|
2293
|
+
include Google::Apis::Core::JsonObjectSupport
|
2294
|
+
end
|
2295
|
+
|
2296
|
+
include Google::Apis::Core::JsonObjectSupport
|
2297
|
+
end
|
2298
|
+
|
2299
|
+
include Google::Apis::Core::JsonObjectSupport
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
include Google::Apis::Core::JsonObjectSupport
|
2303
|
+
end
|
2304
|
+
|
2167
2305
|
class InstanceGroupManagerStatusStateful
|
2168
2306
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2169
2307
|
|
@@ -2182,6 +2320,12 @@ module Google
|
|
2182
2320
|
include Google::Apis::Core::JsonObjectSupport
|
2183
2321
|
end
|
2184
2322
|
|
2323
|
+
class InstanceGroupManagerTargetSizePolicy
|
2324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2325
|
+
|
2326
|
+
include Google::Apis::Core::JsonObjectSupport
|
2327
|
+
end
|
2328
|
+
|
2185
2329
|
class InstanceGroupManagerUpdatePolicy
|
2186
2330
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
2331
|
|
@@ -2596,6 +2740,18 @@ module Google
|
|
2596
2740
|
include Google::Apis::Core::JsonObjectSupport
|
2597
2741
|
end
|
2598
2742
|
|
2743
|
+
class InstancesReportHostAsFaultyRequest
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2749
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2751
|
+
|
2752
|
+
include Google::Apis::Core::JsonObjectSupport
|
2753
|
+
end
|
2754
|
+
|
2599
2755
|
class InstancesResumeRequest
|
2600
2756
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2601
2757
|
|
@@ -2692,6 +2848,24 @@ module Google
|
|
2692
2848
|
include Google::Apis::Core::JsonObjectSupport
|
2693
2849
|
end
|
2694
2850
|
|
2851
|
+
class InstantSnapshotGroup
|
2852
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2853
|
+
|
2854
|
+
include Google::Apis::Core::JsonObjectSupport
|
2855
|
+
end
|
2856
|
+
|
2857
|
+
class InstantSnapshotGroupResourceStatus
|
2858
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2859
|
+
|
2860
|
+
include Google::Apis::Core::JsonObjectSupport
|
2861
|
+
end
|
2862
|
+
|
2863
|
+
class InstantSnapshotGroupSourceInfo
|
2864
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2865
|
+
|
2866
|
+
include Google::Apis::Core::JsonObjectSupport
|
2867
|
+
end
|
2868
|
+
|
2695
2869
|
class InstantSnapshotList
|
2696
2870
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2697
2871
|
|
@@ -2806,97 +2980,73 @@ module Google
|
|
2806
2980
|
include Google::Apis::Core::JsonObjectSupport
|
2807
2981
|
end
|
2808
2982
|
|
2809
|
-
class
|
2983
|
+
class InterconnectAttachmentGroup
|
2810
2984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2811
|
-
|
2812
|
-
class Warning
|
2813
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2814
|
-
|
2815
|
-
class Datum
|
2816
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2817
|
-
|
2818
|
-
include Google::Apis::Core::JsonObjectSupport
|
2819
|
-
end
|
2820
|
-
|
2821
|
-
include Google::Apis::Core::JsonObjectSupport
|
2822
|
-
end
|
2823
2985
|
|
2824
2986
|
include Google::Apis::Core::JsonObjectSupport
|
2825
2987
|
end
|
2826
2988
|
|
2827
|
-
class
|
2989
|
+
class InterconnectAttachmentGroupAttachment
|
2828
2990
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2829
2991
|
|
2830
2992
|
include Google::Apis::Core::JsonObjectSupport
|
2831
2993
|
end
|
2832
2994
|
|
2833
|
-
class
|
2995
|
+
class InterconnectAttachmentGroupConfigured
|
2834
2996
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2835
2997
|
|
2836
2998
|
include Google::Apis::Core::JsonObjectSupport
|
2837
2999
|
end
|
2838
3000
|
|
2839
|
-
class
|
3001
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySla
|
2840
3002
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2841
|
-
|
2842
|
-
class Warning
|
2843
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2844
|
-
|
2845
|
-
class Datum
|
2846
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2847
|
-
|
2848
|
-
include Google::Apis::Core::JsonObjectSupport
|
2849
|
-
end
|
2850
|
-
|
2851
|
-
include Google::Apis::Core::JsonObjectSupport
|
2852
|
-
end
|
2853
3003
|
|
2854
3004
|
include Google::Apis::Core::JsonObjectSupport
|
2855
3005
|
end
|
2856
3006
|
|
2857
|
-
class
|
3007
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers
|
2858
3008
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2859
3009
|
|
2860
3010
|
include Google::Apis::Core::JsonObjectSupport
|
2861
3011
|
end
|
2862
3012
|
|
2863
|
-
class
|
3013
|
+
class InterconnectAttachmentGroupIntent
|
2864
3014
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2865
3015
|
|
2866
3016
|
include Google::Apis::Core::JsonObjectSupport
|
2867
3017
|
end
|
2868
3018
|
|
2869
|
-
class
|
3019
|
+
class InterconnectAttachmentGroupLogicalStructure
|
2870
3020
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2871
3021
|
|
2872
3022
|
include Google::Apis::Core::JsonObjectSupport
|
2873
3023
|
end
|
2874
3024
|
|
2875
|
-
class
|
3025
|
+
class InterconnectAttachmentGroupLogicalStructureRegion
|
2876
3026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2877
3027
|
|
2878
3028
|
include Google::Apis::Core::JsonObjectSupport
|
2879
3029
|
end
|
2880
3030
|
|
2881
|
-
class
|
3031
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetro
|
2882
3032
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2883
3033
|
|
2884
3034
|
include Google::Apis::Core::JsonObjectSupport
|
2885
3035
|
end
|
2886
3036
|
|
2887
|
-
class
|
3037
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
|
2888
3038
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2889
3039
|
|
2890
3040
|
include Google::Apis::Core::JsonObjectSupport
|
2891
3041
|
end
|
2892
3042
|
|
2893
|
-
class
|
3043
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
|
2894
3044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2895
3045
|
|
2896
3046
|
include Google::Apis::Core::JsonObjectSupport
|
2897
3047
|
end
|
2898
3048
|
|
2899
|
-
class
|
3049
|
+
class InterconnectAttachmentGroupsListResponse
|
2900
3050
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2901
3051
|
|
2902
3052
|
class Warning
|
@@ -2914,13 +3064,7 @@ module Google
|
|
2914
3064
|
include Google::Apis::Core::JsonObjectSupport
|
2915
3065
|
end
|
2916
3066
|
|
2917
|
-
class
|
2918
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2919
|
-
|
2920
|
-
include Google::Apis::Core::JsonObjectSupport
|
2921
|
-
end
|
2922
|
-
|
2923
|
-
class InterconnectLocationList
|
3067
|
+
class InterconnectAttachmentList
|
2924
3068
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2925
3069
|
|
2926
3070
|
class Warning
|
@@ -2938,109 +3082,139 @@ module Google
|
|
2938
3082
|
include Google::Apis::Core::JsonObjectSupport
|
2939
3083
|
end
|
2940
3084
|
|
2941
|
-
class
|
3085
|
+
class InterconnectAttachmentPartnerMetadata
|
2942
3086
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2943
3087
|
|
2944
3088
|
include Google::Apis::Core::JsonObjectSupport
|
2945
3089
|
end
|
2946
3090
|
|
2947
|
-
class
|
3091
|
+
class InterconnectAttachmentPrivateInfo
|
2948
3092
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2949
3093
|
|
2950
3094
|
include Google::Apis::Core::JsonObjectSupport
|
2951
3095
|
end
|
2952
3096
|
|
2953
|
-
class
|
3097
|
+
class InterconnectAttachmentsScopedList
|
2954
3098
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3099
|
+
|
3100
|
+
class Warning
|
3101
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3102
|
+
|
3103
|
+
class Datum
|
3104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3105
|
+
|
3106
|
+
include Google::Apis::Core::JsonObjectSupport
|
3107
|
+
end
|
3108
|
+
|
3109
|
+
include Google::Apis::Core::JsonObjectSupport
|
3110
|
+
end
|
2955
3111
|
|
2956
3112
|
include Google::Apis::Core::JsonObjectSupport
|
2957
3113
|
end
|
2958
3114
|
|
2959
|
-
class
|
3115
|
+
class InterconnectCircuitInfo
|
2960
3116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2961
3117
|
|
2962
3118
|
include Google::Apis::Core::JsonObjectSupport
|
2963
3119
|
end
|
2964
3120
|
|
2965
|
-
class
|
3121
|
+
class InterconnectDiagnostics
|
2966
3122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
3123
|
|
2968
3124
|
include Google::Apis::Core::JsonObjectSupport
|
2969
3125
|
end
|
2970
3126
|
|
2971
|
-
class
|
3127
|
+
class InterconnectDiagnosticsArpEntry
|
2972
3128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
3129
|
|
2974
3130
|
include Google::Apis::Core::JsonObjectSupport
|
2975
3131
|
end
|
2976
3132
|
|
2977
|
-
class
|
3133
|
+
class InterconnectDiagnosticsLinkLacpStatus
|
2978
3134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
3135
|
|
2980
3136
|
include Google::Apis::Core::JsonObjectSupport
|
2981
3137
|
end
|
2982
3138
|
|
2983
|
-
class
|
3139
|
+
class InterconnectDiagnosticsLinkOpticalPower
|
2984
3140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
3141
|
|
2986
3142
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3143
|
end
|
2988
3144
|
|
2989
|
-
class
|
3145
|
+
class InterconnectDiagnosticsLinkStatus
|
2990
3146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3147
|
|
2992
3148
|
include Google::Apis::Core::JsonObjectSupport
|
2993
3149
|
end
|
2994
3150
|
|
2995
|
-
class
|
3151
|
+
class InterconnectDiagnosticsMacsecStatus
|
2996
3152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
|
-
|
2998
|
-
class Warning
|
2999
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3000
|
-
|
3001
|
-
class Datum
|
3002
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
-
|
3004
|
-
include Google::Apis::Core::JsonObjectSupport
|
3005
|
-
end
|
3006
|
-
|
3007
|
-
include Google::Apis::Core::JsonObjectSupport
|
3008
|
-
end
|
3009
3153
|
|
3010
3154
|
include Google::Apis::Core::JsonObjectSupport
|
3011
3155
|
end
|
3012
3156
|
|
3013
|
-
class
|
3157
|
+
class InterconnectGroup
|
3014
3158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
3159
|
|
3016
3160
|
include Google::Apis::Core::JsonObjectSupport
|
3017
3161
|
end
|
3018
3162
|
|
3019
|
-
class
|
3163
|
+
class InterconnectGroupConfigured
|
3020
3164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3021
3165
|
|
3022
3166
|
include Google::Apis::Core::JsonObjectSupport
|
3023
3167
|
end
|
3024
3168
|
|
3025
|
-
class
|
3169
|
+
class InterconnectGroupConfiguredTopologyCapability
|
3026
3170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3027
3171
|
|
3028
3172
|
include Google::Apis::Core::JsonObjectSupport
|
3029
3173
|
end
|
3030
3174
|
|
3031
|
-
class
|
3175
|
+
class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
|
3032
3176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
3177
|
|
3034
3178
|
include Google::Apis::Core::JsonObjectSupport
|
3035
3179
|
end
|
3036
3180
|
|
3037
|
-
class
|
3181
|
+
class InterconnectGroupIntent
|
3038
3182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
3183
|
|
3040
3184
|
include Google::Apis::Core::JsonObjectSupport
|
3041
3185
|
end
|
3042
3186
|
|
3043
|
-
class
|
3187
|
+
class InterconnectGroupInterconnect
|
3188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
|
+
|
3190
|
+
include Google::Apis::Core::JsonObjectSupport
|
3191
|
+
end
|
3192
|
+
|
3193
|
+
class InterconnectGroupPhysicalStructure
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
|
+
|
3196
|
+
include Google::Apis::Core::JsonObjectSupport
|
3197
|
+
end
|
3198
|
+
|
3199
|
+
class InterconnectGroupPhysicalStructureMetros
|
3200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3201
|
+
|
3202
|
+
include Google::Apis::Core::JsonObjectSupport
|
3203
|
+
end
|
3204
|
+
|
3205
|
+
class InterconnectGroupPhysicalStructureMetrosFacilities
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
|
+
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
class InterconnectGroupPhysicalStructureMetrosFacilitiesZones
|
3212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
|
+
|
3214
|
+
include Google::Apis::Core::JsonObjectSupport
|
3215
|
+
end
|
3216
|
+
|
3217
|
+
class InterconnectGroupsListResponse
|
3044
3218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
3219
|
|
3046
3220
|
class Warning
|
@@ -3058,7 +3232,7 @@ module Google
|
|
3058
3232
|
include Google::Apis::Core::JsonObjectSupport
|
3059
3233
|
end
|
3060
3234
|
|
3061
|
-
class
|
3235
|
+
class InterconnectList
|
3062
3236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3063
3237
|
|
3064
3238
|
class Warning
|
@@ -3076,49 +3250,85 @@ module Google
|
|
3076
3250
|
include Google::Apis::Core::JsonObjectSupport
|
3077
3251
|
end
|
3078
3252
|
|
3079
|
-
class
|
3253
|
+
class InterconnectLocation
|
3080
3254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3081
3255
|
|
3082
3256
|
include Google::Apis::Core::JsonObjectSupport
|
3083
3257
|
end
|
3084
3258
|
|
3085
|
-
class
|
3259
|
+
class InterconnectLocationList
|
3260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3261
|
+
|
3262
|
+
class Warning
|
3263
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3264
|
+
|
3265
|
+
class Datum
|
3266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3267
|
+
|
3268
|
+
include Google::Apis::Core::JsonObjectSupport
|
3269
|
+
end
|
3270
|
+
|
3271
|
+
include Google::Apis::Core::JsonObjectSupport
|
3272
|
+
end
|
3273
|
+
|
3274
|
+
include Google::Apis::Core::JsonObjectSupport
|
3275
|
+
end
|
3276
|
+
|
3277
|
+
class InterconnectLocationRegionInfo
|
3086
3278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3087
3279
|
|
3088
3280
|
include Google::Apis::Core::JsonObjectSupport
|
3089
3281
|
end
|
3090
3282
|
|
3091
|
-
class
|
3283
|
+
class InterconnectMacsec
|
3092
3284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3093
3285
|
|
3094
3286
|
include Google::Apis::Core::JsonObjectSupport
|
3095
3287
|
end
|
3096
3288
|
|
3097
|
-
class
|
3289
|
+
class InterconnectMacsecConfig
|
3098
3290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3099
3291
|
|
3100
3292
|
include Google::Apis::Core::JsonObjectSupport
|
3101
3293
|
end
|
3102
3294
|
|
3103
|
-
class
|
3295
|
+
class InterconnectMacsecConfigPreSharedKey
|
3104
3296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3105
3297
|
|
3106
3298
|
include Google::Apis::Core::JsonObjectSupport
|
3107
3299
|
end
|
3108
3300
|
|
3109
|
-
class
|
3301
|
+
class InterconnectMacsecPreSharedKey
|
3110
3302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3111
3303
|
|
3112
3304
|
include Google::Apis::Core::JsonObjectSupport
|
3113
3305
|
end
|
3114
3306
|
|
3115
|
-
class
|
3307
|
+
class InterconnectOutageNotification
|
3116
3308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3117
3309
|
|
3118
3310
|
include Google::Apis::Core::JsonObjectSupport
|
3119
3311
|
end
|
3120
3312
|
|
3121
|
-
class
|
3313
|
+
class InterconnectRemoteLocation
|
3314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3315
|
+
|
3316
|
+
include Google::Apis::Core::JsonObjectSupport
|
3317
|
+
end
|
3318
|
+
|
3319
|
+
class InterconnectRemoteLocationConstraints
|
3320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3321
|
+
|
3322
|
+
include Google::Apis::Core::JsonObjectSupport
|
3323
|
+
end
|
3324
|
+
|
3325
|
+
class InterconnectRemoteLocationConstraintsSubnetLengthRange
|
3326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3327
|
+
|
3328
|
+
include Google::Apis::Core::JsonObjectSupport
|
3329
|
+
end
|
3330
|
+
|
3331
|
+
class InterconnectRemoteLocationList
|
3122
3332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3123
3333
|
|
3124
3334
|
class Warning
|
@@ -3136,61 +3346,175 @@ module Google
|
|
3136
3346
|
include Google::Apis::Core::JsonObjectSupport
|
3137
3347
|
end
|
3138
3348
|
|
3139
|
-
class
|
3349
|
+
class InterconnectRemoteLocationPermittedConnections
|
3140
3350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3141
3351
|
|
3142
3352
|
include Google::Apis::Core::JsonObjectSupport
|
3143
3353
|
end
|
3144
3354
|
|
3145
|
-
class
|
3355
|
+
class InterconnectsGetDiagnosticsResponse
|
3146
3356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
3357
|
|
3148
3358
|
include Google::Apis::Core::JsonObjectSupport
|
3149
3359
|
end
|
3150
3360
|
|
3151
|
-
class
|
3361
|
+
class InterconnectsGetMacsecConfigResponse
|
3152
3362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
3363
|
|
3154
3364
|
include Google::Apis::Core::JsonObjectSupport
|
3155
3365
|
end
|
3156
3366
|
|
3157
|
-
class
|
3367
|
+
class InternalIpAddress
|
3158
3368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3159
3369
|
|
3160
3370
|
include Google::Apis::Core::JsonObjectSupport
|
3161
3371
|
end
|
3162
3372
|
|
3163
|
-
class
|
3373
|
+
class InternalIpOwner
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3375
|
+
|
3376
|
+
include Google::Apis::Core::JsonObjectSupport
|
3377
|
+
end
|
3378
|
+
|
3379
|
+
class IpAddressesList
|
3380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3381
|
+
|
3382
|
+
class Warning
|
3383
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3384
|
+
|
3385
|
+
class Datum
|
3386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3387
|
+
|
3388
|
+
include Google::Apis::Core::JsonObjectSupport
|
3389
|
+
end
|
3390
|
+
|
3391
|
+
include Google::Apis::Core::JsonObjectSupport
|
3392
|
+
end
|
3393
|
+
|
3394
|
+
include Google::Apis::Core::JsonObjectSupport
|
3395
|
+
end
|
3396
|
+
|
3397
|
+
class IpOwnerList
|
3398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3399
|
+
|
3400
|
+
class Warning
|
3401
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3402
|
+
|
3403
|
+
class Datum
|
3404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
|
+
|
3406
|
+
include Google::Apis::Core::JsonObjectSupport
|
3407
|
+
end
|
3408
|
+
|
3409
|
+
include Google::Apis::Core::JsonObjectSupport
|
3410
|
+
end
|
3411
|
+
|
3412
|
+
include Google::Apis::Core::JsonObjectSupport
|
3413
|
+
end
|
3414
|
+
|
3415
|
+
class Jwt
|
3416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3417
|
+
|
3418
|
+
include Google::Apis::Core::JsonObjectSupport
|
3419
|
+
end
|
3420
|
+
|
3421
|
+
class JwtHeader
|
3422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3423
|
+
|
3424
|
+
include Google::Apis::Core::JsonObjectSupport
|
3425
|
+
end
|
3426
|
+
|
3427
|
+
class License
|
3428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3429
|
+
|
3430
|
+
include Google::Apis::Core::JsonObjectSupport
|
3431
|
+
end
|
3432
|
+
|
3433
|
+
class LicenseCode
|
3434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
|
+
|
3436
|
+
include Google::Apis::Core::JsonObjectSupport
|
3437
|
+
end
|
3438
|
+
|
3439
|
+
class LicenseCodeLicenseAlias
|
3440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3441
|
+
|
3442
|
+
include Google::Apis::Core::JsonObjectSupport
|
3443
|
+
end
|
3444
|
+
|
3445
|
+
class LicenseResourceCommitment
|
3446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
|
+
|
3448
|
+
include Google::Apis::Core::JsonObjectSupport
|
3449
|
+
end
|
3450
|
+
|
3451
|
+
class LicenseResourceRequirements
|
3452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3453
|
+
|
3454
|
+
include Google::Apis::Core::JsonObjectSupport
|
3455
|
+
end
|
3456
|
+
|
3457
|
+
class LicensesListResponse
|
3458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3459
|
+
|
3460
|
+
class Warning
|
3461
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3462
|
+
|
3463
|
+
class Datum
|
3464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3465
|
+
|
3466
|
+
include Google::Apis::Core::JsonObjectSupport
|
3467
|
+
end
|
3468
|
+
|
3469
|
+
include Google::Apis::Core::JsonObjectSupport
|
3470
|
+
end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3475
|
+
class ListInstantSnapshotGroups
|
3164
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3477
|
+
|
3478
|
+
class Warning
|
3479
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3480
|
+
|
3481
|
+
class Datum
|
3482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3483
|
+
|
3484
|
+
include Google::Apis::Core::JsonObjectSupport
|
3485
|
+
end
|
3486
|
+
|
3487
|
+
include Google::Apis::Core::JsonObjectSupport
|
3488
|
+
end
|
3165
3489
|
|
3166
3490
|
include Google::Apis::Core::JsonObjectSupport
|
3167
3491
|
end
|
3168
3492
|
|
3169
|
-
class
|
3493
|
+
class LocalDisk
|
3170
3494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3171
3495
|
|
3172
3496
|
include Google::Apis::Core::JsonObjectSupport
|
3173
3497
|
end
|
3174
3498
|
|
3175
|
-
class
|
3499
|
+
class LocalizedMessage
|
3176
3500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
3501
|
|
3178
3502
|
include Google::Apis::Core::JsonObjectSupport
|
3179
3503
|
end
|
3180
3504
|
|
3181
|
-
class
|
3505
|
+
class LocationPolicy
|
3182
3506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
3507
|
|
3184
3508
|
include Google::Apis::Core::JsonObjectSupport
|
3185
3509
|
end
|
3186
3510
|
|
3187
|
-
class
|
3511
|
+
class LocationPolicyLocation
|
3188
3512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
3513
|
|
3190
3514
|
include Google::Apis::Core::JsonObjectSupport
|
3191
3515
|
end
|
3192
3516
|
|
3193
|
-
class
|
3517
|
+
class LocationPolicyLocationConstraints
|
3194
3518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
3519
|
|
3196
3520
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -3298,6 +3622,12 @@ module Google
|
|
3298
3622
|
include Google::Apis::Core::JsonObjectSupport
|
3299
3623
|
end
|
3300
3624
|
|
3625
|
+
class ManagedInstanceCurrentActionDetails
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3627
|
+
|
3628
|
+
include Google::Apis::Core::JsonObjectSupport
|
3629
|
+
end
|
3630
|
+
|
3301
3631
|
class ManagedInstanceInstanceFlexibilityOverride
|
3302
3632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3303
3633
|
|
@@ -3400,12 +3730,24 @@ module Google
|
|
3400
3730
|
include Google::Apis::Core::JsonObjectSupport
|
3401
3731
|
end
|
3402
3732
|
|
3733
|
+
class MultiMigResourcePolicies
|
3734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3735
|
+
|
3736
|
+
include Google::Apis::Core::JsonObjectSupport
|
3737
|
+
end
|
3738
|
+
|
3403
3739
|
class MultiMigSchedulingPolicy
|
3404
3740
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3405
3741
|
|
3406
3742
|
include Google::Apis::Core::JsonObjectSupport
|
3407
3743
|
end
|
3408
3744
|
|
3745
|
+
class MultiMigStatus
|
3746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3747
|
+
|
3748
|
+
include Google::Apis::Core::JsonObjectSupport
|
3749
|
+
end
|
3750
|
+
|
3409
3751
|
class MultiMigsList
|
3410
3752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3411
3753
|
|
@@ -3766,36 +4108,6 @@ module Google
|
|
3766
4108
|
include Google::Apis::Core::JsonObjectSupport
|
3767
4109
|
end
|
3768
4110
|
|
3769
|
-
class NetworkPlacement
|
3770
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3771
|
-
|
3772
|
-
include Google::Apis::Core::JsonObjectSupport
|
3773
|
-
end
|
3774
|
-
|
3775
|
-
class NetworkPlacementNetworkFeatures
|
3776
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3777
|
-
|
3778
|
-
include Google::Apis::Core::JsonObjectSupport
|
3779
|
-
end
|
3780
|
-
|
3781
|
-
class NetworkPlacementsListResponse
|
3782
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3783
|
-
|
3784
|
-
class Warning
|
3785
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3786
|
-
|
3787
|
-
class Datum
|
3788
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3789
|
-
|
3790
|
-
include Google::Apis::Core::JsonObjectSupport
|
3791
|
-
end
|
3792
|
-
|
3793
|
-
include Google::Apis::Core::JsonObjectSupport
|
3794
|
-
end
|
3795
|
-
|
3796
|
-
include Google::Apis::Core::JsonObjectSupport
|
3797
|
-
end
|
3798
|
-
|
3799
4111
|
class NetworkProfile
|
3800
4112
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3801
4113
|
|
@@ -4888,13 +5200,31 @@ module Google
|
|
4888
5200
|
include Google::Apis::Core::JsonObjectSupport
|
4889
5201
|
end
|
4890
5202
|
|
4891
|
-
class
|
4892
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4893
|
-
|
4894
|
-
|
4895
|
-
|
4896
|
-
|
4897
|
-
|
5203
|
+
class RegionInstanceGroupManagerResizeRequestsListResponse
|
5204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5205
|
+
|
5206
|
+
class Warning
|
5207
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5208
|
+
|
5209
|
+
class Datum
|
5210
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5211
|
+
|
5212
|
+
include Google::Apis::Core::JsonObjectSupport
|
5213
|
+
end
|
5214
|
+
|
5215
|
+
include Google::Apis::Core::JsonObjectSupport
|
5216
|
+
end
|
5217
|
+
|
5218
|
+
include Google::Apis::Core::JsonObjectSupport
|
5219
|
+
end
|
5220
|
+
|
5221
|
+
class RegionInstanceGroupManagerUpdateInstanceConfigReq
|
5222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5223
|
+
|
5224
|
+
include Google::Apis::Core::JsonObjectSupport
|
5225
|
+
end
|
5226
|
+
|
5227
|
+
class RegionInstanceGroupManagersAbandonInstancesRequest
|
4898
5228
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4899
5229
|
|
4900
5230
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -5098,6 +5428,24 @@ module Google
|
|
5098
5428
|
include Google::Apis::Core::JsonObjectSupport
|
5099
5429
|
end
|
5100
5430
|
|
5431
|
+
class RegionWaitForReplicationCatchUpRequest
|
5432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5433
|
+
|
5434
|
+
include Google::Apis::Core::JsonObjectSupport
|
5435
|
+
end
|
5436
|
+
|
5437
|
+
class ReplicationDetails
|
5438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5439
|
+
|
5440
|
+
include Google::Apis::Core::JsonObjectSupport
|
5441
|
+
end
|
5442
|
+
|
5443
|
+
class ReplicationDiskPair
|
5444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5445
|
+
|
5446
|
+
include Google::Apis::Core::JsonObjectSupport
|
5447
|
+
end
|
5448
|
+
|
5101
5449
|
class RequestMirrorPolicy
|
5102
5450
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5103
5451
|
|
@@ -5134,6 +5482,42 @@ module Google
|
|
5134
5482
|
include Google::Apis::Core::JsonObjectSupport
|
5135
5483
|
end
|
5136
5484
|
|
5485
|
+
class ReservationBlock
|
5486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5487
|
+
|
5488
|
+
include Google::Apis::Core::JsonObjectSupport
|
5489
|
+
end
|
5490
|
+
|
5491
|
+
class ReservationBlockPhysicalTopology
|
5492
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5493
|
+
|
5494
|
+
include Google::Apis::Core::JsonObjectSupport
|
5495
|
+
end
|
5496
|
+
|
5497
|
+
class ReservationBlocksGetResponse
|
5498
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5499
|
+
|
5500
|
+
include Google::Apis::Core::JsonObjectSupport
|
5501
|
+
end
|
5502
|
+
|
5503
|
+
class ReservationBlocksListResponse
|
5504
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5505
|
+
|
5506
|
+
class Warning
|
5507
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5508
|
+
|
5509
|
+
class Datum
|
5510
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5511
|
+
|
5512
|
+
include Google::Apis::Core::JsonObjectSupport
|
5513
|
+
end
|
5514
|
+
|
5515
|
+
include Google::Apis::Core::JsonObjectSupport
|
5516
|
+
end
|
5517
|
+
|
5518
|
+
include Google::Apis::Core::JsonObjectSupport
|
5519
|
+
end
|
5520
|
+
|
5137
5521
|
class ReservationList
|
5138
5522
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5139
5523
|
|
@@ -5350,18 +5734,48 @@ module Google
|
|
5350
5734
|
include Google::Apis::Core::JsonObjectSupport
|
5351
5735
|
end
|
5352
5736
|
|
5737
|
+
class ResourcePolicyWorkloadPolicy
|
5738
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5739
|
+
|
5740
|
+
include Google::Apis::Core::JsonObjectSupport
|
5741
|
+
end
|
5742
|
+
|
5353
5743
|
class ResourceStatus
|
5354
5744
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5355
5745
|
|
5356
5746
|
include Google::Apis::Core::JsonObjectSupport
|
5357
5747
|
end
|
5358
5748
|
|
5749
|
+
class ResourceStatusAcceleratorStatus
|
5750
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5751
|
+
|
5752
|
+
include Google::Apis::Core::JsonObjectSupport
|
5753
|
+
end
|
5754
|
+
|
5755
|
+
class ResourceStatusAcceleratorStatusPassedScan
|
5756
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5757
|
+
|
5758
|
+
include Google::Apis::Core::JsonObjectSupport
|
5759
|
+
end
|
5760
|
+
|
5761
|
+
class ResourceStatusAcceleratorStatusRecommendedScan
|
5762
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5763
|
+
|
5764
|
+
include Google::Apis::Core::JsonObjectSupport
|
5765
|
+
end
|
5766
|
+
|
5359
5767
|
class ResourceStatusLastInstanceTerminationDetails
|
5360
5768
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5361
5769
|
|
5362
5770
|
include Google::Apis::Core::JsonObjectSupport
|
5363
5771
|
end
|
5364
5772
|
|
5773
|
+
class ResourceStatusPhysicalHostTopology
|
5774
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5775
|
+
|
5776
|
+
include Google::Apis::Core::JsonObjectSupport
|
5777
|
+
end
|
5778
|
+
|
5365
5779
|
class ResourceStatusScheduling
|
5366
5780
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5367
5781
|
|
@@ -5560,6 +5974,12 @@ module Google
|
|
5560
5974
|
include Google::Apis::Core::JsonObjectSupport
|
5561
5975
|
end
|
5562
5976
|
|
5977
|
+
class RouterNatSubnetworkToNat64
|
5978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5979
|
+
|
5980
|
+
include Google::Apis::Core::JsonObjectSupport
|
5981
|
+
end
|
5982
|
+
|
5563
5983
|
class RouterStatus
|
5564
5984
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5565
5985
|
|
@@ -5680,12 +6100,6 @@ module Google
|
|
5680
6100
|
include Google::Apis::Core::JsonObjectSupport
|
5681
6101
|
end
|
5682
6102
|
|
5683
|
-
class Rule
|
5684
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5685
|
-
|
5686
|
-
include Google::Apis::Core::JsonObjectSupport
|
5687
|
-
end
|
5688
|
-
|
5689
6103
|
class SslHealthCheck
|
5690
6104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5691
6105
|
|
@@ -7696,12 +8110,90 @@ module Google
|
|
7696
8110
|
include Google::Apis::Core::JsonObjectSupport
|
7697
8111
|
end
|
7698
8112
|
|
8113
|
+
class WaitForReplicationCatchUpRequest
|
8114
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8115
|
+
|
8116
|
+
include Google::Apis::Core::JsonObjectSupport
|
8117
|
+
end
|
8118
|
+
|
7699
8119
|
class WeightedBackendService
|
7700
8120
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7701
8121
|
|
7702
8122
|
include Google::Apis::Core::JsonObjectSupport
|
7703
8123
|
end
|
7704
8124
|
|
8125
|
+
class Wire
|
8126
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8127
|
+
|
8128
|
+
include Google::Apis::Core::JsonObjectSupport
|
8129
|
+
end
|
8130
|
+
|
8131
|
+
class WireEndpoint
|
8132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8133
|
+
|
8134
|
+
include Google::Apis::Core::JsonObjectSupport
|
8135
|
+
end
|
8136
|
+
|
8137
|
+
class WireGroup
|
8138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8139
|
+
|
8140
|
+
include Google::Apis::Core::JsonObjectSupport
|
8141
|
+
end
|
8142
|
+
|
8143
|
+
class WireGroupEndpoint
|
8144
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8145
|
+
|
8146
|
+
include Google::Apis::Core::JsonObjectSupport
|
8147
|
+
end
|
8148
|
+
|
8149
|
+
class WireGroupEndpointInterconnect
|
8150
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8151
|
+
|
8152
|
+
include Google::Apis::Core::JsonObjectSupport
|
8153
|
+
end
|
8154
|
+
|
8155
|
+
class WireGroupList
|
8156
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8157
|
+
|
8158
|
+
class Warning
|
8159
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8160
|
+
|
8161
|
+
class Datum
|
8162
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8163
|
+
|
8164
|
+
include Google::Apis::Core::JsonObjectSupport
|
8165
|
+
end
|
8166
|
+
|
8167
|
+
include Google::Apis::Core::JsonObjectSupport
|
8168
|
+
end
|
8169
|
+
|
8170
|
+
include Google::Apis::Core::JsonObjectSupport
|
8171
|
+
end
|
8172
|
+
|
8173
|
+
class WireGroupProperties
|
8174
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8175
|
+
|
8176
|
+
include Google::Apis::Core::JsonObjectSupport
|
8177
|
+
end
|
8178
|
+
|
8179
|
+
class WireGroupServiceLevel
|
8180
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8181
|
+
|
8182
|
+
include Google::Apis::Core::JsonObjectSupport
|
8183
|
+
end
|
8184
|
+
|
8185
|
+
class WireGroupWireInputs
|
8186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8187
|
+
|
8188
|
+
include Google::Apis::Core::JsonObjectSupport
|
8189
|
+
end
|
8190
|
+
|
8191
|
+
class WireProperties
|
8192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8193
|
+
|
8194
|
+
include Google::Apis::Core::JsonObjectSupport
|
8195
|
+
end
|
8196
|
+
|
7705
8197
|
class XpnHostList
|
7706
8198
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7707
8199
|
|
@@ -8088,6 +8580,9 @@ module Google
|
|
8088
8580
|
class AllocationResourceStatus
|
8089
8581
|
# @private
|
8090
8582
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8583
|
+
property :reservation_block_count, as: 'reservationBlockCount'
|
8584
|
+
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
|
8585
|
+
|
8091
8586
|
property :specific_sku_allocation, as: 'specificSkuAllocation', class: Google::Apis::ComputeAlpha::AllocationResourceStatusSpecificSkuAllocation, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatusSpecificSkuAllocation::Representation
|
8092
8587
|
|
8093
8588
|
end
|
@@ -8097,6 +8592,7 @@ module Google
|
|
8097
8592
|
# @private
|
8098
8593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8099
8594
|
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
8595
|
+
hash :utilizations, as: 'utilizations'
|
8100
8596
|
end
|
8101
8597
|
end
|
8102
8598
|
|
@@ -8135,6 +8631,16 @@ module Google
|
|
8135
8631
|
end
|
8136
8632
|
end
|
8137
8633
|
|
8634
|
+
class AsyncReplicationStatus
|
8635
|
+
# @private
|
8636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8637
|
+
property :disk_pair_replication_state, as: 'diskPairReplicationState', class: Google::Apis::ComputeAlpha::DiskPairReplicationState, decorator: Google::Apis::ComputeAlpha::DiskPairReplicationState::Representation
|
8638
|
+
|
8639
|
+
property :last_replication_details, as: 'lastReplicationDetails', class: Google::Apis::ComputeAlpha::ReplicationDetails, decorator: Google::Apis::ComputeAlpha::ReplicationDetails::Representation
|
8640
|
+
|
8641
|
+
end
|
8642
|
+
end
|
8643
|
+
|
8138
8644
|
class AttachedDisk
|
8139
8645
|
# @private
|
8140
8646
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8203,7 +8709,6 @@ module Google
|
|
8203
8709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8204
8710
|
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeAlpha::AuditLogConfig, decorator: Google::Apis::ComputeAlpha::AuditLogConfig::Representation
|
8205
8711
|
|
8206
|
-
collection :exempted_members, as: 'exemptedMembers'
|
8207
8712
|
property :service, as: 'service'
|
8208
8713
|
end
|
8209
8714
|
end
|
@@ -8212,7 +8717,6 @@ module Google
|
|
8212
8717
|
# @private
|
8213
8718
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8214
8719
|
collection :exempted_members, as: 'exemptedMembers'
|
8215
|
-
property :ignore_child_exemptions, as: 'ignoreChildExemptions'
|
8216
8720
|
property :log_type, as: 'logType'
|
8217
8721
|
end
|
8218
8722
|
end
|
@@ -8446,6 +8950,8 @@ module Google
|
|
8446
8950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8447
8951
|
property :balancing_mode, as: 'balancingMode'
|
8448
8952
|
property :capacity_scaler, as: 'capacityScaler'
|
8953
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeAlpha::BackendCustomMetric, decorator: Google::Apis::ComputeAlpha::BackendCustomMetric::Representation
|
8954
|
+
|
8449
8955
|
property :description, as: 'description'
|
8450
8956
|
property :failover, as: 'failover'
|
8451
8957
|
property :group, as: 'group'
|
@@ -8478,6 +8984,8 @@ module Google
|
|
8478
8984
|
property :name, as: 'name'
|
8479
8985
|
property :self_link, as: 'selfLink'
|
8480
8986
|
property :self_link_with_id, as: 'selfLinkWithId'
|
8987
|
+
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendBucketUsedBy, decorator: Google::Apis::ComputeAlpha::BackendBucketUsedBy::Representation
|
8988
|
+
|
8481
8989
|
end
|
8482
8990
|
end
|
8483
8991
|
|
@@ -8557,6 +9065,54 @@ module Google
|
|
8557
9065
|
end
|
8558
9066
|
end
|
8559
9067
|
|
9068
|
+
class BackendBucketListUsable
|
9069
|
+
# @private
|
9070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9071
|
+
property :id, as: 'id'
|
9072
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::BackendBucket, decorator: Google::Apis::ComputeAlpha::BackendBucket::Representation
|
9073
|
+
|
9074
|
+
property :kind, as: 'kind'
|
9075
|
+
property :next_page_token, as: 'nextPageToken'
|
9076
|
+
property :self_link, as: 'selfLink'
|
9077
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::BackendBucketListUsable::Warning, decorator: Google::Apis::ComputeAlpha::BackendBucketListUsable::Warning::Representation
|
9078
|
+
|
9079
|
+
end
|
9080
|
+
|
9081
|
+
class Warning
|
9082
|
+
# @private
|
9083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9084
|
+
property :code, as: 'code'
|
9085
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::BackendBucketListUsable::Warning::Datum, decorator: Google::Apis::ComputeAlpha::BackendBucketListUsable::Warning::Datum::Representation
|
9086
|
+
|
9087
|
+
property :message, as: 'message'
|
9088
|
+
end
|
9089
|
+
|
9090
|
+
class Datum
|
9091
|
+
# @private
|
9092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9093
|
+
property :key, as: 'key'
|
9094
|
+
property :value, as: 'value'
|
9095
|
+
end
|
9096
|
+
end
|
9097
|
+
end
|
9098
|
+
end
|
9099
|
+
|
9100
|
+
class BackendBucketUsedBy
|
9101
|
+
# @private
|
9102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9103
|
+
property :reference, as: 'reference'
|
9104
|
+
end
|
9105
|
+
end
|
9106
|
+
|
9107
|
+
class BackendCustomMetric
|
9108
|
+
# @private
|
9109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9110
|
+
property :dry_run, as: 'dryRun'
|
9111
|
+
property :max_utilization, as: 'maxUtilization'
|
9112
|
+
property :name, as: 'name'
|
9113
|
+
end
|
9114
|
+
end
|
9115
|
+
|
8560
9116
|
class BackendService
|
8561
9117
|
# @private
|
8562
9118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8575,6 +9131,8 @@ module Google
|
|
8575
9131
|
property :consistent_hash, as: 'consistentHash', class: Google::Apis::ComputeAlpha::ConsistentHashLoadBalancerSettings, decorator: Google::Apis::ComputeAlpha::ConsistentHashLoadBalancerSettings::Representation
|
8576
9132
|
|
8577
9133
|
property :creation_timestamp, as: 'creationTimestamp'
|
9134
|
+
collection :custom_metrics, as: 'customMetrics', class: Google::Apis::ComputeAlpha::BackendServiceCustomMetric, decorator: Google::Apis::ComputeAlpha::BackendServiceCustomMetric::Representation
|
9135
|
+
|
8578
9136
|
collection :custom_request_headers, as: 'customRequestHeaders'
|
8579
9137
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
8580
9138
|
property :description, as: 'description'
|
@@ -8625,6 +9183,8 @@ module Google
|
|
8625
9183
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
|
8626
9184
|
|
8627
9185
|
property :timeout_sec, as: 'timeoutSec'
|
9186
|
+
property :tls_settings, as: 'tlsSettings', class: Google::Apis::ComputeAlpha::BackendServiceTlsSettings, decorator: Google::Apis::ComputeAlpha::BackendServiceTlsSettings::Representation
|
9187
|
+
|
8628
9188
|
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
|
8629
9189
|
|
8630
9190
|
property :vpc_network_scope, as: 'vpcNetworkScope'
|
@@ -8710,6 +9270,14 @@ module Google
|
|
8710
9270
|
end
|
8711
9271
|
end
|
8712
9272
|
|
9273
|
+
class BackendServiceCustomMetric
|
9274
|
+
# @private
|
9275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9276
|
+
property :dry_run, as: 'dryRun'
|
9277
|
+
property :name, as: 'name'
|
9278
|
+
end
|
9279
|
+
end
|
9280
|
+
|
8713
9281
|
class BackendServiceFailoverPolicy
|
8714
9282
|
# @private
|
8715
9283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8908,6 +9476,24 @@ module Google
|
|
8908
9476
|
end
|
8909
9477
|
end
|
8910
9478
|
|
9479
|
+
class BackendServiceTlsSettings
|
9480
|
+
# @private
|
9481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9482
|
+
property :authentication_config, as: 'authenticationConfig'
|
9483
|
+
property :sni, as: 'sni'
|
9484
|
+
collection :subject_alt_names, as: 'subjectAltNames', class: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName, decorator: Google::Apis::ComputeAlpha::BackendServiceTlsSettingsSubjectAltName::Representation
|
9485
|
+
|
9486
|
+
end
|
9487
|
+
end
|
9488
|
+
|
9489
|
+
class BackendServiceTlsSettingsSubjectAltName
|
9490
|
+
# @private
|
9491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9492
|
+
property :dns_name, as: 'dnsName'
|
9493
|
+
property :uniform_resource_identifier, as: 'uniformResourceIdentifier'
|
9494
|
+
end
|
9495
|
+
end
|
9496
|
+
|
8911
9497
|
class BackendServiceUsedBy
|
8912
9498
|
# @private
|
8913
9499
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9033,7 +9619,6 @@ module Google
|
|
9033
9619
|
class Binding
|
9034
9620
|
# @private
|
9035
9621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9036
|
-
property :binding_id, as: 'bindingId'
|
9037
9622
|
property :condition, as: 'condition', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
|
9038
9623
|
|
9039
9624
|
collection :members, as: 'members'
|
@@ -9160,6 +9745,7 @@ module Google
|
|
9160
9745
|
property :auto_renew, as: 'autoRenew'
|
9161
9746
|
property :category, as: 'category'
|
9162
9747
|
property :creation_timestamp, as: 'creationTimestamp'
|
9748
|
+
property :custom_end_timestamp, as: 'customEndTimestamp'
|
9163
9749
|
property :description, as: 'description'
|
9164
9750
|
property :end_timestamp, as: 'endTimestamp'
|
9165
9751
|
collection :existing_reservations, as: 'existingReservations'
|
@@ -9257,6 +9843,7 @@ module Google
|
|
9257
9843
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9258
9844
|
property :cancellation_information, as: 'cancellationInformation', class: Google::Apis::ComputeAlpha::CommitmentResourceStatusCancellationInformation, decorator: Google::Apis::ComputeAlpha::CommitmentResourceStatusCancellationInformation::Representation
|
9259
9845
|
|
9846
|
+
property :custom_term_eligibility_end_timestamp, as: 'customTermEligibilityEndTimestamp'
|
9260
9847
|
end
|
9261
9848
|
end
|
9262
9849
|
|
@@ -9302,17 +9889,6 @@ module Google
|
|
9302
9889
|
end
|
9303
9890
|
end
|
9304
9891
|
|
9305
|
-
class Condition
|
9306
|
-
# @private
|
9307
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9308
|
-
property :iam, as: 'iam'
|
9309
|
-
property :op, as: 'op'
|
9310
|
-
property :svc, as: 'svc'
|
9311
|
-
property :sys, as: 'sys'
|
9312
|
-
collection :values, as: 'values'
|
9313
|
-
end
|
9314
|
-
end
|
9315
|
-
|
9316
9892
|
class ConfidentialInstanceConfig
|
9317
9893
|
# @private
|
9318
9894
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9362,11 +9938,58 @@ module Google
|
|
9362
9938
|
end
|
9363
9939
|
end
|
9364
9940
|
|
9365
|
-
class
|
9941
|
+
class CrossSiteNetwork
|
9366
9942
|
# @private
|
9367
9943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9368
|
-
|
9369
|
-
|
9944
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
9945
|
+
property :description, as: 'description'
|
9946
|
+
property :id, :numeric_string => true, as: 'id'
|
9947
|
+
property :kind, as: 'kind'
|
9948
|
+
property :name, as: 'name'
|
9949
|
+
property :self_link, as: 'selfLink'
|
9950
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
9951
|
+
end
|
9952
|
+
end
|
9953
|
+
|
9954
|
+
class CrossSiteNetworkList
|
9955
|
+
# @private
|
9956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9957
|
+
property :etag, as: 'etag'
|
9958
|
+
property :id, as: 'id'
|
9959
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::CrossSiteNetwork, decorator: Google::Apis::ComputeAlpha::CrossSiteNetwork::Representation
|
9960
|
+
|
9961
|
+
property :kind, as: 'kind'
|
9962
|
+
property :next_page_token, as: 'nextPageToken'
|
9963
|
+
property :self_link, as: 'selfLink'
|
9964
|
+
collection :unreachables, as: 'unreachables'
|
9965
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CrossSiteNetworkList::Warning, decorator: Google::Apis::ComputeAlpha::CrossSiteNetworkList::Warning::Representation
|
9966
|
+
|
9967
|
+
end
|
9968
|
+
|
9969
|
+
class Warning
|
9970
|
+
# @private
|
9971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9972
|
+
property :code, as: 'code'
|
9973
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::CrossSiteNetworkList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::CrossSiteNetworkList::Warning::Datum::Representation
|
9974
|
+
|
9975
|
+
property :message, as: 'message'
|
9976
|
+
end
|
9977
|
+
|
9978
|
+
class Datum
|
9979
|
+
# @private
|
9980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9981
|
+
property :key, as: 'key'
|
9982
|
+
property :value, as: 'value'
|
9983
|
+
end
|
9984
|
+
end
|
9985
|
+
end
|
9986
|
+
end
|
9987
|
+
|
9988
|
+
class CustomErrorResponsePolicy
|
9989
|
+
# @private
|
9990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9991
|
+
collection :error_response_rules, as: 'errorResponseRules', class: Google::Apis::ComputeAlpha::CustomErrorResponsePolicyCustomErrorResponseRule, decorator: Google::Apis::ComputeAlpha::CustomErrorResponsePolicyCustomErrorResponseRule::Representation
|
9992
|
+
|
9370
9993
|
property :error_service, as: 'errorService'
|
9371
9994
|
end
|
9372
9995
|
end
|
@@ -9585,6 +10208,15 @@ module Google
|
|
9585
10208
|
end
|
9586
10209
|
end
|
9587
10210
|
|
10211
|
+
class DiskPairReplicationState
|
10212
|
+
# @private
|
10213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10214
|
+
property :data_replication_state, as: 'dataReplicationState'
|
10215
|
+
property :replication_disk_pair, as: 'replicationDiskPair', class: Google::Apis::ComputeAlpha::ReplicationDiskPair, decorator: Google::Apis::ComputeAlpha::ReplicationDiskPair::Representation
|
10216
|
+
|
10217
|
+
end
|
10218
|
+
end
|
10219
|
+
|
9588
10220
|
class DiskParams
|
9589
10221
|
# @private
|
9590
10222
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10376,13 +11008,20 @@ module Google
|
|
10376
11008
|
property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
10377
11009
|
|
10378
11010
|
property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
|
11011
|
+
property :commitment_info, as: 'commitmentInfo', class: Google::Apis::ComputeAlpha::FutureReservationCommitmentInfo, decorator: Google::Apis::ComputeAlpha::FutureReservationCommitmentInfo::Representation
|
11012
|
+
|
10379
11013
|
property :creation_timestamp, as: 'creationTimestamp'
|
11014
|
+
property :deployment_type, as: 'deploymentType'
|
10380
11015
|
property :description, as: 'description'
|
11016
|
+
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
10381
11017
|
property :id, :numeric_string => true, as: 'id'
|
11018
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
10382
11019
|
property :kind, as: 'kind'
|
10383
11020
|
property :name, as: 'name'
|
10384
11021
|
property :name_prefix, as: 'namePrefix'
|
10385
11022
|
property :planning_status, as: 'planningStatus'
|
11023
|
+
property :reservation_name, as: 'reservationName'
|
11024
|
+
property :scheduling_type, as: 'schedulingType'
|
10386
11025
|
property :self_link, as: 'selfLink'
|
10387
11026
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10388
11027
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
@@ -10398,6 +11037,15 @@ module Google
|
|
10398
11037
|
end
|
10399
11038
|
end
|
10400
11039
|
|
11040
|
+
class FutureReservationCommitmentInfo
|
11041
|
+
# @private
|
11042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11043
|
+
property :commitment_name, as: 'commitmentName'
|
11044
|
+
property :commitment_plan, as: 'commitmentPlan'
|
11045
|
+
property :previous_commitment_terms, as: 'previousCommitmentTerms'
|
11046
|
+
end
|
11047
|
+
end
|
11048
|
+
|
10401
11049
|
class FutureReservationSpecificSkuProperties
|
10402
11050
|
# @private
|
10403
11051
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10413,6 +11061,8 @@ module Google
|
|
10413
11061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10414
11062
|
property :amendment_status, as: 'amendmentStatus'
|
10415
11063
|
collection :auto_created_reservations, as: 'autoCreatedReservations'
|
11064
|
+
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeAlpha::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeAlpha::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
11065
|
+
|
10416
11066
|
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
10417
11067
|
property :last_known_good_state, as: 'lastKnownGoodState', class: Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodState, decorator: Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodState::Representation
|
10418
11068
|
|
@@ -10423,10 +11073,20 @@ module Google
|
|
10423
11073
|
end
|
10424
11074
|
end
|
10425
11075
|
|
11076
|
+
class FutureReservationStatusExistingMatchingUsageInfo
|
11077
|
+
# @private
|
11078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11079
|
+
property :count, :numeric_string => true, as: 'count'
|
11080
|
+
property :timestamp, as: 'timestamp'
|
11081
|
+
end
|
11082
|
+
end
|
11083
|
+
|
10426
11084
|
class FutureReservationStatusLastKnownGoodState
|
10427
11085
|
# @private
|
10428
11086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10429
11087
|
property :description, as: 'description'
|
11088
|
+
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeAlpha::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeAlpha::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
11089
|
+
|
10430
11090
|
property :future_reservation_specs, as: 'futureReservationSpecs', class: Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs, decorator: Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs::Representation
|
10431
11091
|
|
10432
11092
|
property :lock_time, as: 'lockTime'
|
@@ -10579,6 +11239,15 @@ module Google
|
|
10579
11239
|
end
|
10580
11240
|
end
|
10581
11241
|
|
11242
|
+
class GetAsyncReplicationStatusResponse
|
11243
|
+
# @private
|
11244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11245
|
+
property :async_replication_status, as: 'asyncReplicationStatus', class: Google::Apis::ComputeAlpha::AsyncReplicationStatus, decorator: Google::Apis::ComputeAlpha::AsyncReplicationStatus::Representation
|
11246
|
+
|
11247
|
+
property :etag, as: 'etag'
|
11248
|
+
end
|
11249
|
+
end
|
11250
|
+
|
10582
11251
|
class GetOwnerInstanceResponse
|
10583
11252
|
# @private
|
10584
11253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10640,6 +11309,18 @@ module Google
|
|
10640
11309
|
end
|
10641
11310
|
end
|
10642
11311
|
|
11312
|
+
class GroupMaintenanceInfo
|
11313
|
+
# @private
|
11314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11315
|
+
property :enable_opportunistic_maintenance, as: 'enableOpportunisticMaintenance'
|
11316
|
+
property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
|
11317
|
+
property :maintenance_pending_count, as: 'maintenancePendingCount'
|
11318
|
+
property :scheduling_type, as: 'schedulingType'
|
11319
|
+
property :upcoming_group_maintenance, as: 'upcomingGroupMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
11320
|
+
|
11321
|
+
end
|
11322
|
+
end
|
11323
|
+
|
10643
11324
|
class GrpcServiceConfig
|
10644
11325
|
# @private
|
10645
11326
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11687,12 +12368,15 @@ module Google
|
|
11687
12368
|
property :instance_template, as: 'instanceTemplate'
|
11688
12369
|
property :kind, as: 'kind'
|
11689
12370
|
property :list_managed_instances_results, as: 'listManagedInstancesResults'
|
12371
|
+
property :multi_mig, as: 'multiMig'
|
11690
12372
|
property :name, as: 'name'
|
11691
12373
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeAlpha::NamedPort, decorator: Google::Apis::ComputeAlpha::NamedPort::Representation
|
11692
12374
|
|
11693
12375
|
property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceGroupManagerParams, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerParams::Representation
|
11694
12376
|
|
11695
12377
|
property :region, as: 'region'
|
12378
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResourcePolicies, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResourcePolicies::Representation
|
12379
|
+
|
11696
12380
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
11697
12381
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11698
12382
|
property :self_link, as: 'selfLink'
|
@@ -11706,6 +12390,8 @@ module Google
|
|
11706
12390
|
|
11707
12391
|
collection :target_pools, as: 'targetPools'
|
11708
12392
|
property :target_size, as: 'targetSize'
|
12393
|
+
property :target_size_policy, as: 'targetSizePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerTargetSizePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerTargetSizePolicy::Representation
|
12394
|
+
|
11709
12395
|
property :target_size_unit, as: 'targetSizeUnit'
|
11710
12396
|
property :target_stopped_size, as: 'targetStoppedSize'
|
11711
12397
|
property :target_suspended_size, as: 'targetSuspendedSize'
|
@@ -11890,10 +12576,13 @@ module Google
|
|
11890
12576
|
property :creation_timestamp, as: 'creationTimestamp'
|
11891
12577
|
property :description, as: 'description'
|
11892
12578
|
property :id, :numeric_string => true, as: 'id'
|
12579
|
+
collection :instances, as: 'instances', class: Google::Apis::ComputeAlpha::PerInstanceConfig, decorator: Google::Apis::ComputeAlpha::PerInstanceConfig::Representation
|
12580
|
+
|
11893
12581
|
property :kind, as: 'kind'
|
11894
12582
|
property :name, as: 'name'
|
11895
12583
|
property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
|
11896
12584
|
|
12585
|
+
property :region, as: 'region'
|
11897
12586
|
property :requested_run_duration, as: 'requestedRunDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
11898
12587
|
|
11899
12588
|
property :resize_by, as: 'resizeBy'
|
@@ -12024,6 +12713,13 @@ module Google
|
|
12024
12713
|
end
|
12025
12714
|
end
|
12026
12715
|
|
12716
|
+
class InstanceGroupManagerResourcePolicies
|
12717
|
+
# @private
|
12718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12719
|
+
property :workload_policy, as: 'workloadPolicy'
|
12720
|
+
end
|
12721
|
+
end
|
12722
|
+
|
12027
12723
|
class InstanceGroupManagerStandbyPolicy
|
12028
12724
|
# @private
|
12029
12725
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12038,6 +12734,8 @@ module Google
|
|
12038
12734
|
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig::Representation
|
12039
12735
|
|
12040
12736
|
property :autoscaler, as: 'autoscaler'
|
12737
|
+
property :bulk_instance_operation, as: 'bulkInstanceOperation', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperation, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperation::Representation
|
12738
|
+
|
12041
12739
|
property :is_stable, as: 'isStable'
|
12042
12740
|
property :stateful, as: 'stateful', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful::Representation
|
12043
12741
|
|
@@ -12054,6 +12752,57 @@ module Google
|
|
12054
12752
|
end
|
12055
12753
|
end
|
12056
12754
|
|
12755
|
+
class InstanceGroupManagerStatusBulkInstanceOperation
|
12756
|
+
# @private
|
12757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12758
|
+
property :in_progress, as: 'inProgress'
|
12759
|
+
property :last_progress_check, as: 'lastProgressCheck', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Representation
|
12760
|
+
|
12761
|
+
end
|
12762
|
+
end
|
12763
|
+
|
12764
|
+
class InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck
|
12765
|
+
# @private
|
12766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12767
|
+
property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error::Representation
|
12768
|
+
|
12769
|
+
property :timestamp, as: 'timestamp'
|
12770
|
+
end
|
12771
|
+
|
12772
|
+
class Error
|
12773
|
+
# @private
|
12774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12775
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error::Error::Representation
|
12776
|
+
|
12777
|
+
end
|
12778
|
+
|
12779
|
+
class Error
|
12780
|
+
# @private
|
12781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12782
|
+
property :code, as: 'code'
|
12783
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusBulkInstanceOperationLastProgressCheck::Error::Error::ErrorDetail::Representation
|
12784
|
+
|
12785
|
+
property :location, as: 'location'
|
12786
|
+
property :message, as: 'message'
|
12787
|
+
end
|
12788
|
+
|
12789
|
+
class ErrorDetail
|
12790
|
+
# @private
|
12791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12792
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
12793
|
+
|
12794
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
12795
|
+
|
12796
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
12797
|
+
|
12798
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
12799
|
+
|
12800
|
+
end
|
12801
|
+
end
|
12802
|
+
end
|
12803
|
+
end
|
12804
|
+
end
|
12805
|
+
|
12057
12806
|
class InstanceGroupManagerStatusStateful
|
12058
12807
|
# @private
|
12059
12808
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12078,6 +12827,13 @@ module Google
|
|
12078
12827
|
end
|
12079
12828
|
end
|
12080
12829
|
|
12830
|
+
class InstanceGroupManagerTargetSizePolicy
|
12831
|
+
# @private
|
12832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12833
|
+
property :mode, as: 'mode'
|
12834
|
+
end
|
12835
|
+
end
|
12836
|
+
|
12081
12837
|
class InstanceGroupManagerUpdatePolicy
|
12082
12838
|
# @private
|
12083
12839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12767,6 +13523,23 @@ module Google
|
|
12767
13523
|
end
|
12768
13524
|
end
|
12769
13525
|
|
13526
|
+
class InstancesReportHostAsFaultyRequest
|
13527
|
+
# @private
|
13528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13529
|
+
property :action_hint, as: 'actionHint'
|
13530
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeAlpha::InstancesReportHostAsFaultyRequestFaultReason, decorator: Google::Apis::ComputeAlpha::InstancesReportHostAsFaultyRequestFaultReason::Representation
|
13531
|
+
|
13532
|
+
end
|
13533
|
+
end
|
13534
|
+
|
13535
|
+
class InstancesReportHostAsFaultyRequestFaultReason
|
13536
|
+
# @private
|
13537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13538
|
+
property :behavior, as: 'behavior'
|
13539
|
+
property :description, as: 'description'
|
13540
|
+
end
|
13541
|
+
end
|
13542
|
+
|
12770
13543
|
class InstancesResumeRequest
|
12771
13544
|
# @private
|
12772
13545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12891,6 +13664,8 @@ module Google
|
|
12891
13664
|
property :self_link_with_id, as: 'selfLinkWithId'
|
12892
13665
|
property :source_disk, as: 'sourceDisk'
|
12893
13666
|
property :source_disk_id, as: 'sourceDiskId'
|
13667
|
+
property :source_instant_snapshot_group, as: 'sourceInstantSnapshotGroup'
|
13668
|
+
property :source_instant_snapshot_group_id, as: 'sourceInstantSnapshotGroupId'
|
12894
13669
|
property :status, as: 'status'
|
12895
13670
|
property :zone, as: 'zone'
|
12896
13671
|
end
|
@@ -12929,6 +13704,42 @@ module Google
|
|
12929
13704
|
end
|
12930
13705
|
end
|
12931
13706
|
|
13707
|
+
class InstantSnapshotGroup
|
13708
|
+
# @private
|
13709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13710
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13711
|
+
property :description, as: 'description'
|
13712
|
+
property :id, :numeric_string => true, as: 'id'
|
13713
|
+
property :kind, as: 'kind'
|
13714
|
+
property :name, as: 'name'
|
13715
|
+
property :region, as: 'region'
|
13716
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroupResourceStatus::Representation
|
13717
|
+
|
13718
|
+
property :self_link, as: 'selfLink'
|
13719
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
13720
|
+
property :source_consistency_group, as: 'sourceConsistencyGroup'
|
13721
|
+
property :status, as: 'status'
|
13722
|
+
property :zone, as: 'zone'
|
13723
|
+
end
|
13724
|
+
end
|
13725
|
+
|
13726
|
+
class InstantSnapshotGroupResourceStatus
|
13727
|
+
# @private
|
13728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13729
|
+
property :consistency_membership_resolution_time, as: 'consistencyMembershipResolutionTime'
|
13730
|
+
property :source_info, as: 'sourceInfo', class: Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroupSourceInfo::Representation
|
13731
|
+
|
13732
|
+
end
|
13733
|
+
end
|
13734
|
+
|
13735
|
+
class InstantSnapshotGroupSourceInfo
|
13736
|
+
# @private
|
13737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13738
|
+
property :consistency_group, as: 'consistencyGroup'
|
13739
|
+
property :consistency_group_id, as: 'consistencyGroupId'
|
13740
|
+
end
|
13741
|
+
end
|
13742
|
+
|
12932
13743
|
class InstantSnapshotList
|
12933
13744
|
# @private
|
12934
13745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13023,6 +13834,7 @@ module Google
|
|
13023
13834
|
property :google_reference_id, as: 'googleReferenceId'
|
13024
13835
|
property :id, :numeric_string => true, as: 'id'
|
13025
13836
|
collection :interconnect_attachments, as: 'interconnectAttachments'
|
13837
|
+
collection :interconnect_groups, as: 'interconnectGroups'
|
13026
13838
|
property :interconnect_type, as: 'interconnectType'
|
13027
13839
|
property :kind, as: 'kind'
|
13028
13840
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
@@ -13053,6 +13865,8 @@ module Google
|
|
13053
13865
|
property :bandwidth_percentage_policy, as: 'bandwidthPercentagePolicy', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy::Representation
|
13054
13866
|
|
13055
13867
|
property :profile_description, as: 'profileDescription'
|
13868
|
+
collection :shape_average_percentages, as: 'shapeAveragePercentages', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentage, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectBandwidthPercentage::Representation
|
13869
|
+
|
13056
13870
|
property :strict_priority_policy, as: 'strictPriorityPolicy', class: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy, decorator: Google::Apis::ComputeAlpha::InterconnectApplicationAwareInterconnectStrictPriorityPolicy::Representation
|
13057
13871
|
|
13058
13872
|
end
|
@@ -13084,6 +13898,7 @@ module Google
|
|
13084
13898
|
# @private
|
13085
13899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13086
13900
|
property :admin_enabled, as: 'adminEnabled'
|
13901
|
+
property :attachment_group, as: 'attachmentGroup'
|
13087
13902
|
property :bandwidth, as: 'bandwidth'
|
13088
13903
|
collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
|
13089
13904
|
collection :candidate_subnets, as: 'candidateSubnets'
|
@@ -13181,6 +13996,148 @@ module Google
|
|
13181
13996
|
end
|
13182
13997
|
end
|
13183
13998
|
|
13999
|
+
class InterconnectAttachmentGroup
|
14000
|
+
# @private
|
14001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14002
|
+
hash :attachments, as: 'attachments', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupAttachment, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupAttachment::Representation
|
14003
|
+
|
14004
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfigured, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfigured::Representation
|
14005
|
+
|
14006
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
14007
|
+
property :description, as: 'description'
|
14008
|
+
property :etag, as: 'etag'
|
14009
|
+
property :id, :numeric_string => true, as: 'id'
|
14010
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupIntent, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupIntent::Representation
|
14011
|
+
|
14012
|
+
property :interconnect_group, as: 'interconnectGroup'
|
14013
|
+
property :kind, as: 'kind'
|
14014
|
+
property :logical_structure, as: 'logicalStructure', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructure, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructure::Representation
|
14015
|
+
|
14016
|
+
property :name, as: 'name'
|
14017
|
+
property :self_link, as: 'selfLink'
|
14018
|
+
end
|
14019
|
+
end
|
14020
|
+
|
14021
|
+
class InterconnectAttachmentGroupAttachment
|
14022
|
+
# @private
|
14023
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14024
|
+
property :attachment, as: 'attachment'
|
14025
|
+
end
|
14026
|
+
end
|
14027
|
+
|
14028
|
+
class InterconnectAttachmentGroupConfigured
|
14029
|
+
# @private
|
14030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14031
|
+
property :availability_sla, as: 'availabilitySla', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfiguredAvailabilitySla, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfiguredAvailabilitySla::Representation
|
14032
|
+
|
14033
|
+
end
|
14034
|
+
end
|
14035
|
+
|
14036
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySla
|
14037
|
+
# @private
|
14038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14039
|
+
property :effective_sla, as: 'effectiveSla'
|
14040
|
+
collection :intended_sla_blockers, as: 'intendedSlaBlockers', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers::Representation
|
14041
|
+
|
14042
|
+
end
|
14043
|
+
end
|
14044
|
+
|
14045
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers
|
14046
|
+
# @private
|
14047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14048
|
+
collection :attachments, as: 'attachments'
|
14049
|
+
property :blocker_type, as: 'blockerType'
|
14050
|
+
property :documentation_link, as: 'documentationLink'
|
14051
|
+
property :explanation, as: 'explanation'
|
14052
|
+
collection :metros, as: 'metros'
|
14053
|
+
collection :zones, as: 'zones'
|
14054
|
+
end
|
14055
|
+
end
|
14056
|
+
|
14057
|
+
class InterconnectAttachmentGroupIntent
|
14058
|
+
# @private
|
14059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14060
|
+
property :availability_sla, as: 'availabilitySla'
|
14061
|
+
end
|
14062
|
+
end
|
14063
|
+
|
14064
|
+
class InterconnectAttachmentGroupLogicalStructure
|
14065
|
+
# @private
|
14066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14067
|
+
collection :regions, as: 'regions', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegion, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegion::Representation
|
14068
|
+
|
14069
|
+
end
|
14070
|
+
end
|
14071
|
+
|
14072
|
+
class InterconnectAttachmentGroupLogicalStructureRegion
|
14073
|
+
# @private
|
14074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14075
|
+
collection :metros, as: 'metros', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetro::Representation
|
14076
|
+
|
14077
|
+
property :region, as: 'region'
|
14078
|
+
end
|
14079
|
+
end
|
14080
|
+
|
14081
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetro
|
14082
|
+
# @private
|
14083
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14084
|
+
collection :facilities, as: 'facilities', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility::Representation
|
14085
|
+
|
14086
|
+
property :metro, as: 'metro'
|
14087
|
+
end
|
14088
|
+
end
|
14089
|
+
|
14090
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
|
14091
|
+
# @private
|
14092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14093
|
+
property :facility, as: 'facility'
|
14094
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone::Representation
|
14095
|
+
|
14096
|
+
end
|
14097
|
+
end
|
14098
|
+
|
14099
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
|
14100
|
+
# @private
|
14101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14102
|
+
collection :attachments, as: 'attachments'
|
14103
|
+
property :zone, as: 'zone'
|
14104
|
+
end
|
14105
|
+
end
|
14106
|
+
|
14107
|
+
class InterconnectAttachmentGroupsListResponse
|
14108
|
+
# @private
|
14109
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14110
|
+
property :etag, as: 'etag'
|
14111
|
+
property :id, as: 'id'
|
14112
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroup, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroup::Representation
|
14113
|
+
|
14114
|
+
property :kind, as: 'kind'
|
14115
|
+
property :next_page_token, as: 'nextPageToken'
|
14116
|
+
property :self_link, as: 'selfLink'
|
14117
|
+
collection :unreachables, as: 'unreachables'
|
14118
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsListResponse::Warning::Representation
|
14119
|
+
|
14120
|
+
end
|
14121
|
+
|
14122
|
+
class Warning
|
14123
|
+
# @private
|
14124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14125
|
+
property :code, as: 'code'
|
14126
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InterconnectAttachmentGroupsListResponse::Warning::Datum::Representation
|
14127
|
+
|
14128
|
+
property :message, as: 'message'
|
14129
|
+
end
|
14130
|
+
|
14131
|
+
class Datum
|
14132
|
+
# @private
|
14133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14134
|
+
property :key, as: 'key'
|
14135
|
+
property :value, as: 'value'
|
14136
|
+
end
|
14137
|
+
end
|
14138
|
+
end
|
14139
|
+
end
|
14140
|
+
|
13184
14141
|
class InterconnectAttachmentList
|
13185
14142
|
# @private
|
13186
14143
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13257,77 +14214,210 @@ module Google
|
|
13257
14214
|
end
|
13258
14215
|
end
|
13259
14216
|
|
13260
|
-
class InterconnectCircuitInfo
|
14217
|
+
class InterconnectCircuitInfo
|
14218
|
+
# @private
|
14219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14220
|
+
property :customer_demarc_id, as: 'customerDemarcId'
|
14221
|
+
property :google_circuit_id, as: 'googleCircuitId'
|
14222
|
+
property :google_demarc_id, as: 'googleDemarcId'
|
14223
|
+
end
|
14224
|
+
end
|
14225
|
+
|
14226
|
+
class InterconnectDiagnostics
|
14227
|
+
# @private
|
14228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14229
|
+
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsArpEntry::Representation
|
14230
|
+
|
14231
|
+
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
14232
|
+
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
14233
|
+
collection :links, as: 'links', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus::Representation
|
14234
|
+
|
14235
|
+
property :mac_address, as: 'macAddress'
|
14236
|
+
end
|
14237
|
+
end
|
14238
|
+
|
14239
|
+
class InterconnectDiagnosticsArpEntry
|
14240
|
+
# @private
|
14241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14242
|
+
property :ip_address, as: 'ipAddress'
|
14243
|
+
property :mac_address, as: 'macAddress'
|
14244
|
+
end
|
14245
|
+
end
|
14246
|
+
|
14247
|
+
class InterconnectDiagnosticsLinkLacpStatus
|
14248
|
+
# @private
|
14249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14250
|
+
property :google_system_id, as: 'googleSystemId'
|
14251
|
+
property :neighbor_system_id, as: 'neighborSystemId'
|
14252
|
+
property :state, as: 'state'
|
14253
|
+
end
|
14254
|
+
end
|
14255
|
+
|
14256
|
+
class InterconnectDiagnosticsLinkOpticalPower
|
14257
|
+
# @private
|
14258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14259
|
+
property :state, as: 'state'
|
14260
|
+
property :value, as: 'value'
|
14261
|
+
end
|
14262
|
+
end
|
14263
|
+
|
14264
|
+
class InterconnectDiagnosticsLinkStatus
|
14265
|
+
# @private
|
14266
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14267
|
+
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsArpEntry::Representation
|
14268
|
+
|
14269
|
+
property :circuit_id, as: 'circuitId'
|
14270
|
+
property :google_demarc, as: 'googleDemarc'
|
14271
|
+
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus::Representation
|
14272
|
+
|
14273
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus::Representation
|
14274
|
+
|
14275
|
+
property :operational_status, as: 'operationalStatus'
|
14276
|
+
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
14277
|
+
|
14278
|
+
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
14279
|
+
|
14280
|
+
end
|
14281
|
+
end
|
14282
|
+
|
14283
|
+
class InterconnectDiagnosticsMacsecStatus
|
14284
|
+
# @private
|
14285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14286
|
+
property :ckn, as: 'ckn'
|
14287
|
+
property :operational, as: 'operational'
|
14288
|
+
end
|
14289
|
+
end
|
14290
|
+
|
14291
|
+
class InterconnectGroup
|
14292
|
+
# @private
|
14293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14294
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeAlpha::InterconnectGroupConfigured, decorator: Google::Apis::ComputeAlpha::InterconnectGroupConfigured::Representation
|
14295
|
+
|
14296
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
14297
|
+
property :description, as: 'description'
|
14298
|
+
property :etag, as: 'etag'
|
14299
|
+
property :id, :numeric_string => true, as: 'id'
|
14300
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeAlpha::InterconnectGroupIntent, decorator: Google::Apis::ComputeAlpha::InterconnectGroupIntent::Representation
|
14301
|
+
|
14302
|
+
hash :interconnects, as: 'interconnects', class: Google::Apis::ComputeAlpha::InterconnectGroupInterconnect, decorator: Google::Apis::ComputeAlpha::InterconnectGroupInterconnect::Representation
|
14303
|
+
|
14304
|
+
property :kind, as: 'kind'
|
14305
|
+
property :name, as: 'name'
|
14306
|
+
property :physical_structure, as: 'physicalStructure', class: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructure, decorator: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructure::Representation
|
14307
|
+
|
14308
|
+
property :self_link, as: 'selfLink'
|
14309
|
+
end
|
14310
|
+
end
|
14311
|
+
|
14312
|
+
class InterconnectGroupConfigured
|
14313
|
+
# @private
|
14314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14315
|
+
property :topology_capability, as: 'topologyCapability', class: Google::Apis::ComputeAlpha::InterconnectGroupConfiguredTopologyCapability, decorator: Google::Apis::ComputeAlpha::InterconnectGroupConfiguredTopologyCapability::Representation
|
14316
|
+
|
14317
|
+
end
|
14318
|
+
end
|
14319
|
+
|
14320
|
+
class InterconnectGroupConfiguredTopologyCapability
|
14321
|
+
# @private
|
14322
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14323
|
+
collection :intended_capability_blockers, as: 'intendedCapabilityBlockers', class: Google::Apis::ComputeAlpha::InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers, decorator: Google::Apis::ComputeAlpha::InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers::Representation
|
14324
|
+
|
14325
|
+
property :supported_sla, as: 'supportedSla'
|
14326
|
+
end
|
14327
|
+
end
|
14328
|
+
|
14329
|
+
class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
|
13261
14330
|
# @private
|
13262
14331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13263
|
-
property :
|
13264
|
-
property :
|
13265
|
-
property :
|
14332
|
+
property :blocker_type, as: 'blockerType'
|
14333
|
+
property :documentation_link, as: 'documentationLink'
|
14334
|
+
property :explanation, as: 'explanation'
|
14335
|
+
collection :facilities, as: 'facilities'
|
14336
|
+
collection :interconnects, as: 'interconnects'
|
14337
|
+
collection :metros, as: 'metros'
|
14338
|
+
collection :zones, as: 'zones'
|
13266
14339
|
end
|
13267
14340
|
end
|
13268
14341
|
|
13269
|
-
class
|
14342
|
+
class InterconnectGroupIntent
|
13270
14343
|
# @private
|
13271
14344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13272
|
-
|
13273
|
-
|
13274
|
-
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
13275
|
-
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
13276
|
-
collection :links, as: 'links', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus::Representation
|
13277
|
-
|
13278
|
-
property :mac_address, as: 'macAddress'
|
14345
|
+
property :topology_capability, as: 'topologyCapability'
|
13279
14346
|
end
|
13280
14347
|
end
|
13281
14348
|
|
13282
|
-
class
|
14349
|
+
class InterconnectGroupInterconnect
|
13283
14350
|
# @private
|
13284
14351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13285
|
-
property :
|
13286
|
-
property :mac_address, as: 'macAddress'
|
14352
|
+
property :interconnect, as: 'interconnect'
|
13287
14353
|
end
|
13288
14354
|
end
|
13289
14355
|
|
13290
|
-
class
|
14356
|
+
class InterconnectGroupPhysicalStructure
|
13291
14357
|
# @private
|
13292
14358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13293
|
-
|
13294
|
-
|
13295
|
-
property :state, as: 'state'
|
14359
|
+
collection :metros, as: 'metros', class: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetros, decorator: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetros::Representation
|
14360
|
+
|
13296
14361
|
end
|
13297
14362
|
end
|
13298
14363
|
|
13299
|
-
class
|
14364
|
+
class InterconnectGroupPhysicalStructureMetros
|
13300
14365
|
# @private
|
13301
14366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13302
|
-
|
13303
|
-
|
14367
|
+
collection :facilities, as: 'facilities', class: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilities, decorator: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilities::Representation
|
14368
|
+
|
14369
|
+
property :metro, as: 'metro'
|
13304
14370
|
end
|
13305
14371
|
end
|
13306
14372
|
|
13307
|
-
class
|
14373
|
+
class InterconnectGroupPhysicalStructureMetrosFacilities
|
13308
14374
|
# @private
|
13309
14375
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13310
|
-
|
13311
|
-
|
13312
|
-
property :circuit_id, as: 'circuitId'
|
13313
|
-
property :google_demarc, as: 'googleDemarc'
|
13314
|
-
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus::Representation
|
14376
|
+
property :facility, as: 'facility'
|
14377
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilitiesZones, decorator: Google::Apis::ComputeAlpha::InterconnectGroupPhysicalStructureMetrosFacilitiesZones::Representation
|
13315
14378
|
|
13316
|
-
|
13317
|
-
|
13318
|
-
property :operational_status, as: 'operationalStatus'
|
13319
|
-
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
13320
|
-
|
13321
|
-
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
14379
|
+
end
|
14380
|
+
end
|
13322
14381
|
|
14382
|
+
class InterconnectGroupPhysicalStructureMetrosFacilitiesZones
|
14383
|
+
# @private
|
14384
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14385
|
+
collection :interconnects, as: 'interconnects'
|
14386
|
+
property :zone, as: 'zone'
|
13323
14387
|
end
|
13324
14388
|
end
|
13325
14389
|
|
13326
|
-
class
|
14390
|
+
class InterconnectGroupsListResponse
|
13327
14391
|
# @private
|
13328
14392
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13329
|
-
property :
|
13330
|
-
property :
|
14393
|
+
property :etag, as: 'etag'
|
14394
|
+
property :id, as: 'id'
|
14395
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InterconnectGroup, decorator: Google::Apis::ComputeAlpha::InterconnectGroup::Representation
|
14396
|
+
|
14397
|
+
property :kind, as: 'kind'
|
14398
|
+
property :next_page_token, as: 'nextPageToken'
|
14399
|
+
property :self_link, as: 'selfLink'
|
14400
|
+
collection :unreachables, as: 'unreachables'
|
14401
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InterconnectGroupsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::InterconnectGroupsListResponse::Warning::Representation
|
14402
|
+
|
14403
|
+
end
|
14404
|
+
|
14405
|
+
class Warning
|
14406
|
+
# @private
|
14407
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14408
|
+
property :code, as: 'code'
|
14409
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InterconnectGroupsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InterconnectGroupsListResponse::Warning::Datum::Representation
|
14410
|
+
|
14411
|
+
property :message, as: 'message'
|
14412
|
+
end
|
14413
|
+
|
14414
|
+
class Datum
|
14415
|
+
# @private
|
14416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14417
|
+
property :key, as: 'key'
|
14418
|
+
property :value, as: 'value'
|
14419
|
+
end
|
14420
|
+
end
|
13331
14421
|
end
|
13332
14422
|
end
|
13333
14423
|
|
@@ -13690,34 +14780,56 @@ module Google
|
|
13690
14780
|
class License
|
13691
14781
|
# @private
|
13692
14782
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14783
|
+
collection :allowed_replacement_licenses, as: 'allowedReplacementLicenses'
|
14784
|
+
property :appendable_to_disk, as: 'appendableToDisk'
|
13693
14785
|
property :charges_use_fee, as: 'chargesUseFee'
|
13694
14786
|
property :creation_timestamp, as: 'creationTimestamp'
|
13695
14787
|
property :description, as: 'description'
|
13696
14788
|
property :id, :numeric_string => true, as: 'id'
|
14789
|
+
collection :incompatible_licenses, as: 'incompatibleLicenses'
|
13697
14790
|
property :kind, as: 'kind'
|
13698
14791
|
property :license_code, :numeric_string => true, as: 'licenseCode'
|
14792
|
+
property :minimum_retention, as: 'minimumRetention', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
14793
|
+
|
14794
|
+
property :multi_tenant_only, as: 'multiTenantOnly'
|
13699
14795
|
property :name, as: 'name'
|
14796
|
+
property :os_license, as: 'osLicense'
|
14797
|
+
property :removable_from_disk, as: 'removableFromDisk'
|
14798
|
+
collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
|
13700
14799
|
property :resource_requirements, as: 'resourceRequirements', class: Google::Apis::ComputeAlpha::LicenseResourceRequirements, decorator: Google::Apis::ComputeAlpha::LicenseResourceRequirements::Representation
|
13701
14800
|
|
13702
14801
|
property :self_link, as: 'selfLink'
|
13703
14802
|
property :self_link_with_id, as: 'selfLinkWithId'
|
14803
|
+
property :sole_tenant_only, as: 'soleTenantOnly'
|
13704
14804
|
property :transferable, as: 'transferable'
|
14805
|
+
property :update_timestamp, as: 'updateTimestamp'
|
13705
14806
|
end
|
13706
14807
|
end
|
13707
14808
|
|
13708
14809
|
class LicenseCode
|
13709
14810
|
# @private
|
13710
14811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14812
|
+
collection :allowed_replacement_licenses, as: 'allowedReplacementLicenses'
|
14813
|
+
property :appendable_to_disk, as: 'appendableToDisk'
|
13711
14814
|
property :creation_timestamp, as: 'creationTimestamp'
|
13712
14815
|
property :description, as: 'description'
|
13713
14816
|
property :id, :numeric_string => true, as: 'id'
|
14817
|
+
collection :incompatible_licenses, as: 'incompatibleLicenses'
|
13714
14818
|
property :kind, as: 'kind'
|
13715
14819
|
collection :license_alias, as: 'licenseAlias', class: Google::Apis::ComputeAlpha::LicenseCodeLicenseAlias, decorator: Google::Apis::ComputeAlpha::LicenseCodeLicenseAlias::Representation
|
13716
14820
|
|
14821
|
+
property :minimum_retention, as: 'minimumRetention', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
14822
|
+
|
14823
|
+
property :multi_tenant_only, as: 'multiTenantOnly'
|
13717
14824
|
property :name, as: 'name'
|
14825
|
+
property :os_license, as: 'osLicense'
|
14826
|
+
property :removable_from_disk, as: 'removableFromDisk'
|
14827
|
+
collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
|
13718
14828
|
property :self_link, as: 'selfLink'
|
14829
|
+
property :sole_tenant_only, as: 'soleTenantOnly'
|
13719
14830
|
property :state, as: 'state'
|
13720
14831
|
property :transferable, as: 'transferable'
|
14832
|
+
property :update_timestamp, as: 'updateTimestamp'
|
13721
14833
|
end
|
13722
14834
|
end
|
13723
14835
|
|
@@ -13777,6 +14889,40 @@ module Google
|
|
13777
14889
|
end
|
13778
14890
|
end
|
13779
14891
|
|
14892
|
+
class ListInstantSnapshotGroups
|
14893
|
+
# @private
|
14894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14895
|
+
property :etag, as: 'etag'
|
14896
|
+
property :id, as: 'id'
|
14897
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InstantSnapshotGroup, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroup::Representation
|
14898
|
+
|
14899
|
+
property :kind, as: 'kind'
|
14900
|
+
property :next_page_token, as: 'nextPageToken'
|
14901
|
+
property :self_link, as: 'selfLink'
|
14902
|
+
collection :unreachables, as: 'unreachables'
|
14903
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning, decorator: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Representation
|
14904
|
+
|
14905
|
+
end
|
14906
|
+
|
14907
|
+
class Warning
|
14908
|
+
# @private
|
14909
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14910
|
+
property :code, as: 'code'
|
14911
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ListInstantSnapshotGroups::Warning::Datum::Representation
|
14912
|
+
|
14913
|
+
property :message, as: 'message'
|
14914
|
+
end
|
14915
|
+
|
14916
|
+
class Datum
|
14917
|
+
# @private
|
14918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14919
|
+
property :key, as: 'key'
|
14920
|
+
property :value, as: 'value'
|
14921
|
+
end
|
14922
|
+
end
|
14923
|
+
end
|
14924
|
+
end
|
14925
|
+
|
13780
14926
|
class LocalDisk
|
13781
14927
|
# @private
|
13782
14928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13820,50 +14966,6 @@ module Google
|
|
13820
14966
|
end
|
13821
14967
|
end
|
13822
14968
|
|
13823
|
-
class LogConfig
|
13824
|
-
# @private
|
13825
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13826
|
-
property :cloud_audit, as: 'cloudAudit', class: Google::Apis::ComputeAlpha::LogConfigCloudAuditOptions, decorator: Google::Apis::ComputeAlpha::LogConfigCloudAuditOptions::Representation
|
13827
|
-
|
13828
|
-
property :counter, as: 'counter', class: Google::Apis::ComputeAlpha::LogConfigCounterOptions, decorator: Google::Apis::ComputeAlpha::LogConfigCounterOptions::Representation
|
13829
|
-
|
13830
|
-
property :data_access, as: 'dataAccess', class: Google::Apis::ComputeAlpha::LogConfigDataAccessOptions, decorator: Google::Apis::ComputeAlpha::LogConfigDataAccessOptions::Representation
|
13831
|
-
|
13832
|
-
end
|
13833
|
-
end
|
13834
|
-
|
13835
|
-
class LogConfigCloudAuditOptions
|
13836
|
-
# @private
|
13837
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13838
|
-
property :log_name, as: 'logName'
|
13839
|
-
end
|
13840
|
-
end
|
13841
|
-
|
13842
|
-
class LogConfigCounterOptions
|
13843
|
-
# @private
|
13844
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13845
|
-
collection :custom_fields, as: 'customFields', class: Google::Apis::ComputeAlpha::LogConfigCounterOptionsCustomField, decorator: Google::Apis::ComputeAlpha::LogConfigCounterOptionsCustomField::Representation
|
13846
|
-
|
13847
|
-
property :field, as: 'field'
|
13848
|
-
property :metric, as: 'metric'
|
13849
|
-
end
|
13850
|
-
end
|
13851
|
-
|
13852
|
-
class LogConfigCounterOptionsCustomField
|
13853
|
-
# @private
|
13854
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13855
|
-
property :name, as: 'name'
|
13856
|
-
property :value, as: 'value'
|
13857
|
-
end
|
13858
|
-
end
|
13859
|
-
|
13860
|
-
class LogConfigDataAccessOptions
|
13861
|
-
# @private
|
13862
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13863
|
-
property :log_mode, as: 'logMode'
|
13864
|
-
end
|
13865
|
-
end
|
13866
|
-
|
13867
14969
|
class MachineImage
|
13868
14970
|
# @private
|
13869
14971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14059,6 +15161,8 @@ module Google
|
|
14059
15161
|
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig::Representation
|
14060
15162
|
|
14061
15163
|
property :current_action, as: 'currentAction'
|
15164
|
+
property :current_action_details, as: 'currentActionDetails', class: Google::Apis::ComputeAlpha::ManagedInstanceCurrentActionDetails, decorator: Google::Apis::ComputeAlpha::ManagedInstanceCurrentActionDetails::Representation
|
15165
|
+
|
14062
15166
|
property :id, :numeric_string => true, as: 'id'
|
14063
15167
|
property :instance, as: 'instance'
|
14064
15168
|
property :instance_flexibility_override, as: 'instanceFlexibilityOverride', class: Google::Apis::ComputeAlpha::ManagedInstanceInstanceFlexibilityOverride, decorator: Google::Apis::ComputeAlpha::ManagedInstanceInstanceFlexibilityOverride::Representation
|
@@ -14091,6 +15195,14 @@ module Google
|
|
14091
15195
|
end
|
14092
15196
|
end
|
14093
15197
|
|
15198
|
+
class ManagedInstanceCurrentActionDetails
|
15199
|
+
# @private
|
15200
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15201
|
+
property :method_name, as: 'methodName'
|
15202
|
+
property :trigger, as: 'trigger'
|
15203
|
+
end
|
15204
|
+
end
|
15205
|
+
|
14094
15206
|
class ManagedInstanceInstanceFlexibilityOverride
|
14095
15207
|
# @private
|
14096
15208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14230,10 +15342,14 @@ module Google
|
|
14230
15342
|
hash :parts, as: 'parts', class: Google::Apis::ComputeAlpha::MultiMigPart, decorator: Google::Apis::ComputeAlpha::MultiMigPart::Representation
|
14231
15343
|
|
14232
15344
|
property :region, as: 'region'
|
15345
|
+
property :resource_policies, as: 'resourcePolicies', class: Google::Apis::ComputeAlpha::MultiMigResourcePolicies, decorator: Google::Apis::ComputeAlpha::MultiMigResourcePolicies::Representation
|
15346
|
+
|
14233
15347
|
property :scheduling_policy, as: 'schedulingPolicy', class: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy, decorator: Google::Apis::ComputeAlpha::MultiMigSchedulingPolicy::Representation
|
14234
15348
|
|
14235
15349
|
property :self_link, as: 'selfLink'
|
14236
15350
|
property :self_link_with_id, as: 'selfLinkWithId'
|
15351
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::MultiMigStatus, decorator: Google::Apis::ComputeAlpha::MultiMigStatus::Representation
|
15352
|
+
|
14237
15353
|
end
|
14238
15354
|
end
|
14239
15355
|
|
@@ -14253,6 +15369,13 @@ module Google
|
|
14253
15369
|
end
|
14254
15370
|
end
|
14255
15371
|
|
15372
|
+
class MultiMigResourcePolicies
|
15373
|
+
# @private
|
15374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15375
|
+
property :workload_policy, as: 'workloadPolicy'
|
15376
|
+
end
|
15377
|
+
end
|
15378
|
+
|
14256
15379
|
class MultiMigSchedulingPolicy
|
14257
15380
|
# @private
|
14258
15381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14260,6 +15383,13 @@ module Google
|
|
14260
15383
|
end
|
14261
15384
|
end
|
14262
15385
|
|
15386
|
+
class MultiMigStatus
|
15387
|
+
# @private
|
15388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15389
|
+
collection :member_instance_group_managers, as: 'memberInstanceGroupManagers'
|
15390
|
+
end
|
15391
|
+
end
|
15392
|
+
|
14263
15393
|
class MultiMigsList
|
14264
15394
|
# @private
|
14265
15395
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14362,7 +15492,6 @@ module Google
|
|
14362
15492
|
property :mtu, as: 'mtu'
|
14363
15493
|
property :name, as: 'name'
|
14364
15494
|
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
14365
|
-
property :network_placement, as: 'networkPlacement'
|
14366
15495
|
property :network_profile, as: 'networkProfile'
|
14367
15496
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
|
14368
15497
|
|
@@ -14585,7 +15714,6 @@ module Google
|
|
14585
15714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14586
15715
|
hash :annotations, as: 'annotations'
|
14587
15716
|
property :client_destination_port, as: 'clientDestinationPort'
|
14588
|
-
property :client_port, as: 'clientPort'
|
14589
15717
|
property :fqdn, as: 'fqdn'
|
14590
15718
|
property :instance, as: 'instance'
|
14591
15719
|
property :ip_address, as: 'ipAddress'
|
@@ -14601,7 +15729,6 @@ module Google
|
|
14601
15729
|
hash :annotations, as: 'annotations'
|
14602
15730
|
property :app_engine, as: 'appEngine', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine::Representation
|
14603
15731
|
|
14604
|
-
property :client_port_mapping_mode, as: 'clientPortMappingMode'
|
14605
15732
|
property :cloud_function, as: 'cloudFunction', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction::Representation
|
14606
15733
|
|
14607
15734
|
property :cloud_run, as: 'cloudRun', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun::Representation
|
@@ -14953,80 +16080,6 @@ module Google
|
|
14953
16080
|
end
|
14954
16081
|
end
|
14955
16082
|
|
14956
|
-
class NetworkPlacement
|
14957
|
-
# @private
|
14958
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14959
|
-
property :creation_timestamp, as: 'creationTimestamp'
|
14960
|
-
property :description, as: 'description'
|
14961
|
-
property :features, as: 'features', class: Google::Apis::ComputeAlpha::NetworkPlacementNetworkFeatures, decorator: Google::Apis::ComputeAlpha::NetworkPlacementNetworkFeatures::Representation
|
14962
|
-
|
14963
|
-
property :id, :numeric_string => true, as: 'id'
|
14964
|
-
property :kind, as: 'kind'
|
14965
|
-
property :name, as: 'name'
|
14966
|
-
property :self_link, as: 'selfLink'
|
14967
|
-
property :self_link_with_id, as: 'selfLinkWithId'
|
14968
|
-
property :zone, as: 'zone'
|
14969
|
-
end
|
14970
|
-
end
|
14971
|
-
|
14972
|
-
class NetworkPlacementNetworkFeatures
|
14973
|
-
# @private
|
14974
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14975
|
-
property :allow_auto_mode_subnet, as: 'allowAutoModeSubnet'
|
14976
|
-
property :allow_cloud_nat, as: 'allowCloudNat'
|
14977
|
-
property :allow_cloud_router, as: 'allowCloudRouter'
|
14978
|
-
property :allow_interconnect, as: 'allowInterconnect'
|
14979
|
-
property :allow_load_balancing, as: 'allowLoadBalancing'
|
14980
|
-
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
14981
|
-
property :allow_packet_mirroring, as: 'allowPacketMirroring'
|
14982
|
-
property :allow_private_google_access, as: 'allowPrivateGoogleAccess'
|
14983
|
-
property :allow_psc, as: 'allowPsc'
|
14984
|
-
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
14985
|
-
property :allow_static_routes, as: 'allowStaticRoutes'
|
14986
|
-
property :allow_vpc_peering, as: 'allowVpcPeering'
|
14987
|
-
property :allow_vpn, as: 'allowVpn'
|
14988
|
-
collection :allowed_subnet_purposes, as: 'allowedSubnetPurposes'
|
14989
|
-
collection :allowed_subnet_stack_types, as: 'allowedSubnetStackTypes'
|
14990
|
-
collection :interface_types, as: 'interfaceTypes'
|
14991
|
-
property :multicast, as: 'multicast'
|
14992
|
-
property :unicast, as: 'unicast'
|
14993
|
-
end
|
14994
|
-
end
|
14995
|
-
|
14996
|
-
class NetworkPlacementsListResponse
|
14997
|
-
# @private
|
14998
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14999
|
-
property :etag, as: 'etag'
|
15000
|
-
property :id, as: 'id'
|
15001
|
-
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::NetworkPlacement, decorator: Google::Apis::ComputeAlpha::NetworkPlacement::Representation
|
15002
|
-
|
15003
|
-
property :kind, as: 'kind'
|
15004
|
-
property :next_page_token, as: 'nextPageToken'
|
15005
|
-
property :self_link, as: 'selfLink'
|
15006
|
-
collection :unreachables, as: 'unreachables'
|
15007
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::NetworkPlacementsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::NetworkPlacementsListResponse::Warning::Representation
|
15008
|
-
|
15009
|
-
end
|
15010
|
-
|
15011
|
-
class Warning
|
15012
|
-
# @private
|
15013
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
15014
|
-
property :code, as: 'code'
|
15015
|
-
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::NetworkPlacementsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::NetworkPlacementsListResponse::Warning::Datum::Representation
|
15016
|
-
|
15017
|
-
property :message, as: 'message'
|
15018
|
-
end
|
15019
|
-
|
15020
|
-
class Datum
|
15021
|
-
# @private
|
15022
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
15023
|
-
property :key, as: 'key'
|
15024
|
-
property :value, as: 'value'
|
15025
|
-
end
|
15026
|
-
end
|
15027
|
-
end
|
15028
|
-
end
|
15029
|
-
|
15030
16083
|
class NetworkProfile
|
15031
16084
|
# @private
|
15032
16085
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15064,10 +16117,9 @@ module Google
|
|
15064
16117
|
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
15065
16118
|
property :allow_vpc_peering, as: 'allowVpcPeering'
|
15066
16119
|
property :allow_vpn, as: 'allowVpn'
|
15067
|
-
collection :allowed_subnet_purposes, as: 'allowedSubnetPurposes'
|
15068
|
-
collection :allowed_subnet_stack_types, as: 'allowedSubnetStackTypes'
|
15069
16120
|
collection :interface_types, as: 'interfaceTypes'
|
15070
|
-
|
16121
|
+
collection :subnet_purposes, as: 'subnetPurposes'
|
16122
|
+
collection :subnet_stack_types, as: 'subnetStackTypes'
|
15071
16123
|
property :unicast, as: 'unicast'
|
15072
16124
|
end
|
15073
16125
|
end
|
@@ -16267,8 +17319,6 @@ module Google
|
|
16267
17319
|
collection :bindings, as: 'bindings', class: Google::Apis::ComputeAlpha::Binding, decorator: Google::Apis::ComputeAlpha::Binding::Representation
|
16268
17320
|
|
16269
17321
|
property :etag, :base64 => true, as: 'etag'
|
16270
|
-
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::Rule, decorator: Google::Apis::ComputeAlpha::Rule::Representation
|
16271
|
-
|
16272
17322
|
property :version, as: 'version'
|
16273
17323
|
end
|
16274
17324
|
end
|
@@ -17004,7 +18054,46 @@ module Google
|
|
17004
18054
|
# @private
|
17005
18055
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17006
18056
|
property :code, as: 'code'
|
17007
|
-
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RegionInstanceGroupList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupList::Warning::Datum::Representation
|
18057
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RegionInstanceGroupList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupList::Warning::Datum::Representation
|
18058
|
+
|
18059
|
+
property :message, as: 'message'
|
18060
|
+
end
|
18061
|
+
|
18062
|
+
class Datum
|
18063
|
+
# @private
|
18064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18065
|
+
property :key, as: 'key'
|
18066
|
+
property :value, as: 'value'
|
18067
|
+
end
|
18068
|
+
end
|
18069
|
+
end
|
18070
|
+
end
|
18071
|
+
|
18072
|
+
class RegionInstanceGroupManagerDeleteInstanceConfigReq
|
18073
|
+
# @private
|
18074
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18075
|
+
collection :names, as: 'names'
|
18076
|
+
end
|
18077
|
+
end
|
18078
|
+
|
18079
|
+
class RegionInstanceGroupManagerList
|
18080
|
+
# @private
|
18081
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18082
|
+
property :id, as: 'id'
|
18083
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InstanceGroupManager, decorator: Google::Apis::ComputeAlpha::InstanceGroupManager::Representation
|
18084
|
+
|
18085
|
+
property :kind, as: 'kind'
|
18086
|
+
property :next_page_token, as: 'nextPageToken'
|
18087
|
+
property :self_link, as: 'selfLink'
|
18088
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerList::Warning, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerList::Warning::Representation
|
18089
|
+
|
18090
|
+
end
|
18091
|
+
|
18092
|
+
class Warning
|
18093
|
+
# @private
|
18094
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18095
|
+
property :code, as: 'code'
|
18096
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerList::Warning::Datum::Representation
|
17008
18097
|
|
17009
18098
|
property :message, as: 'message'
|
17010
18099
|
end
|
@@ -17019,23 +18108,26 @@ module Google
|
|
17019
18108
|
end
|
17020
18109
|
end
|
17021
18110
|
|
17022
|
-
class
|
18111
|
+
class RegionInstanceGroupManagerPatchInstanceConfigReq
|
17023
18112
|
# @private
|
17024
18113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17025
|
-
collection :
|
18114
|
+
collection :per_instance_configs, as: 'perInstanceConfigs', class: Google::Apis::ComputeAlpha::PerInstanceConfig, decorator: Google::Apis::ComputeAlpha::PerInstanceConfig::Representation
|
18115
|
+
|
17026
18116
|
end
|
17027
18117
|
end
|
17028
18118
|
|
17029
|
-
class
|
18119
|
+
class RegionInstanceGroupManagerResizeRequestsListResponse
|
17030
18120
|
# @private
|
17031
18121
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18122
|
+
property :etag, as: 'etag'
|
17032
18123
|
property :id, as: 'id'
|
17033
|
-
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::
|
18124
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest::Representation
|
17034
18125
|
|
17035
18126
|
property :kind, as: 'kind'
|
17036
18127
|
property :next_page_token, as: 'nextPageToken'
|
17037
18128
|
property :self_link, as: 'selfLink'
|
17038
|
-
|
18129
|
+
collection :unreachables, as: 'unreachables'
|
18130
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerResizeRequestsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Representation
|
17039
18131
|
|
17040
18132
|
end
|
17041
18133
|
|
@@ -17043,7 +18135,7 @@ module Google
|
|
17043
18135
|
# @private
|
17044
18136
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17045
18137
|
property :code, as: 'code'
|
17046
|
-
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::
|
18138
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RegionInstanceGroupManagerResizeRequestsListResponse::Warning::Datum::Representation
|
17047
18139
|
|
17048
18140
|
property :message, as: 'message'
|
17049
18141
|
end
|
@@ -17058,14 +18150,6 @@ module Google
|
|
17058
18150
|
end
|
17059
18151
|
end
|
17060
18152
|
|
17061
|
-
class RegionInstanceGroupManagerPatchInstanceConfigReq
|
17062
|
-
# @private
|
17063
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
17064
|
-
collection :per_instance_configs, as: 'perInstanceConfigs', class: Google::Apis::ComputeAlpha::PerInstanceConfig, decorator: Google::Apis::ComputeAlpha::PerInstanceConfig::Representation
|
17065
|
-
|
17066
|
-
end
|
17067
|
-
end
|
17068
|
-
|
17069
18153
|
class RegionInstanceGroupManagerUpdateInstanceConfigReq
|
17070
18154
|
# @private
|
17071
18155
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17376,10 +18460,34 @@ module Google
|
|
17376
18460
|
end
|
17377
18461
|
end
|
17378
18462
|
|
18463
|
+
class RegionWaitForReplicationCatchUpRequest
|
18464
|
+
# @private
|
18465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18466
|
+
property :max_wait_duration, as: 'maxWaitDuration'
|
18467
|
+
end
|
18468
|
+
end
|
18469
|
+
|
18470
|
+
class ReplicationDetails
|
18471
|
+
# @private
|
18472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18473
|
+
property :last_replication_time, as: 'lastReplicationTime'
|
18474
|
+
property :seconds_since_last_replication, :numeric_string => true, as: 'secondsSinceLastReplication'
|
18475
|
+
end
|
18476
|
+
end
|
18477
|
+
|
18478
|
+
class ReplicationDiskPair
|
18479
|
+
# @private
|
18480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18481
|
+
property :primary_disk, as: 'primaryDisk'
|
18482
|
+
property :secondary_disk, as: 'secondaryDisk'
|
18483
|
+
end
|
18484
|
+
end
|
18485
|
+
|
17379
18486
|
class RequestMirrorPolicy
|
17380
18487
|
# @private
|
17381
18488
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17382
18489
|
property :backend_service, as: 'backendService'
|
18490
|
+
property :mirror_percent, as: 'mirrorPercent'
|
17383
18491
|
end
|
17384
18492
|
end
|
17385
18493
|
|
@@ -17393,8 +18501,10 @@ module Google
|
|
17393
18501
|
property :delete_after_duration, as: 'deleteAfterDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
17394
18502
|
|
17395
18503
|
property :delete_at_time, as: 'deleteAtTime'
|
18504
|
+
property :deployment_type, as: 'deploymentType'
|
17396
18505
|
property :description, as: 'description'
|
17397
18506
|
property :id, :numeric_string => true, as: 'id'
|
18507
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
17398
18508
|
property :kind, as: 'kind'
|
17399
18509
|
property :name, as: 'name'
|
17400
18510
|
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy::Representation
|
@@ -17457,6 +18567,75 @@ module Google
|
|
17457
18567
|
end
|
17458
18568
|
end
|
17459
18569
|
|
18570
|
+
class ReservationBlock
|
18571
|
+
# @private
|
18572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18573
|
+
property :count, as: 'count'
|
18574
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
18575
|
+
property :id, :numeric_string => true, as: 'id'
|
18576
|
+
property :in_use_count, as: 'inUseCount'
|
18577
|
+
property :kind, as: 'kind'
|
18578
|
+
property :location_prefix, as: 'locationPrefix'
|
18579
|
+
property :name, as: 'name'
|
18580
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationBlockPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationBlockPhysicalTopology::Representation
|
18581
|
+
|
18582
|
+
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
|
18583
|
+
|
18584
|
+
property :self_link, as: 'selfLink'
|
18585
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
18586
|
+
property :status, as: 'status'
|
18587
|
+
property :zone, as: 'zone'
|
18588
|
+
end
|
18589
|
+
end
|
18590
|
+
|
18591
|
+
class ReservationBlockPhysicalTopology
|
18592
|
+
# @private
|
18593
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18594
|
+
property :block, as: 'block'
|
18595
|
+
property :cluster, as: 'cluster'
|
18596
|
+
end
|
18597
|
+
end
|
18598
|
+
|
18599
|
+
class ReservationBlocksGetResponse
|
18600
|
+
# @private
|
18601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18602
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::ReservationBlock, decorator: Google::Apis::ComputeAlpha::ReservationBlock::Representation
|
18603
|
+
|
18604
|
+
end
|
18605
|
+
end
|
18606
|
+
|
18607
|
+
class ReservationBlocksListResponse
|
18608
|
+
# @private
|
18609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18610
|
+
property :id, as: 'id'
|
18611
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::ReservationBlock, decorator: Google::Apis::ComputeAlpha::ReservationBlock::Representation
|
18612
|
+
|
18613
|
+
property :kind, as: 'kind'
|
18614
|
+
property :next_page_token, as: 'nextPageToken'
|
18615
|
+
property :self_link, as: 'selfLink'
|
18616
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ReservationBlocksListResponse::Warning, decorator: Google::Apis::ComputeAlpha::ReservationBlocksListResponse::Warning::Representation
|
18617
|
+
|
18618
|
+
end
|
18619
|
+
|
18620
|
+
class Warning
|
18621
|
+
# @private
|
18622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18623
|
+
property :code, as: 'code'
|
18624
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ReservationBlocksListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ReservationBlocksListResponse::Warning::Datum::Representation
|
18625
|
+
|
18626
|
+
property :message, as: 'message'
|
18627
|
+
end
|
18628
|
+
|
18629
|
+
class Datum
|
18630
|
+
# @private
|
18631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18632
|
+
property :key, as: 'key'
|
18633
|
+
property :value, as: 'value'
|
18634
|
+
end
|
18635
|
+
end
|
18636
|
+
end
|
18637
|
+
end
|
18638
|
+
|
17460
18639
|
class ReservationList
|
17461
18640
|
# @private
|
17462
18641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17592,6 +18771,8 @@ module Google
|
|
17592
18771
|
property :status, as: 'status'
|
17593
18772
|
property :vm_maintenance_policy, as: 'vmMaintenancePolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyVmMaintenancePolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyVmMaintenancePolicy::Representation
|
17594
18773
|
|
18774
|
+
property :workload_policy, as: 'workloadPolicy', class: Google::Apis::ComputeAlpha::ResourcePolicyWorkloadPolicy, decorator: Google::Apis::ComputeAlpha::ResourcePolicyWorkloadPolicy::Representation
|
18775
|
+
|
17595
18776
|
end
|
17596
18777
|
end
|
17597
18778
|
|
@@ -17820,12 +19001,23 @@ module Google
|
|
17820
19001
|
end
|
17821
19002
|
end
|
17822
19003
|
|
19004
|
+
class ResourcePolicyWorkloadPolicy
|
19005
|
+
# @private
|
19006
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19007
|
+
property :type, as: 'type'
|
19008
|
+
end
|
19009
|
+
end
|
19010
|
+
|
17823
19011
|
class ResourceStatus
|
17824
19012
|
# @private
|
17825
19013
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19014
|
+
collection :accelerator_status, as: 'acceleratorStatus', class: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatus, decorator: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatus::Representation
|
19015
|
+
|
17826
19016
|
property :last_instance_termination_details, as: 'lastInstanceTerminationDetails', class: Google::Apis::ComputeAlpha::ResourceStatusLastInstanceTerminationDetails, decorator: Google::Apis::ComputeAlpha::ResourceStatusLastInstanceTerminationDetails::Representation
|
17827
19017
|
|
17828
19018
|
property :physical_host, as: 'physicalHost'
|
19019
|
+
property :physical_host_topology, as: 'physicalHostTopology', class: Google::Apis::ComputeAlpha::ResourceStatusPhysicalHostTopology, decorator: Google::Apis::ComputeAlpha::ResourceStatusPhysicalHostTopology::Representation
|
19020
|
+
|
17829
19021
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::ResourceStatusScheduling, decorator: Google::Apis::ComputeAlpha::ResourceStatusScheduling::Representation
|
17830
19022
|
|
17831
19023
|
hash :service_integration_statuses, as: 'serviceIntegrationStatuses', class: Google::Apis::ComputeAlpha::ResourceStatusServiceIntegrationStatus, decorator: Google::Apis::ComputeAlpha::ResourceStatusServiceIntegrationStatus::Representation
|
@@ -17837,6 +19029,38 @@ module Google
|
|
17837
19029
|
end
|
17838
19030
|
end
|
17839
19031
|
|
19032
|
+
class ResourceStatusAcceleratorStatus
|
19033
|
+
# @private
|
19034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19035
|
+
collection :passed_scans, as: 'passedScans', class: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatusPassedScan, decorator: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatusPassedScan::Representation
|
19036
|
+
|
19037
|
+
collection :recommended_scans, as: 'recommendedScans', class: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatusRecommendedScan, decorator: Google::Apis::ComputeAlpha::ResourceStatusAcceleratorStatusRecommendedScan::Representation
|
19038
|
+
|
19039
|
+
property :serial_number, as: 'serialNumber'
|
19040
|
+
property :uuid, as: 'uuid'
|
19041
|
+
end
|
19042
|
+
end
|
19043
|
+
|
19044
|
+
class ResourceStatusAcceleratorStatusPassedScan
|
19045
|
+
# @private
|
19046
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19047
|
+
property :end_time, as: 'endTime'
|
19048
|
+
property :name, as: 'name'
|
19049
|
+
property :start_time, as: 'startTime'
|
19050
|
+
property :version, as: 'version'
|
19051
|
+
end
|
19052
|
+
end
|
19053
|
+
|
19054
|
+
class ResourceStatusAcceleratorStatusRecommendedScan
|
19055
|
+
# @private
|
19056
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19057
|
+
property :estimated_duration, as: 'estimatedDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
19058
|
+
|
19059
|
+
property :name, as: 'name'
|
19060
|
+
property :version, as: 'version'
|
19061
|
+
end
|
19062
|
+
end
|
19063
|
+
|
17840
19064
|
class ResourceStatusLastInstanceTerminationDetails
|
17841
19065
|
# @private
|
17842
19066
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17844,6 +19068,16 @@ module Google
|
|
17844
19068
|
end
|
17845
19069
|
end
|
17846
19070
|
|
19071
|
+
class ResourceStatusPhysicalHostTopology
|
19072
|
+
# @private
|
19073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19074
|
+
property :block, as: 'block'
|
19075
|
+
property :cluster, as: 'cluster'
|
19076
|
+
property :host, as: 'host'
|
19077
|
+
property :subblock, as: 'subblock'
|
19078
|
+
end
|
19079
|
+
end
|
19080
|
+
|
17847
19081
|
class ResourceStatusScheduling
|
17848
19082
|
# @private
|
17849
19083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17985,6 +19219,7 @@ module Google
|
|
17985
19219
|
class RoutePolicy
|
17986
19220
|
# @private
|
17987
19221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19222
|
+
property :description, as: 'description'
|
17988
19223
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
17989
19224
|
property :name, as: 'name'
|
17990
19225
|
collection :terms, as: 'terms', class: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm, decorator: Google::Apis::ComputeAlpha::RoutePolicyPolicyTerm::Representation
|
@@ -18023,6 +19258,7 @@ module Google
|
|
18023
19258
|
property :name, as: 'name'
|
18024
19259
|
collection :nats, as: 'nats', class: Google::Apis::ComputeAlpha::RouterNat, decorator: Google::Apis::ComputeAlpha::RouterNat::Representation
|
18025
19260
|
|
19261
|
+
property :ncc_gateway, as: 'nccGateway'
|
18026
19262
|
property :network, as: 'network'
|
18027
19263
|
property :region, as: 'region'
|
18028
19264
|
property :self_link, as: 'selfLink'
|
@@ -18206,11 +19442,14 @@ module Google
|
|
18206
19442
|
property :max_ports_per_vm, as: 'maxPortsPerVm'
|
18207
19443
|
property :min_ports_per_vm, as: 'minPortsPerVm'
|
18208
19444
|
property :name, as: 'name'
|
19445
|
+
collection :nat64_subnetworks, as: 'nat64Subnetworks', class: Google::Apis::ComputeAlpha::RouterNatSubnetworkToNat64, decorator: Google::Apis::ComputeAlpha::RouterNatSubnetworkToNat64::Representation
|
19446
|
+
|
18209
19447
|
property :nat_ip_allocate_option, as: 'natIpAllocateOption'
|
18210
19448
|
collection :nat_ips, as: 'natIps'
|
18211
19449
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::RouterNatRule, decorator: Google::Apis::ComputeAlpha::RouterNatRule::Representation
|
18212
19450
|
|
18213
19451
|
property :source_subnetwork_ip_ranges_to_nat, as: 'sourceSubnetworkIpRangesToNat'
|
19452
|
+
property :source_subnetwork_ip_ranges_to_nat64, as: 'sourceSubnetworkIpRangesToNat64'
|
18214
19453
|
collection :subnetworks, as: 'subnetworks', class: Google::Apis::ComputeAlpha::RouterNatSubnetworkToNat, decorator: Google::Apis::ComputeAlpha::RouterNatSubnetworkToNat::Representation
|
18215
19454
|
|
18216
19455
|
property :tcp_established_idle_timeout_sec, as: 'tcpEstablishedIdleTimeoutSec'
|
@@ -18259,6 +19498,13 @@ module Google
|
|
18259
19498
|
end
|
18260
19499
|
end
|
18261
19500
|
|
19501
|
+
class RouterNatSubnetworkToNat64
|
19502
|
+
# @private
|
19503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19504
|
+
property :name, as: 'name'
|
19505
|
+
end
|
19506
|
+
end
|
19507
|
+
|
18262
19508
|
class RouterStatus
|
18263
19509
|
# @private
|
18264
19510
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18494,21 +19740,6 @@ module Google
|
|
18494
19740
|
end
|
18495
19741
|
end
|
18496
19742
|
|
18497
|
-
class Rule
|
18498
|
-
# @private
|
18499
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
18500
|
-
property :action, as: 'action'
|
18501
|
-
collection :conditions, as: 'conditions', class: Google::Apis::ComputeAlpha::Condition, decorator: Google::Apis::ComputeAlpha::Condition::Representation
|
18502
|
-
|
18503
|
-
property :description, as: 'description'
|
18504
|
-
collection :ins, as: 'ins'
|
18505
|
-
collection :log_configs, as: 'logConfigs', class: Google::Apis::ComputeAlpha::LogConfig, decorator: Google::Apis::ComputeAlpha::LogConfig::Representation
|
18506
|
-
|
18507
|
-
collection :not_ins, as: 'notIns'
|
18508
|
-
collection :permissions, as: 'permissions'
|
18509
|
-
end
|
18510
|
-
end
|
18511
|
-
|
18512
19743
|
class SslHealthCheck
|
18513
19744
|
# @private
|
18514
19745
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18592,6 +19823,8 @@ module Google
|
|
18592
19823
|
|
18593
19824
|
property :preemptible, as: 'preemptible'
|
18594
19825
|
property :provisioning_model, as: 'provisioningModel'
|
19826
|
+
property :shutdown_timeout, as: 'shutdownTimeout', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
19827
|
+
|
18595
19828
|
property :termination_time, as: 'terminationTime'
|
18596
19829
|
property :windows_license_optimization_mode, as: 'windowsLicenseOptimizationMode'
|
18597
19830
|
end
|
@@ -20375,8 +21608,10 @@ module Google
|
|
20375
21608
|
property :id, :numeric_string => true, as: 'id'
|
20376
21609
|
property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
|
20377
21610
|
property :ip_cidr_range, as: 'ipCidrRange'
|
21611
|
+
property :ip_collection, as: 'ipCollection'
|
20378
21612
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
20379
21613
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
21614
|
+
property :ipv6_gce_endpoint, as: 'ipv6GceEndpoint'
|
20380
21615
|
property :kind, as: 'kind'
|
20381
21616
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeAlpha::SubnetworkLogConfig, decorator: Google::Apis::ComputeAlpha::SubnetworkLogConfig::Representation
|
20382
21617
|
|
@@ -22212,6 +23447,13 @@ module Google
|
|
22212
23447
|
end
|
22213
23448
|
end
|
22214
23449
|
|
23450
|
+
class WaitForReplicationCatchUpRequest
|
23451
|
+
# @private
|
23452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23453
|
+
property :max_wait_duration, as: 'maxWaitDuration'
|
23454
|
+
end
|
23455
|
+
end
|
23456
|
+
|
22215
23457
|
class WeightedBackendService
|
22216
23458
|
# @private
|
22217
23459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -22222,6 +23464,136 @@ module Google
|
|
22222
23464
|
end
|
22223
23465
|
end
|
22224
23466
|
|
23467
|
+
class Wire
|
23468
|
+
# @private
|
23469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23470
|
+
property :admin_enabled, as: 'adminEnabled'
|
23471
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::ComputeAlpha::WireEndpoint, decorator: Google::Apis::ComputeAlpha::WireEndpoint::Representation
|
23472
|
+
|
23473
|
+
property :label, as: 'label'
|
23474
|
+
property :wire_properties, as: 'wireProperties', class: Google::Apis::ComputeAlpha::WireProperties, decorator: Google::Apis::ComputeAlpha::WireProperties::Representation
|
23475
|
+
|
23476
|
+
end
|
23477
|
+
end
|
23478
|
+
|
23479
|
+
class WireEndpoint
|
23480
|
+
# @private
|
23481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23482
|
+
property :interconnect, as: 'interconnect'
|
23483
|
+
property :vlan_tag, as: 'vlanTag'
|
23484
|
+
end
|
23485
|
+
end
|
23486
|
+
|
23487
|
+
class WireGroup
|
23488
|
+
# @private
|
23489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23490
|
+
property :admin_enabled, as: 'adminEnabled'
|
23491
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
23492
|
+
property :description, as: 'description'
|
23493
|
+
hash :endpoints, as: 'endpoints', class: Google::Apis::ComputeAlpha::WireGroupEndpoint, decorator: Google::Apis::ComputeAlpha::WireGroupEndpoint::Representation
|
23494
|
+
|
23495
|
+
property :id, :numeric_string => true, as: 'id'
|
23496
|
+
property :kind, as: 'kind'
|
23497
|
+
property :name, as: 'name'
|
23498
|
+
property :self_link, as: 'selfLink'
|
23499
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
23500
|
+
property :service_level, as: 'serviceLevel', class: Google::Apis::ComputeAlpha::WireGroupServiceLevel, decorator: Google::Apis::ComputeAlpha::WireGroupServiceLevel::Representation
|
23501
|
+
|
23502
|
+
property :wire_group_properties, as: 'wireGroupProperties', class: Google::Apis::ComputeAlpha::WireGroupProperties, decorator: Google::Apis::ComputeAlpha::WireGroupProperties::Representation
|
23503
|
+
|
23504
|
+
hash :wire_inputs, as: 'wireInputs', class: Google::Apis::ComputeAlpha::WireGroupWireInputs, decorator: Google::Apis::ComputeAlpha::WireGroupWireInputs::Representation
|
23505
|
+
|
23506
|
+
property :wire_properties, as: 'wireProperties', class: Google::Apis::ComputeAlpha::WireProperties, decorator: Google::Apis::ComputeAlpha::WireProperties::Representation
|
23507
|
+
|
23508
|
+
collection :wires, as: 'wires', class: Google::Apis::ComputeAlpha::Wire, decorator: Google::Apis::ComputeAlpha::Wire::Representation
|
23509
|
+
|
23510
|
+
end
|
23511
|
+
end
|
23512
|
+
|
23513
|
+
class WireGroupEndpoint
|
23514
|
+
# @private
|
23515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23516
|
+
hash :interconnects, as: 'interconnects', class: Google::Apis::ComputeAlpha::WireGroupEndpointInterconnect, decorator: Google::Apis::ComputeAlpha::WireGroupEndpointInterconnect::Representation
|
23517
|
+
|
23518
|
+
end
|
23519
|
+
end
|
23520
|
+
|
23521
|
+
class WireGroupEndpointInterconnect
|
23522
|
+
# @private
|
23523
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23524
|
+
property :interconnect, as: 'interconnect'
|
23525
|
+
collection :vlan_tags, as: 'vlanTags'
|
23526
|
+
end
|
23527
|
+
end
|
23528
|
+
|
23529
|
+
class WireGroupList
|
23530
|
+
# @private
|
23531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23532
|
+
property :etag, as: 'etag'
|
23533
|
+
property :id, as: 'id'
|
23534
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::WireGroup, decorator: Google::Apis::ComputeAlpha::WireGroup::Representation
|
23535
|
+
|
23536
|
+
property :kind, as: 'kind'
|
23537
|
+
property :next_page_token, as: 'nextPageToken'
|
23538
|
+
property :self_link, as: 'selfLink'
|
23539
|
+
collection :unreachables, as: 'unreachables'
|
23540
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::WireGroupList::Warning, decorator: Google::Apis::ComputeAlpha::WireGroupList::Warning::Representation
|
23541
|
+
|
23542
|
+
end
|
23543
|
+
|
23544
|
+
class Warning
|
23545
|
+
# @private
|
23546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23547
|
+
property :code, as: 'code'
|
23548
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::WireGroupList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::WireGroupList::Warning::Datum::Representation
|
23549
|
+
|
23550
|
+
property :message, as: 'message'
|
23551
|
+
end
|
23552
|
+
|
23553
|
+
class Datum
|
23554
|
+
# @private
|
23555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23556
|
+
property :key, as: 'key'
|
23557
|
+
property :value, as: 'value'
|
23558
|
+
end
|
23559
|
+
end
|
23560
|
+
end
|
23561
|
+
end
|
23562
|
+
|
23563
|
+
class WireGroupProperties
|
23564
|
+
# @private
|
23565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23566
|
+
property :type, as: 'type'
|
23567
|
+
end
|
23568
|
+
end
|
23569
|
+
|
23570
|
+
class WireGroupServiceLevel
|
23571
|
+
# @private
|
23572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23573
|
+
property :availability_class, as: 'availabilityClass'
|
23574
|
+
end
|
23575
|
+
end
|
23576
|
+
|
23577
|
+
class WireGroupWireInputs
|
23578
|
+
# @private
|
23579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23580
|
+
property :admin_enabled, as: 'adminEnabled'
|
23581
|
+
property :wire_property_overrides, as: 'wirePropertyOverrides', class: Google::Apis::ComputeAlpha::WireProperties, decorator: Google::Apis::ComputeAlpha::WireProperties::Representation
|
23582
|
+
|
23583
|
+
end
|
23584
|
+
end
|
23585
|
+
|
23586
|
+
class WireProperties
|
23587
|
+
# @private
|
23588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23589
|
+
property :bandwidth_allocation, as: 'bandwidthAllocation'
|
23590
|
+
property :bandwidth_metered, :numeric_string => true, as: 'bandwidthMetered'
|
23591
|
+
property :bandwidth_unmetered, :numeric_string => true, as: 'bandwidthUnmetered'
|
23592
|
+
property :fault_response, as: 'faultResponse'
|
23593
|
+
property :network_service_class, as: 'networkServiceClass'
|
23594
|
+
end
|
23595
|
+
end
|
23596
|
+
|
22225
23597
|
class XpnHostList
|
22226
23598
|
# @private
|
22227
23599
|
class Representation < Google::Apis::Core::JsonRepresentation
|