google-apis-compute_beta 0.113.0 → 0.114.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_beta/classes.rb +2585 -251
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +1082 -109
- data/lib/google/apis/compute_beta/service.rb +1422 -173
- metadata +5 -5
@@ -526,6 +526,18 @@ module Google
|
|
526
526
|
include Google::Apis::Core::JsonObjectSupport
|
527
527
|
end
|
528
528
|
|
529
|
+
class BackendServiceHaPolicyLeader
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class BackendServiceHaPolicyLeaderNetworkEndpoint
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
529
541
|
class BackendServiceHttpCookie
|
530
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
543
|
|
@@ -724,6 +736,18 @@ module Google
|
|
724
736
|
include Google::Apis::Core::JsonObjectSupport
|
725
737
|
end
|
726
738
|
|
739
|
+
class BulkSetLabelsRequest
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class BulkZoneSetLabelsRequest
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
727
751
|
class BundledLocalSsds
|
728
752
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
753
|
|
@@ -910,6 +934,12 @@ module Google
|
|
910
934
|
include Google::Apis::Core::JsonObjectSupport
|
911
935
|
end
|
912
936
|
|
937
|
+
class Date
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
913
943
|
class DeprecationStatus
|
914
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
945
|
|
@@ -2908,6 +2938,108 @@ module Google
|
|
2908
2938
|
include Google::Apis::Core::JsonObjectSupport
|
2909
2939
|
end
|
2910
2940
|
|
2941
|
+
class InterconnectAttachmentGroup
|
2942
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2943
|
+
|
2944
|
+
include Google::Apis::Core::JsonObjectSupport
|
2945
|
+
end
|
2946
|
+
|
2947
|
+
class InterconnectAttachmentGroupAttachment
|
2948
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2949
|
+
|
2950
|
+
include Google::Apis::Core::JsonObjectSupport
|
2951
|
+
end
|
2952
|
+
|
2953
|
+
class InterconnectAttachmentGroupConfigured
|
2954
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2955
|
+
|
2956
|
+
include Google::Apis::Core::JsonObjectSupport
|
2957
|
+
end
|
2958
|
+
|
2959
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySla
|
2960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2961
|
+
|
2962
|
+
include Google::Apis::Core::JsonObjectSupport
|
2963
|
+
end
|
2964
|
+
|
2965
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers
|
2966
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2967
|
+
|
2968
|
+
include Google::Apis::Core::JsonObjectSupport
|
2969
|
+
end
|
2970
|
+
|
2971
|
+
class InterconnectAttachmentGroupIntent
|
2972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2973
|
+
|
2974
|
+
include Google::Apis::Core::JsonObjectSupport
|
2975
|
+
end
|
2976
|
+
|
2977
|
+
class InterconnectAttachmentGroupLogicalStructure
|
2978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2979
|
+
|
2980
|
+
include Google::Apis::Core::JsonObjectSupport
|
2981
|
+
end
|
2982
|
+
|
2983
|
+
class InterconnectAttachmentGroupLogicalStructureRegion
|
2984
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2985
|
+
|
2986
|
+
include Google::Apis::Core::JsonObjectSupport
|
2987
|
+
end
|
2988
|
+
|
2989
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetro
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
|
+
|
2992
|
+
include Google::Apis::Core::JsonObjectSupport
|
2993
|
+
end
|
2994
|
+
|
2995
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
|
2996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2997
|
+
|
2998
|
+
include Google::Apis::Core::JsonObjectSupport
|
2999
|
+
end
|
3000
|
+
|
3001
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
|
3002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
|
+
|
3004
|
+
include Google::Apis::Core::JsonObjectSupport
|
3005
|
+
end
|
3006
|
+
|
3007
|
+
class InterconnectAttachmentGroupsGetOperationalStatusResponse
|
3008
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3009
|
+
|
3010
|
+
include Google::Apis::Core::JsonObjectSupport
|
3011
|
+
end
|
3012
|
+
|
3013
|
+
class InterconnectAttachmentGroupsListResponse
|
3014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
|
+
|
3016
|
+
class Warning
|
3017
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3018
|
+
|
3019
|
+
class Datum
|
3020
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3021
|
+
|
3022
|
+
include Google::Apis::Core::JsonObjectSupport
|
3023
|
+
end
|
3024
|
+
|
3025
|
+
include Google::Apis::Core::JsonObjectSupport
|
3026
|
+
end
|
3027
|
+
|
3028
|
+
include Google::Apis::Core::JsonObjectSupport
|
3029
|
+
end
|
3030
|
+
|
3031
|
+
class InterconnectAttachmentGroupsOperationalStatus
|
3032
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3033
|
+
|
3034
|
+
include Google::Apis::Core::JsonObjectSupport
|
3035
|
+
end
|
3036
|
+
|
3037
|
+
class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
|
3038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3039
|
+
|
3040
|
+
include Google::Apis::Core::JsonObjectSupport
|
3041
|
+
end
|
3042
|
+
|
2911
3043
|
class InterconnectAttachmentList
|
2912
3044
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2913
3045
|
|
@@ -2998,6 +3130,120 @@ module Google
|
|
2998
3130
|
include Google::Apis::Core::JsonObjectSupport
|
2999
3131
|
end
|
3000
3132
|
|
3133
|
+
class InterconnectGroup
|
3134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3135
|
+
|
3136
|
+
include Google::Apis::Core::JsonObjectSupport
|
3137
|
+
end
|
3138
|
+
|
3139
|
+
class InterconnectGroupConfigured
|
3140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3141
|
+
|
3142
|
+
include Google::Apis::Core::JsonObjectSupport
|
3143
|
+
end
|
3144
|
+
|
3145
|
+
class InterconnectGroupConfiguredTopologyCapability
|
3146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3147
|
+
|
3148
|
+
include Google::Apis::Core::JsonObjectSupport
|
3149
|
+
end
|
3150
|
+
|
3151
|
+
class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
|
3152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
|
+
|
3154
|
+
include Google::Apis::Core::JsonObjectSupport
|
3155
|
+
end
|
3156
|
+
|
3157
|
+
class InterconnectGroupIntent
|
3158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3159
|
+
|
3160
|
+
include Google::Apis::Core::JsonObjectSupport
|
3161
|
+
end
|
3162
|
+
|
3163
|
+
class InterconnectGroupInterconnect
|
3164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3165
|
+
|
3166
|
+
include Google::Apis::Core::JsonObjectSupport
|
3167
|
+
end
|
3168
|
+
|
3169
|
+
class InterconnectGroupPhysicalStructure
|
3170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3171
|
+
|
3172
|
+
include Google::Apis::Core::JsonObjectSupport
|
3173
|
+
end
|
3174
|
+
|
3175
|
+
class InterconnectGroupPhysicalStructureMetros
|
3176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
|
+
|
3178
|
+
include Google::Apis::Core::JsonObjectSupport
|
3179
|
+
end
|
3180
|
+
|
3181
|
+
class InterconnectGroupPhysicalStructureMetrosFacilities
|
3182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3183
|
+
|
3184
|
+
include Google::Apis::Core::JsonObjectSupport
|
3185
|
+
end
|
3186
|
+
|
3187
|
+
class InterconnectGroupPhysicalStructureMetrosFacilitiesZones
|
3188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3189
|
+
|
3190
|
+
include Google::Apis::Core::JsonObjectSupport
|
3191
|
+
end
|
3192
|
+
|
3193
|
+
class InterconnectGroupsCreateMembers
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
|
+
|
3196
|
+
include Google::Apis::Core::JsonObjectSupport
|
3197
|
+
end
|
3198
|
+
|
3199
|
+
class InterconnectGroupsCreateMembersInterconnectInput
|
3200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3201
|
+
|
3202
|
+
include Google::Apis::Core::JsonObjectSupport
|
3203
|
+
end
|
3204
|
+
|
3205
|
+
class InterconnectGroupsCreateMembersRequest
|
3206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3207
|
+
|
3208
|
+
include Google::Apis::Core::JsonObjectSupport
|
3209
|
+
end
|
3210
|
+
|
3211
|
+
class InterconnectGroupsGetOperationalStatusResponse
|
3212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3213
|
+
|
3214
|
+
include Google::Apis::Core::JsonObjectSupport
|
3215
|
+
end
|
3216
|
+
|
3217
|
+
class InterconnectGroupsListResponse
|
3218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3219
|
+
|
3220
|
+
class Warning
|
3221
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3222
|
+
|
3223
|
+
class Datum
|
3224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3225
|
+
|
3226
|
+
include Google::Apis::Core::JsonObjectSupport
|
3227
|
+
end
|
3228
|
+
|
3229
|
+
include Google::Apis::Core::JsonObjectSupport
|
3230
|
+
end
|
3231
|
+
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
3233
|
+
end
|
3234
|
+
|
3235
|
+
class InterconnectGroupsOperationalStatus
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3237
|
+
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
3239
|
+
end
|
3240
|
+
|
3241
|
+
class InterconnectGroupsOperationalStatusInterconnectStatus
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3243
|
+
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
3245
|
+
end
|
3246
|
+
|
3001
3247
|
class InterconnectList
|
3002
3248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3003
3249
|
|
@@ -3754,6 +4000,24 @@ module Google
|
|
3754
4000
|
include Google::Apis::Core::JsonObjectSupport
|
3755
4001
|
end
|
3756
4002
|
|
4003
|
+
class NetworkPeeringConnectionStatus
|
4004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4005
|
+
|
4006
|
+
include Google::Apis::Core::JsonObjectSupport
|
4007
|
+
end
|
4008
|
+
|
4009
|
+
class NetworkPeeringConnectionStatusConsensusState
|
4010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4011
|
+
|
4012
|
+
include Google::Apis::Core::JsonObjectSupport
|
4013
|
+
end
|
4014
|
+
|
4015
|
+
class NetworkPeeringConnectionStatusTrafficConfiguration
|
4016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4017
|
+
|
4018
|
+
include Google::Apis::Core::JsonObjectSupport
|
4019
|
+
end
|
4020
|
+
|
3757
4021
|
class NetworkPerformanceConfig
|
3758
4022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3759
4023
|
|
@@ -3832,6 +4096,12 @@ module Google
|
|
3832
4096
|
include Google::Apis::Core::JsonObjectSupport
|
3833
4097
|
end
|
3834
4098
|
|
4099
|
+
class NetworksRequestRemovePeeringRequest
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
|
+
|
4102
|
+
include Google::Apis::Core::JsonObjectSupport
|
4103
|
+
end
|
4104
|
+
|
3835
4105
|
class NetworksUpdatePeeringRequest
|
3836
4106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3837
4107
|
|
@@ -4384,65 +4654,125 @@ module Google
|
|
4384
4654
|
include Google::Apis::Core::JsonObjectSupport
|
4385
4655
|
end
|
4386
4656
|
|
4387
|
-
class
|
4657
|
+
class PreviewFeature
|
4388
4658
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4389
4659
|
|
4390
4660
|
include Google::Apis::Core::JsonObjectSupport
|
4391
4661
|
end
|
4392
4662
|
|
4393
|
-
class
|
4663
|
+
class PreviewFeatureList
|
4394
4664
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4665
|
+
|
4666
|
+
class Warning
|
4667
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4668
|
+
|
4669
|
+
class Datum
|
4670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
|
+
|
4672
|
+
include Google::Apis::Core::JsonObjectSupport
|
4673
|
+
end
|
4674
|
+
|
4675
|
+
include Google::Apis::Core::JsonObjectSupport
|
4676
|
+
end
|
4395
4677
|
|
4396
4678
|
include Google::Apis::Core::JsonObjectSupport
|
4397
4679
|
end
|
4398
4680
|
|
4399
|
-
class
|
4681
|
+
class PreviewFeatureRolloutOperation
|
4400
4682
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4401
4683
|
|
4402
4684
|
include Google::Apis::Core::JsonObjectSupport
|
4403
4685
|
end
|
4404
4686
|
|
4405
|
-
class
|
4687
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
4406
4688
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
4689
|
|
4408
4690
|
include Google::Apis::Core::JsonObjectSupport
|
4409
4691
|
end
|
4410
4692
|
|
4411
|
-
class
|
4693
|
+
class PreviewFeatureRolloutOperationRolloutStatus
|
4412
4694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4413
4695
|
|
4414
4696
|
include Google::Apis::Core::JsonObjectSupport
|
4415
4697
|
end
|
4416
4698
|
|
4417
|
-
class
|
4699
|
+
class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
|
4418
4700
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4419
4701
|
|
4420
4702
|
include Google::Apis::Core::JsonObjectSupport
|
4421
4703
|
end
|
4422
4704
|
|
4423
|
-
class
|
4705
|
+
class PreviewFeatureStatus
|
4424
4706
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4425
4707
|
|
4426
4708
|
include Google::Apis::Core::JsonObjectSupport
|
4427
4709
|
end
|
4428
4710
|
|
4429
|
-
class
|
4711
|
+
class PreviewFeatureStatusReleaseStatus
|
4430
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4431
4713
|
|
4432
4714
|
include Google::Apis::Core::JsonObjectSupport
|
4433
4715
|
end
|
4434
4716
|
|
4435
|
-
class
|
4717
|
+
class Project
|
4436
4718
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4437
4719
|
|
4438
4720
|
include Google::Apis::Core::JsonObjectSupport
|
4439
4721
|
end
|
4440
4722
|
|
4441
|
-
class
|
4723
|
+
class ProjectsDisableXpnResourceRequest
|
4442
4724
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4443
|
-
|
4444
|
-
|
4445
|
-
|
4725
|
+
|
4726
|
+
include Google::Apis::Core::JsonObjectSupport
|
4727
|
+
end
|
4728
|
+
|
4729
|
+
class ProjectsEnableXpnResourceRequest
|
4730
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4731
|
+
|
4732
|
+
include Google::Apis::Core::JsonObjectSupport
|
4733
|
+
end
|
4734
|
+
|
4735
|
+
class ProjectsGetXpnResources
|
4736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4737
|
+
|
4738
|
+
include Google::Apis::Core::JsonObjectSupport
|
4739
|
+
end
|
4740
|
+
|
4741
|
+
class ProjectsListXpnHostsRequest
|
4742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4743
|
+
|
4744
|
+
include Google::Apis::Core::JsonObjectSupport
|
4745
|
+
end
|
4746
|
+
|
4747
|
+
class ProjectsSetCloudArmorTierRequest
|
4748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4749
|
+
|
4750
|
+
include Google::Apis::Core::JsonObjectSupport
|
4751
|
+
end
|
4752
|
+
|
4753
|
+
class ProjectsSetDefaultNetworkTierRequest
|
4754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4755
|
+
|
4756
|
+
include Google::Apis::Core::JsonObjectSupport
|
4757
|
+
end
|
4758
|
+
|
4759
|
+
class ProjectsSetManagedProtectionTierRequest
|
4760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4761
|
+
|
4762
|
+
include Google::Apis::Core::JsonObjectSupport
|
4763
|
+
end
|
4764
|
+
|
4765
|
+
class PublicAdvertisedPrefix
|
4766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4767
|
+
|
4768
|
+
include Google::Apis::Core::JsonObjectSupport
|
4769
|
+
end
|
4770
|
+
|
4771
|
+
class PublicAdvertisedPrefixList
|
4772
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4773
|
+
|
4774
|
+
class Warning
|
4775
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4446
4776
|
|
4447
4777
|
class Datum
|
4448
4778
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
@@ -6520,6 +6850,24 @@ module Google
|
|
6520
6850
|
include Google::Apis::Core::JsonObjectSupport
|
6521
6851
|
end
|
6522
6852
|
|
6853
|
+
class SubnetworksScopedWarning
|
6854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6855
|
+
|
6856
|
+
class Warning
|
6857
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6858
|
+
|
6859
|
+
class Datum
|
6860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6861
|
+
|
6862
|
+
include Google::Apis::Core::JsonObjectSupport
|
6863
|
+
end
|
6864
|
+
|
6865
|
+
include Google::Apis::Core::JsonObjectSupport
|
6866
|
+
end
|
6867
|
+
|
6868
|
+
include Google::Apis::Core::JsonObjectSupport
|
6869
|
+
end
|
6870
|
+
|
6523
6871
|
class SubnetworksSetPrivateIpGoogleAccessRequest
|
6524
6872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6525
6873
|
|
@@ -8573,6 +8921,24 @@ module Google
|
|
8573
8921
|
# @private
|
8574
8922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8575
8923
|
property :fast_ip_move, as: 'fastIPMove'
|
8924
|
+
property :leader, as: 'leader', class: Google::Apis::ComputeBeta::BackendServiceHaPolicyLeader, decorator: Google::Apis::ComputeBeta::BackendServiceHaPolicyLeader::Representation
|
8925
|
+
|
8926
|
+
end
|
8927
|
+
end
|
8928
|
+
|
8929
|
+
class BackendServiceHaPolicyLeader
|
8930
|
+
# @private
|
8931
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8932
|
+
property :backend_group, as: 'backendGroup'
|
8933
|
+
property :network_endpoint, as: 'networkEndpoint', class: Google::Apis::ComputeBeta::BackendServiceHaPolicyLeaderNetworkEndpoint, decorator: Google::Apis::ComputeBeta::BackendServiceHaPolicyLeaderNetworkEndpoint::Representation
|
8934
|
+
|
8935
|
+
end
|
8936
|
+
end
|
8937
|
+
|
8938
|
+
class BackendServiceHaPolicyLeaderNetworkEndpoint
|
8939
|
+
# @private
|
8940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8941
|
+
property :instance, as: 'instance'
|
8576
8942
|
end
|
8577
8943
|
end
|
8578
8944
|
|
@@ -8912,6 +9278,22 @@ module Google
|
|
8912
9278
|
end
|
8913
9279
|
end
|
8914
9280
|
|
9281
|
+
class BulkSetLabelsRequest
|
9282
|
+
# @private
|
9283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9284
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
9285
|
+
hash :labels, as: 'labels'
|
9286
|
+
end
|
9287
|
+
end
|
9288
|
+
|
9289
|
+
class BulkZoneSetLabelsRequest
|
9290
|
+
# @private
|
9291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9292
|
+
collection :requests, as: 'requests', class: Google::Apis::ComputeBeta::BulkSetLabelsRequest, decorator: Google::Apis::ComputeBeta::BulkSetLabelsRequest::Representation
|
9293
|
+
|
9294
|
+
end
|
9295
|
+
end
|
9296
|
+
|
8915
9297
|
class BundledLocalSsds
|
8916
9298
|
# @private
|
8917
9299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9245,6 +9627,15 @@ module Google
|
|
9245
9627
|
end
|
9246
9628
|
end
|
9247
9629
|
|
9630
|
+
class Date
|
9631
|
+
# @private
|
9632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9633
|
+
property :day, as: 'day'
|
9634
|
+
property :month, as: 'month'
|
9635
|
+
property :year, as: 'year'
|
9636
|
+
end
|
9637
|
+
end
|
9638
|
+
|
9248
9639
|
class DeprecationStatus
|
9249
9640
|
# @private
|
9250
9641
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10262,6 +10653,7 @@ module Google
|
|
10262
10653
|
property :creation_timestamp, as: 'creationTimestamp'
|
10263
10654
|
property :deployment_type, as: 'deploymentType'
|
10264
10655
|
property :description, as: 'description'
|
10656
|
+
property :enable_emergent_maintenance, as: 'enableEmergentMaintenance'
|
10265
10657
|
property :id, :numeric_string => true, as: 'id'
|
10266
10658
|
property :kind, as: 'kind'
|
10267
10659
|
property :name, as: 'name'
|
@@ -12922,6 +13314,7 @@ module Google
|
|
12922
13314
|
property :google_reference_id, as: 'googleReferenceId'
|
12923
13315
|
property :id, :numeric_string => true, as: 'id'
|
12924
13316
|
collection :interconnect_attachments, as: 'interconnectAttachments'
|
13317
|
+
collection :interconnect_groups, as: 'interconnectGroups'
|
12925
13318
|
property :interconnect_type, as: 'interconnectType'
|
12926
13319
|
property :kind, as: 'kind'
|
12927
13320
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
@@ -12985,7 +13378,12 @@ module Google
|
|
12985
13378
|
# @private
|
12986
13379
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12987
13380
|
property :admin_enabled, as: 'adminEnabled'
|
13381
|
+
property :attachment_group, as: 'attachmentGroup'
|
12988
13382
|
property :bandwidth, as: 'bandwidth'
|
13383
|
+
property :candidate_cloud_router_ip_address, as: 'candidateCloudRouterIpAddress'
|
13384
|
+
property :candidate_cloud_router_ipv6_address, as: 'candidateCloudRouterIpv6Address'
|
13385
|
+
property :candidate_customer_router_ip_address, as: 'candidateCustomerRouterIpAddress'
|
13386
|
+
property :candidate_customer_router_ipv6_address, as: 'candidateCustomerRouterIpv6Address'
|
12989
13387
|
collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
|
12990
13388
|
collection :candidate_subnets, as: 'candidateSubnets'
|
12991
13389
|
property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
|
@@ -13072,68 +13470,497 @@ module Google
|
|
13072
13470
|
end
|
13073
13471
|
end
|
13074
13472
|
|
13075
|
-
class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
|
13473
|
+
class InterconnectAttachmentConfigurationConstraintsBgpPeerAsnRange
|
13474
|
+
# @private
|
13475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13476
|
+
property :max, as: 'max'
|
13477
|
+
property :min, as: 'min'
|
13478
|
+
end
|
13479
|
+
end
|
13480
|
+
|
13481
|
+
class InterconnectAttachmentGroup
|
13482
|
+
# @private
|
13483
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13484
|
+
hash :attachments, as: 'attachments', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupAttachment, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupAttachment::Representation
|
13485
|
+
|
13486
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured::Representation
|
13487
|
+
|
13488
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13489
|
+
property :description, as: 'description'
|
13490
|
+
property :etag, as: 'etag'
|
13491
|
+
property :id, :numeric_string => true, as: 'id'
|
13492
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupIntent, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupIntent::Representation
|
13493
|
+
|
13494
|
+
property :interconnect_group, as: 'interconnectGroup'
|
13495
|
+
property :kind, as: 'kind'
|
13496
|
+
property :logical_structure, as: 'logicalStructure', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructure, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructure::Representation
|
13497
|
+
|
13498
|
+
property :name, as: 'name'
|
13499
|
+
property :self_link, as: 'selfLink'
|
13500
|
+
end
|
13501
|
+
end
|
13502
|
+
|
13503
|
+
class InterconnectAttachmentGroupAttachment
|
13504
|
+
# @private
|
13505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13506
|
+
property :attachment, as: 'attachment'
|
13507
|
+
end
|
13508
|
+
end
|
13509
|
+
|
13510
|
+
class InterconnectAttachmentGroupConfigured
|
13511
|
+
# @private
|
13512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13513
|
+
property :availability_sla, as: 'availabilitySla', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfiguredAvailabilitySla, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfiguredAvailabilitySla::Representation
|
13514
|
+
|
13515
|
+
end
|
13516
|
+
end
|
13517
|
+
|
13518
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySla
|
13519
|
+
# @private
|
13520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13521
|
+
property :effective_sla, as: 'effectiveSla'
|
13522
|
+
collection :intended_sla_blockers, as: 'intendedSlaBlockers', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers::Representation
|
13523
|
+
|
13524
|
+
end
|
13525
|
+
end
|
13526
|
+
|
13527
|
+
class InterconnectAttachmentGroupConfiguredAvailabilitySlaIntendedSlaBlockers
|
13528
|
+
# @private
|
13529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13530
|
+
collection :attachments, as: 'attachments'
|
13531
|
+
property :blocker_type, as: 'blockerType'
|
13532
|
+
property :documentation_link, as: 'documentationLink'
|
13533
|
+
property :explanation, as: 'explanation'
|
13534
|
+
collection :metros, as: 'metros'
|
13535
|
+
collection :regions, as: 'regions'
|
13536
|
+
collection :zones, as: 'zones'
|
13537
|
+
end
|
13538
|
+
end
|
13539
|
+
|
13540
|
+
class InterconnectAttachmentGroupIntent
|
13541
|
+
# @private
|
13542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13543
|
+
property :availability_sla, as: 'availabilitySla'
|
13544
|
+
end
|
13545
|
+
end
|
13546
|
+
|
13547
|
+
class InterconnectAttachmentGroupLogicalStructure
|
13548
|
+
# @private
|
13549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13550
|
+
collection :regions, as: 'regions', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegion, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegion::Representation
|
13551
|
+
|
13552
|
+
end
|
13553
|
+
end
|
13554
|
+
|
13555
|
+
class InterconnectAttachmentGroupLogicalStructureRegion
|
13556
|
+
# @private
|
13557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13558
|
+
collection :metros, as: 'metros', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetro, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetro::Representation
|
13559
|
+
|
13560
|
+
property :region, as: 'region'
|
13561
|
+
end
|
13562
|
+
end
|
13563
|
+
|
13564
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetro
|
13565
|
+
# @private
|
13566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13567
|
+
collection :facilities, as: 'facilities', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetroFacility::Representation
|
13568
|
+
|
13569
|
+
property :metro, as: 'metro'
|
13570
|
+
end
|
13571
|
+
end
|
13572
|
+
|
13573
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacility
|
13574
|
+
# @private
|
13575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13576
|
+
property :facility, as: 'facility'
|
13577
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone::Representation
|
13578
|
+
|
13579
|
+
end
|
13580
|
+
end
|
13581
|
+
|
13582
|
+
class InterconnectAttachmentGroupLogicalStructureRegionMetroFacilityZone
|
13583
|
+
# @private
|
13584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13585
|
+
collection :attachments, as: 'attachments'
|
13586
|
+
property :zone, as: 'zone'
|
13587
|
+
end
|
13588
|
+
end
|
13589
|
+
|
13590
|
+
class InterconnectAttachmentGroupsGetOperationalStatusResponse
|
13591
|
+
# @private
|
13592
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13593
|
+
property :etag, as: 'etag'
|
13594
|
+
property :result, as: 'result', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsOperationalStatus, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsOperationalStatus::Representation
|
13595
|
+
|
13596
|
+
end
|
13597
|
+
end
|
13598
|
+
|
13599
|
+
class InterconnectAttachmentGroupsListResponse
|
13600
|
+
# @private
|
13601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13602
|
+
property :etag, as: 'etag'
|
13603
|
+
property :id, as: 'id'
|
13604
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroup, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroup::Representation
|
13605
|
+
|
13606
|
+
property :kind, as: 'kind'
|
13607
|
+
property :next_page_token, as: 'nextPageToken'
|
13608
|
+
property :self_link, as: 'selfLink'
|
13609
|
+
collection :unreachables, as: 'unreachables'
|
13610
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsListResponse::Warning, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsListResponse::Warning::Representation
|
13611
|
+
|
13612
|
+
end
|
13613
|
+
|
13614
|
+
class Warning
|
13615
|
+
# @private
|
13616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13617
|
+
property :code, as: 'code'
|
13618
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsListResponse::Warning::Datum::Representation
|
13619
|
+
|
13620
|
+
property :message, as: 'message'
|
13621
|
+
end
|
13622
|
+
|
13623
|
+
class Datum
|
13624
|
+
# @private
|
13625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13626
|
+
property :key, as: 'key'
|
13627
|
+
property :value, as: 'value'
|
13628
|
+
end
|
13629
|
+
end
|
13630
|
+
end
|
13631
|
+
end
|
13632
|
+
|
13633
|
+
class InterconnectAttachmentGroupsOperationalStatus
|
13634
|
+
# @private
|
13635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13636
|
+
collection :attachment_statuses, as: 'attachmentStatuses', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsOperationalStatusAttachmentStatus, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupsOperationalStatusAttachmentStatus::Representation
|
13637
|
+
|
13638
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured::Representation
|
13639
|
+
|
13640
|
+
property :group_status, as: 'groupStatus'
|
13641
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupIntent, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupIntent::Representation
|
13642
|
+
|
13643
|
+
property :operational, as: 'operational', class: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentGroupConfigured::Representation
|
13644
|
+
|
13645
|
+
end
|
13646
|
+
end
|
13647
|
+
|
13648
|
+
class InterconnectAttachmentGroupsOperationalStatusAttachmentStatus
|
13649
|
+
# @private
|
13650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13651
|
+
property :admin_enabled, as: 'adminEnabled'
|
13652
|
+
property :attachment, as: 'attachment'
|
13653
|
+
property :is_active, as: 'isActive'
|
13654
|
+
property :status, as: 'status'
|
13655
|
+
end
|
13656
|
+
end
|
13657
|
+
|
13658
|
+
class InterconnectAttachmentList
|
13659
|
+
# @private
|
13660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13661
|
+
property :id, as: 'id'
|
13662
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InterconnectAttachment, decorator: Google::Apis::ComputeBeta::InterconnectAttachment::Representation
|
13663
|
+
|
13664
|
+
property :kind, as: 'kind'
|
13665
|
+
property :next_page_token, as: 'nextPageToken'
|
13666
|
+
property :self_link, as: 'selfLink'
|
13667
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning::Representation
|
13668
|
+
|
13669
|
+
end
|
13670
|
+
|
13671
|
+
class Warning
|
13672
|
+
# @private
|
13673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13674
|
+
property :code, as: 'code'
|
13675
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning::Datum::Representation
|
13676
|
+
|
13677
|
+
property :message, as: 'message'
|
13678
|
+
end
|
13679
|
+
|
13680
|
+
class Datum
|
13681
|
+
# @private
|
13682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13683
|
+
property :key, as: 'key'
|
13684
|
+
property :value, as: 'value'
|
13685
|
+
end
|
13686
|
+
end
|
13687
|
+
end
|
13688
|
+
end
|
13689
|
+
|
13690
|
+
class InterconnectAttachmentPartnerMetadata
|
13691
|
+
# @private
|
13692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13693
|
+
property :interconnect_name, as: 'interconnectName'
|
13694
|
+
property :partner_name, as: 'partnerName'
|
13695
|
+
property :portal_url, as: 'portalUrl'
|
13696
|
+
end
|
13697
|
+
end
|
13698
|
+
|
13699
|
+
class InterconnectAttachmentPrivateInfo
|
13700
|
+
# @private
|
13701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13702
|
+
property :tag8021q, as: 'tag8021q'
|
13703
|
+
end
|
13704
|
+
end
|
13705
|
+
|
13706
|
+
class InterconnectAttachmentsScopedList
|
13707
|
+
# @private
|
13708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13709
|
+
collection :interconnect_attachments, as: 'interconnectAttachments', class: Google::Apis::ComputeBeta::InterconnectAttachment, decorator: Google::Apis::ComputeBeta::InterconnectAttachment::Representation
|
13710
|
+
|
13711
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning::Representation
|
13712
|
+
|
13713
|
+
end
|
13714
|
+
|
13715
|
+
class Warning
|
13716
|
+
# @private
|
13717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13718
|
+
property :code, as: 'code'
|
13719
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentsScopedList::Warning::Datum::Representation
|
13720
|
+
|
13721
|
+
property :message, as: 'message'
|
13722
|
+
end
|
13723
|
+
|
13724
|
+
class Datum
|
13725
|
+
# @private
|
13726
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13727
|
+
property :key, as: 'key'
|
13728
|
+
property :value, as: 'value'
|
13729
|
+
end
|
13730
|
+
end
|
13731
|
+
end
|
13732
|
+
end
|
13733
|
+
|
13734
|
+
class InterconnectCircuitInfo
|
13735
|
+
# @private
|
13736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13737
|
+
property :customer_demarc_id, as: 'customerDemarcId'
|
13738
|
+
property :google_circuit_id, as: 'googleCircuitId'
|
13739
|
+
property :google_demarc_id, as: 'googleDemarcId'
|
13740
|
+
end
|
13741
|
+
end
|
13742
|
+
|
13743
|
+
class InterconnectDiagnostics
|
13744
|
+
# @private
|
13745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13746
|
+
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry::Representation
|
13747
|
+
|
13748
|
+
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
13749
|
+
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
13750
|
+
collection :links, as: 'links', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus::Representation
|
13751
|
+
|
13752
|
+
property :mac_address, as: 'macAddress'
|
13753
|
+
end
|
13754
|
+
end
|
13755
|
+
|
13756
|
+
class InterconnectDiagnosticsArpEntry
|
13757
|
+
# @private
|
13758
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13759
|
+
property :ip_address, as: 'ipAddress'
|
13760
|
+
property :mac_address, as: 'macAddress'
|
13761
|
+
end
|
13762
|
+
end
|
13763
|
+
|
13764
|
+
class InterconnectDiagnosticsLinkLacpStatus
|
13765
|
+
# @private
|
13766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13767
|
+
property :google_system_id, as: 'googleSystemId'
|
13768
|
+
property :neighbor_system_id, as: 'neighborSystemId'
|
13769
|
+
property :state, as: 'state'
|
13770
|
+
end
|
13771
|
+
end
|
13772
|
+
|
13773
|
+
class InterconnectDiagnosticsLinkOpticalPower
|
13774
|
+
# @private
|
13775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13776
|
+
property :state, as: 'state'
|
13777
|
+
property :value, as: 'value'
|
13778
|
+
end
|
13779
|
+
end
|
13780
|
+
|
13781
|
+
class InterconnectDiagnosticsLinkStatus
|
13782
|
+
# @private
|
13783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13784
|
+
collection :arp_caches, as: 'arpCaches', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsArpEntry::Representation
|
13785
|
+
|
13786
|
+
property :circuit_id, as: 'circuitId'
|
13787
|
+
property :google_demarc, as: 'googleDemarc'
|
13788
|
+
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus::Representation
|
13789
|
+
|
13790
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsMacsecStatus::Representation
|
13791
|
+
|
13792
|
+
property :operational_status, as: 'operationalStatus'
|
13793
|
+
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
13794
|
+
|
13795
|
+
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
13796
|
+
|
13797
|
+
end
|
13798
|
+
end
|
13799
|
+
|
13800
|
+
class InterconnectDiagnosticsMacsecStatus
|
13801
|
+
# @private
|
13802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13803
|
+
property :ckn, as: 'ckn'
|
13804
|
+
property :operational, as: 'operational'
|
13805
|
+
end
|
13806
|
+
end
|
13807
|
+
|
13808
|
+
class InterconnectGroup
|
13809
|
+
# @private
|
13810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13811
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeBeta::InterconnectGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectGroupConfigured::Representation
|
13812
|
+
|
13813
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13814
|
+
property :description, as: 'description'
|
13815
|
+
property :etag, as: 'etag'
|
13816
|
+
property :id, :numeric_string => true, as: 'id'
|
13817
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeBeta::InterconnectGroupIntent, decorator: Google::Apis::ComputeBeta::InterconnectGroupIntent::Representation
|
13818
|
+
|
13819
|
+
hash :interconnects, as: 'interconnects', class: Google::Apis::ComputeBeta::InterconnectGroupInterconnect, decorator: Google::Apis::ComputeBeta::InterconnectGroupInterconnect::Representation
|
13820
|
+
|
13821
|
+
property :kind, as: 'kind'
|
13822
|
+
property :name, as: 'name'
|
13823
|
+
property :physical_structure, as: 'physicalStructure', class: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructure, decorator: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructure::Representation
|
13824
|
+
|
13825
|
+
property :self_link, as: 'selfLink'
|
13826
|
+
end
|
13827
|
+
end
|
13828
|
+
|
13829
|
+
class InterconnectGroupConfigured
|
13830
|
+
# @private
|
13831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13832
|
+
property :topology_capability, as: 'topologyCapability', class: Google::Apis::ComputeBeta::InterconnectGroupConfiguredTopologyCapability, decorator: Google::Apis::ComputeBeta::InterconnectGroupConfiguredTopologyCapability::Representation
|
13833
|
+
|
13834
|
+
end
|
13835
|
+
end
|
13836
|
+
|
13837
|
+
class InterconnectGroupConfiguredTopologyCapability
|
13838
|
+
# @private
|
13839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13840
|
+
collection :intended_capability_blockers, as: 'intendedCapabilityBlockers', class: Google::Apis::ComputeBeta::InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers, decorator: Google::Apis::ComputeBeta::InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers::Representation
|
13841
|
+
|
13842
|
+
property :supported_sla, as: 'supportedSla'
|
13843
|
+
end
|
13844
|
+
end
|
13845
|
+
|
13846
|
+
class InterconnectGroupConfiguredTopologyCapabilityIntendedCapabilityBlockers
|
13847
|
+
# @private
|
13848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13849
|
+
property :blocker_type, as: 'blockerType'
|
13850
|
+
property :documentation_link, as: 'documentationLink'
|
13851
|
+
property :explanation, as: 'explanation'
|
13852
|
+
collection :facilities, as: 'facilities'
|
13853
|
+
collection :interconnects, as: 'interconnects'
|
13854
|
+
collection :metros, as: 'metros'
|
13855
|
+
collection :zones, as: 'zones'
|
13856
|
+
end
|
13857
|
+
end
|
13858
|
+
|
13859
|
+
class InterconnectGroupIntent
|
13860
|
+
# @private
|
13861
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13862
|
+
property :topology_capability, as: 'topologyCapability'
|
13863
|
+
end
|
13864
|
+
end
|
13865
|
+
|
13866
|
+
class InterconnectGroupInterconnect
|
13867
|
+
# @private
|
13868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13869
|
+
property :interconnect, as: 'interconnect'
|
13870
|
+
end
|
13871
|
+
end
|
13872
|
+
|
13873
|
+
class InterconnectGroupPhysicalStructure
|
13874
|
+
# @private
|
13875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13876
|
+
collection :metros, as: 'metros', class: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetros, decorator: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetros::Representation
|
13877
|
+
|
13878
|
+
end
|
13879
|
+
end
|
13880
|
+
|
13881
|
+
class InterconnectGroupPhysicalStructureMetros
|
13882
|
+
# @private
|
13883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13884
|
+
collection :facilities, as: 'facilities', class: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetrosFacilities, decorator: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetrosFacilities::Representation
|
13885
|
+
|
13886
|
+
property :metro, as: 'metro'
|
13887
|
+
end
|
13888
|
+
end
|
13889
|
+
|
13890
|
+
class InterconnectGroupPhysicalStructureMetrosFacilities
|
13891
|
+
# @private
|
13892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13893
|
+
property :facility, as: 'facility'
|
13894
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetrosFacilitiesZones, decorator: Google::Apis::ComputeBeta::InterconnectGroupPhysicalStructureMetrosFacilitiesZones::Representation
|
13895
|
+
|
13896
|
+
end
|
13897
|
+
end
|
13898
|
+
|
13899
|
+
class InterconnectGroupPhysicalStructureMetrosFacilitiesZones
|
13076
13900
|
# @private
|
13077
13901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13078
|
-
|
13079
|
-
property :
|
13902
|
+
collection :interconnects, as: 'interconnects'
|
13903
|
+
property :zone, as: 'zone'
|
13080
13904
|
end
|
13081
13905
|
end
|
13082
13906
|
|
13083
|
-
class
|
13907
|
+
class InterconnectGroupsCreateMembers
|
13084
13908
|
# @private
|
13085
13909
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13086
|
-
property :
|
13087
|
-
collection :
|
13910
|
+
property :intent_mismatch_behavior, as: 'intentMismatchBehavior'
|
13911
|
+
collection :interconnects, as: 'interconnects', class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput, decorator: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput::Representation
|
13088
13912
|
|
13089
|
-
property :
|
13090
|
-
property :next_page_token, as: 'nextPageToken'
|
13091
|
-
property :self_link, as: 'selfLink'
|
13092
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning, decorator: Google::Apis::ComputeBeta::InterconnectAttachmentList::Warning::Representation
|
13913
|
+
property :template_interconnect, as: 'templateInterconnect', class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput, decorator: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembersInterconnectInput::Representation
|
13093
13914
|
|
13094
13915
|
end
|
13095
|
-
|
13096
|
-
|
13097
|
-
|
13098
|
-
|
13099
|
-
|
13100
|
-
|
13101
|
-
|
13102
|
-
|
13103
|
-
|
13104
|
-
|
13105
|
-
|
13106
|
-
|
13107
|
-
|
13108
|
-
|
13109
|
-
|
13110
|
-
|
13111
|
-
end
|
13916
|
+
end
|
13917
|
+
|
13918
|
+
class InterconnectGroupsCreateMembersInterconnectInput
|
13919
|
+
# @private
|
13920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13921
|
+
property :admin_enabled, as: 'adminEnabled'
|
13922
|
+
property :customer_name, as: 'customerName'
|
13923
|
+
property :description, as: 'description'
|
13924
|
+
property :facility, as: 'facility'
|
13925
|
+
property :interconnect_type, as: 'interconnectType'
|
13926
|
+
property :link_type, as: 'linkType'
|
13927
|
+
property :name, as: 'name'
|
13928
|
+
property :noc_contact_email, as: 'nocContactEmail'
|
13929
|
+
property :remote_location, as: 'remoteLocation'
|
13930
|
+
collection :requested_features, as: 'requestedFeatures'
|
13931
|
+
property :requested_link_count, as: 'requestedLinkCount'
|
13112
13932
|
end
|
13113
13933
|
end
|
13114
13934
|
|
13115
|
-
class
|
13935
|
+
class InterconnectGroupsCreateMembersRequest
|
13116
13936
|
# @private
|
13117
13937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13118
|
-
property :
|
13119
|
-
|
13120
|
-
property :portal_url, as: 'portalUrl'
|
13938
|
+
property :request, as: 'request', class: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers, decorator: Google::Apis::ComputeBeta::InterconnectGroupsCreateMembers::Representation
|
13939
|
+
|
13121
13940
|
end
|
13122
13941
|
end
|
13123
13942
|
|
13124
|
-
class
|
13943
|
+
class InterconnectGroupsGetOperationalStatusResponse
|
13125
13944
|
# @private
|
13126
13945
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13127
|
-
property :
|
13946
|
+
property :etag, as: 'etag'
|
13947
|
+
property :result, as: 'result', class: Google::Apis::ComputeBeta::InterconnectGroupsOperationalStatus, decorator: Google::Apis::ComputeBeta::InterconnectGroupsOperationalStatus::Representation
|
13948
|
+
|
13128
13949
|
end
|
13129
13950
|
end
|
13130
13951
|
|
13131
|
-
class
|
13952
|
+
class InterconnectGroupsListResponse
|
13132
13953
|
# @private
|
13133
13954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13134
|
-
|
13955
|
+
property :etag, as: 'etag'
|
13956
|
+
property :id, as: 'id'
|
13957
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InterconnectGroup, decorator: Google::Apis::ComputeBeta::InterconnectGroup::Representation
|
13135
13958
|
|
13136
|
-
property :
|
13959
|
+
property :kind, as: 'kind'
|
13960
|
+
property :next_page_token, as: 'nextPageToken'
|
13961
|
+
property :self_link, as: 'selfLink'
|
13962
|
+
collection :unreachables, as: 'unreachables'
|
13963
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InterconnectGroupsListResponse::Warning, decorator: Google::Apis::ComputeBeta::InterconnectGroupsListResponse::Warning::Representation
|
13137
13964
|
|
13138
13965
|
end
|
13139
13966
|
|
@@ -13141,7 +13968,7 @@ module Google
|
|
13141
13968
|
# @private
|
13142
13969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13143
13970
|
property :code, as: 'code'
|
13144
|
-
collection :data, as: 'data', class: Google::Apis::ComputeBeta::
|
13971
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InterconnectGroupsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::InterconnectGroupsListResponse::Warning::Datum::Representation
|
13145
13972
|
|
13146
13973
|
property :message, as: 'message'
|
13147
13974
|
end
|
@@ -13156,77 +13983,29 @@ module Google
|
|
13156
13983
|
end
|
13157
13984
|
end
|
13158
13985
|
|
13159
|
-
class
|
13160
|
-
# @private
|
13161
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13162
|
-
property :customer_demarc_id, as: 'customerDemarcId'
|
13163
|
-
property :google_circuit_id, as: 'googleCircuitId'
|
13164
|
-
property :google_demarc_id, as: 'googleDemarcId'
|
13165
|
-
end
|
13166
|
-
end
|
13167
|
-
|
13168
|
-
class InterconnectDiagnostics
|
13986
|
+
class InterconnectGroupsOperationalStatus
|
13169
13987
|
# @private
|
13170
13988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13171
|
-
|
13172
|
-
|
13173
|
-
property :bundle_aggregation_type, as: 'bundleAggregationType'
|
13174
|
-
property :bundle_operational_status, as: 'bundleOperationalStatus'
|
13175
|
-
collection :links, as: 'links', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkStatus::Representation
|
13989
|
+
property :configured, as: 'configured', class: Google::Apis::ComputeBeta::InterconnectGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectGroupConfigured::Representation
|
13176
13990
|
|
13177
|
-
property :
|
13178
|
-
|
13179
|
-
end
|
13991
|
+
property :group_status, as: 'groupStatus'
|
13992
|
+
property :intent, as: 'intent', class: Google::Apis::ComputeBeta::InterconnectGroupIntent, decorator: Google::Apis::ComputeBeta::InterconnectGroupIntent::Representation
|
13180
13993
|
|
13181
|
-
|
13182
|
-
# @private
|
13183
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13184
|
-
property :ip_address, as: 'ipAddress'
|
13185
|
-
property :mac_address, as: 'macAddress'
|
13186
|
-
end
|
13187
|
-
end
|
13994
|
+
collection :interconnect_statuses, as: 'interconnectStatuses', class: Google::Apis::ComputeBeta::InterconnectGroupsOperationalStatusInterconnectStatus, decorator: Google::Apis::ComputeBeta::InterconnectGroupsOperationalStatusInterconnectStatus::Representation
|
13188
13995
|
|
13189
|
-
|
13190
|
-
# @private
|
13191
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13192
|
-
property :google_system_id, as: 'googleSystemId'
|
13193
|
-
property :neighbor_system_id, as: 'neighborSystemId'
|
13194
|
-
property :state, as: 'state'
|
13195
|
-
end
|
13196
|
-
end
|
13996
|
+
property :operational, as: 'operational', class: Google::Apis::ComputeBeta::InterconnectGroupConfigured, decorator: Google::Apis::ComputeBeta::InterconnectGroupConfigured::Representation
|
13197
13997
|
|
13198
|
-
class InterconnectDiagnosticsLinkOpticalPower
|
13199
|
-
# @private
|
13200
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13201
|
-
property :state, as: 'state'
|
13202
|
-
property :value, as: 'value'
|
13203
13998
|
end
|
13204
13999
|
end
|
13205
14000
|
|
13206
|
-
class
|
14001
|
+
class InterconnectGroupsOperationalStatusInterconnectStatus
|
13207
14002
|
# @private
|
13208
14003
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13209
|
-
|
13210
|
-
|
13211
|
-
property :circuit_id, as: 'circuitId'
|
13212
|
-
property :google_demarc, as: 'googleDemarc'
|
13213
|
-
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkLacpStatus::Representation
|
13214
|
-
|
13215
|
-
property :macsec, as: 'macsec', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsMacsecStatus::Representation
|
13216
|
-
|
13217
|
-
property :operational_status, as: 'operationalStatus'
|
13218
|
-
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
13219
|
-
|
13220
|
-
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeBeta::InterconnectDiagnosticsLinkOpticalPower::Representation
|
13221
|
-
|
13222
|
-
end
|
13223
|
-
end
|
14004
|
+
property :admin_enabled, as: 'adminEnabled'
|
14005
|
+
property :diagnostics, as: 'diagnostics', class: Google::Apis::ComputeBeta::InterconnectDiagnostics, decorator: Google::Apis::ComputeBeta::InterconnectDiagnostics::Representation
|
13224
14006
|
|
13225
|
-
|
13226
|
-
|
13227
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
13228
|
-
property :ckn, as: 'ckn'
|
13229
|
-
property :operational, as: 'operational'
|
14007
|
+
property :interconnect, as: 'interconnect'
|
14008
|
+
property :is_active, as: 'isActive'
|
13230
14009
|
end
|
13231
14010
|
end
|
13232
14011
|
|
@@ -13492,17 +14271,29 @@ module Google
|
|
13492
14271
|
class License
|
13493
14272
|
# @private
|
13494
14273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14274
|
+
collection :allowed_replacement_licenses, as: 'allowedReplacementLicenses'
|
14275
|
+
property :appendable_to_disk, as: 'appendableToDisk'
|
13495
14276
|
property :charges_use_fee, as: 'chargesUseFee'
|
13496
14277
|
property :creation_timestamp, as: 'creationTimestamp'
|
13497
14278
|
property :description, as: 'description'
|
13498
14279
|
property :id, :numeric_string => true, as: 'id'
|
14280
|
+
collection :incompatible_licenses, as: 'incompatibleLicenses'
|
13499
14281
|
property :kind, as: 'kind'
|
13500
14282
|
property :license_code, :numeric_string => true, as: 'licenseCode'
|
14283
|
+
property :minimum_retention, as: 'minimumRetention', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
14284
|
+
|
14285
|
+
property :multi_tenant_only, as: 'multiTenantOnly'
|
13501
14286
|
property :name, as: 'name'
|
14287
|
+
property :os_license, as: 'osLicense'
|
14288
|
+
property :removable_from_disk, as: 'removableFromDisk'
|
14289
|
+
collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
|
13502
14290
|
property :resource_requirements, as: 'resourceRequirements', class: Google::Apis::ComputeBeta::LicenseResourceRequirements, decorator: Google::Apis::ComputeBeta::LicenseResourceRequirements::Representation
|
13503
14291
|
|
13504
14292
|
property :self_link, as: 'selfLink'
|
14293
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
14294
|
+
property :sole_tenant_only, as: 'soleTenantOnly'
|
13505
14295
|
property :transferable, as: 'transferable'
|
14296
|
+
property :update_timestamp, as: 'updateTimestamp'
|
13506
14297
|
end
|
13507
14298
|
end
|
13508
14299
|
|
@@ -14638,6 +15429,8 @@ module Google
|
|
14638
15429
|
# @private
|
14639
15430
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14640
15431
|
property :auto_create_routes, as: 'autoCreateRoutes'
|
15432
|
+
property :connection_status, as: 'connectionStatus', class: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatus, decorator: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatus::Representation
|
15433
|
+
|
14641
15434
|
property :exchange_subnet_routes, as: 'exchangeSubnetRoutes'
|
14642
15435
|
property :export_custom_routes, as: 'exportCustomRoutes'
|
14643
15436
|
property :export_subnet_routes_with_public_ip, as: 'exportSubnetRoutesWithPublicIp'
|
@@ -14649,6 +15442,37 @@ module Google
|
|
14649
15442
|
property :stack_type, as: 'stackType'
|
14650
15443
|
property :state, as: 'state'
|
14651
15444
|
property :state_details, as: 'stateDetails'
|
15445
|
+
property :update_strategy, as: 'updateStrategy'
|
15446
|
+
end
|
15447
|
+
end
|
15448
|
+
|
15449
|
+
class NetworkPeeringConnectionStatus
|
15450
|
+
# @private
|
15451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15452
|
+
property :consensus_state, as: 'consensusState', class: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatusConsensusState, decorator: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatusConsensusState::Representation
|
15453
|
+
|
15454
|
+
property :traffic_configuration, as: 'trafficConfiguration', class: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatusTrafficConfiguration, decorator: Google::Apis::ComputeBeta::NetworkPeeringConnectionStatusTrafficConfiguration::Representation
|
15455
|
+
|
15456
|
+
property :update_strategy, as: 'updateStrategy'
|
15457
|
+
end
|
15458
|
+
end
|
15459
|
+
|
15460
|
+
class NetworkPeeringConnectionStatusConsensusState
|
15461
|
+
# @private
|
15462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15463
|
+
property :delete_status, as: 'deleteStatus'
|
15464
|
+
property :update_status, as: 'updateStatus'
|
15465
|
+
end
|
15466
|
+
end
|
15467
|
+
|
15468
|
+
class NetworkPeeringConnectionStatusTrafficConfiguration
|
15469
|
+
# @private
|
15470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15471
|
+
property :export_custom_routes_to_peer, as: 'exportCustomRoutesToPeer'
|
15472
|
+
property :export_subnet_routes_with_public_ip_to_peer, as: 'exportSubnetRoutesWithPublicIpToPeer'
|
15473
|
+
property :import_custom_routes_from_peer, as: 'importCustomRoutesFromPeer'
|
15474
|
+
property :import_subnet_routes_with_public_ip_from_peer, as: 'importSubnetRoutesWithPublicIpFromPeer'
|
15475
|
+
property :stack_type, as: 'stackType'
|
14652
15476
|
end
|
14653
15477
|
end
|
14654
15478
|
|
@@ -14818,6 +15642,13 @@ module Google
|
|
14818
15642
|
end
|
14819
15643
|
end
|
14820
15644
|
|
15645
|
+
class NetworksRequestRemovePeeringRequest
|
15646
|
+
# @private
|
15647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15648
|
+
property :name, as: 'name'
|
15649
|
+
end
|
15650
|
+
end
|
15651
|
+
|
14821
15652
|
class NetworksUpdatePeeringRequest
|
14822
15653
|
# @private
|
14823
15654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15860,6 +16691,113 @@ module Google
|
|
15860
16691
|
end
|
15861
16692
|
end
|
15862
16693
|
|
16694
|
+
class PreviewFeature
|
16695
|
+
# @private
|
16696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16697
|
+
property :activation_status, as: 'activationStatus'
|
16698
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
16699
|
+
property :description, as: 'description'
|
16700
|
+
property :id, :numeric_string => true, as: 'id'
|
16701
|
+
property :kind, as: 'kind'
|
16702
|
+
property :name, as: 'name'
|
16703
|
+
property :rollout_operation, as: 'rolloutOperation', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperation, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperation::Representation
|
16704
|
+
|
16705
|
+
property :self_link, as: 'selfLink'
|
16706
|
+
property :status, as: 'status', class: Google::Apis::ComputeBeta::PreviewFeatureStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureStatus::Representation
|
16707
|
+
|
16708
|
+
end
|
16709
|
+
end
|
16710
|
+
|
16711
|
+
class PreviewFeatureList
|
16712
|
+
# @private
|
16713
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16714
|
+
property :etag, as: 'etag'
|
16715
|
+
property :id, as: 'id'
|
16716
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::PreviewFeature, decorator: Google::Apis::ComputeBeta::PreviewFeature::Representation
|
16717
|
+
|
16718
|
+
property :next_page_token, as: 'nextPageToken'
|
16719
|
+
property :self_link, as: 'selfLink'
|
16720
|
+
collection :unreachables, as: 'unreachables'
|
16721
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::PreviewFeatureList::Warning, decorator: Google::Apis::ComputeBeta::PreviewFeatureList::Warning::Representation
|
16722
|
+
|
16723
|
+
end
|
16724
|
+
|
16725
|
+
class Warning
|
16726
|
+
# @private
|
16727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16728
|
+
property :code, as: 'code'
|
16729
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::PreviewFeatureList::Warning::Datum, decorator: Google::Apis::ComputeBeta::PreviewFeatureList::Warning::Datum::Representation
|
16730
|
+
|
16731
|
+
property :message, as: 'message'
|
16732
|
+
end
|
16733
|
+
|
16734
|
+
class Datum
|
16735
|
+
# @private
|
16736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16737
|
+
property :key, as: 'key'
|
16738
|
+
property :value, as: 'value'
|
16739
|
+
end
|
16740
|
+
end
|
16741
|
+
end
|
16742
|
+
end
|
16743
|
+
|
16744
|
+
class PreviewFeatureRolloutOperation
|
16745
|
+
# @private
|
16746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16747
|
+
property :rollout_input, as: 'rolloutInput', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput::Representation
|
16748
|
+
|
16749
|
+
property :rollout_status, as: 'rolloutStatus', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatus::Representation
|
16750
|
+
|
16751
|
+
end
|
16752
|
+
end
|
16753
|
+
|
16754
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
16755
|
+
# @private
|
16756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16757
|
+
property :name, as: 'name'
|
16758
|
+
property :predefined_rollout_plan, as: 'predefinedRolloutPlan'
|
16759
|
+
property :retry_uuid, as: 'retryUuid'
|
16760
|
+
end
|
16761
|
+
end
|
16762
|
+
|
16763
|
+
class PreviewFeatureRolloutOperationRolloutStatus
|
16764
|
+
# @private
|
16765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16766
|
+
collection :ongoing_rollouts, as: 'ongoingRollouts', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
|
16767
|
+
|
16768
|
+
property :previous_rollout, as: 'previousRollout', class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
|
16769
|
+
|
16770
|
+
end
|
16771
|
+
end
|
16772
|
+
|
16773
|
+
class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
|
16774
|
+
# @private
|
16775
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16776
|
+
property :rollout, as: 'rollout'
|
16777
|
+
property :rollout_plan, as: 'rolloutPlan'
|
16778
|
+
property :status, as: 'status', class: Google::Apis::ComputeBeta::PreviewFeatureStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureStatus::Representation
|
16779
|
+
|
16780
|
+
end
|
16781
|
+
end
|
16782
|
+
|
16783
|
+
class PreviewFeatureStatus
|
16784
|
+
# @private
|
16785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16786
|
+
property :description, as: 'description'
|
16787
|
+
property :release_status, as: 'releaseStatus', class: Google::Apis::ComputeBeta::PreviewFeatureStatusReleaseStatus, decorator: Google::Apis::ComputeBeta::PreviewFeatureStatusReleaseStatus::Representation
|
16788
|
+
|
16789
|
+
end
|
16790
|
+
end
|
16791
|
+
|
16792
|
+
class PreviewFeatureStatusReleaseStatus
|
16793
|
+
# @private
|
16794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16795
|
+
property :stage, as: 'stage'
|
16796
|
+
property :update_date, as: 'updateDate', class: Google::Apis::ComputeBeta::Date, decorator: Google::Apis::ComputeBeta::Date::Representation
|
16797
|
+
|
16798
|
+
end
|
16799
|
+
end
|
16800
|
+
|
15863
16801
|
class Project
|
15864
16802
|
# @private
|
15865
16803
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16757,6 +17695,7 @@ module Google
|
|
16757
17695
|
property :delete_at_time, as: 'deleteAtTime'
|
16758
17696
|
property :deployment_type, as: 'deploymentType'
|
16759
17697
|
property :description, as: 'description'
|
17698
|
+
property :enable_emergent_maintenance, as: 'enableEmergentMaintenance'
|
16760
17699
|
property :id, :numeric_string => true, as: 'id'
|
16761
17700
|
property :kind, as: 'kind'
|
16762
17701
|
collection :linked_commitments, as: 'linkedCommitments'
|
@@ -17444,6 +18383,7 @@ module Google
|
|
17444
18383
|
property :name, as: 'name'
|
17445
18384
|
collection :nats, as: 'nats', class: Google::Apis::ComputeBeta::RouterNat, decorator: Google::Apis::ComputeBeta::RouterNat::Representation
|
17446
18385
|
|
18386
|
+
property :ncc_gateway, as: 'nccGateway'
|
17447
18387
|
property :network, as: 'network'
|
17448
18388
|
property :region, as: 'region'
|
17449
18389
|
property :self_link, as: 'selfLink'
|
@@ -17697,6 +18637,7 @@ module Google
|
|
17697
18637
|
|
17698
18638
|
collection :nat_status, as: 'natStatus', class: Google::Apis::ComputeBeta::RouterStatusNatStatus, decorator: Google::Apis::ComputeBeta::RouterStatusNatStatus::Representation
|
17699
18639
|
|
18640
|
+
property :ncc_gateway, as: 'nccGateway'
|
17700
18641
|
property :network, as: 'network'
|
17701
18642
|
end
|
17702
18643
|
end
|
@@ -19649,6 +20590,8 @@ module Google
|
|
19649
20590
|
property :self_link, as: 'selfLink'
|
19650
20591
|
property :stack_type, as: 'stackType'
|
19651
20592
|
property :state, as: 'state'
|
20593
|
+
collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
|
20594
|
+
collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
|
19652
20595
|
end
|
19653
20596
|
end
|
19654
20597
|
|
@@ -19780,6 +20723,33 @@ module Google
|
|
19780
20723
|
end
|
19781
20724
|
end
|
19782
20725
|
|
20726
|
+
class SubnetworksScopedWarning
|
20727
|
+
# @private
|
20728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20729
|
+
property :scope_name, as: 'scopeName'
|
20730
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SubnetworksScopedWarning::Warning, decorator: Google::Apis::ComputeBeta::SubnetworksScopedWarning::Warning::Representation
|
20731
|
+
|
20732
|
+
end
|
20733
|
+
|
20734
|
+
class Warning
|
20735
|
+
# @private
|
20736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20737
|
+
property :code, as: 'code'
|
20738
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SubnetworksScopedWarning::Warning::Datum, decorator: Google::Apis::ComputeBeta::SubnetworksScopedWarning::Warning::Datum::Representation
|
20739
|
+
|
20740
|
+
property :message, as: 'message'
|
20741
|
+
end
|
20742
|
+
|
20743
|
+
class Datum
|
20744
|
+
# @private
|
20745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20746
|
+
property :key, as: 'key'
|
20747
|
+
property :value, as: 'value'
|
20748
|
+
end
|
20749
|
+
end
|
20750
|
+
end
|
20751
|
+
end
|
20752
|
+
|
19783
20753
|
class SubnetworksSetPrivateIpGoogleAccessRequest
|
19784
20754
|
# @private
|
19785
20755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20969,7 +21939,10 @@ module Google
|
|
20969
21939
|
|
20970
21940
|
property :kind, as: 'kind'
|
20971
21941
|
property :next_page_token, as: 'nextPageToken'
|
21942
|
+
collection :scoped_warnings, as: 'scopedWarnings', class: Google::Apis::ComputeBeta::SubnetworksScopedWarning, decorator: Google::Apis::ComputeBeta::SubnetworksScopedWarning::Representation
|
21943
|
+
|
20972
21944
|
property :self_link, as: 'selfLink'
|
21945
|
+
collection :unreachables, as: 'unreachables'
|
20973
21946
|
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::UsableSubnetworksAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::UsableSubnetworksAggregatedList::Warning::Representation
|
20974
21947
|
|
20975
21948
|
end
|