google-apis-networkconnectivity_v1 0.62.0 → 0.64.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 +8 -0
- data/lib/google/apis/networkconnectivity_v1/classes.rb +586 -5
- data/lib/google/apis/networkconnectivity_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkconnectivity_v1/representations.rb +249 -0
- data/lib/google/apis/networkconnectivity_v1/service.rb +829 -3
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkconnectivityV1
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250829"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -64,6 +64,12 @@ module Google
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
+
class AutoCreatedSubnetworkInfo
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
67
73
|
class Binding
|
68
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
75
|
|
@@ -82,6 +88,18 @@ module Google
|
|
82
88
|
include Google::Apis::Core::JsonObjectSupport
|
83
89
|
end
|
84
90
|
|
91
|
+
class Destination
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class DestinationEndpoint
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
85
103
|
class Empty
|
86
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
105
|
|
@@ -190,6 +208,12 @@ module Google
|
|
190
208
|
include Google::Apis::Core::JsonObjectSupport
|
191
209
|
end
|
192
210
|
|
211
|
+
class ListDestinationsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
193
217
|
class ListGroupsResponse
|
194
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
219
|
|
@@ -220,6 +244,18 @@ module Google
|
|
220
244
|
include Google::Apis::Core::JsonObjectSupport
|
221
245
|
end
|
222
246
|
|
247
|
+
class ListMulticloudDataTransferConfigsResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ListMulticloudDataTransferSupportedServicesResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
223
259
|
class ListPolicyBasedRoutesResponse
|
224
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
261
|
|
@@ -232,6 +268,12 @@ module Google
|
|
232
268
|
include Google::Apis::Core::JsonObjectSupport
|
233
269
|
end
|
234
270
|
|
271
|
+
class ListRemoteTransportProfilesResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
235
277
|
class ListRouteTablesResponse
|
236
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
279
|
|
@@ -274,6 +316,12 @@ module Google
|
|
274
316
|
include Google::Apis::Core::JsonObjectSupport
|
275
317
|
end
|
276
318
|
|
319
|
+
class ListTransportsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
277
325
|
class Location
|
278
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
327
|
|
@@ -292,6 +340,18 @@ module Google
|
|
292
340
|
include Google::Apis::Core::JsonObjectSupport
|
293
341
|
end
|
294
342
|
|
343
|
+
class MulticloudDataTransferConfig
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class MulticloudDataTransferSupportedService
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
295
355
|
class NextHopInterconnectAttachment
|
296
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
357
|
|
@@ -394,6 +454,12 @@ module Google
|
|
394
454
|
include Google::Apis::Core::JsonObjectSupport
|
395
455
|
end
|
396
456
|
|
457
|
+
class RemoteTransportProfile
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
397
463
|
class Route
|
398
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
465
|
|
@@ -424,6 +490,12 @@ module Google
|
|
424
490
|
include Google::Apis::Core::JsonObjectSupport
|
425
491
|
end
|
426
492
|
|
493
|
+
class ServiceConfig
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
427
499
|
class ServiceConnectionMap
|
428
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
501
|
|
@@ -478,12 +550,24 @@ module Google
|
|
478
550
|
include Google::Apis::Core::JsonObjectSupport
|
479
551
|
end
|
480
552
|
|
553
|
+
class StateMetadata
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
481
559
|
class StateReason
|
482
560
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
561
|
|
484
562
|
include Google::Apis::Core::JsonObjectSupport
|
485
563
|
end
|
486
564
|
|
565
|
+
class StateTimeline
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
487
571
|
class TestIamPermissionsRequest
|
488
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
573
|
|
@@ -496,6 +580,12 @@ module Google
|
|
496
580
|
include Google::Apis::Core::JsonObjectSupport
|
497
581
|
end
|
498
582
|
|
583
|
+
class Transport
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
499
589
|
class VirtualMachine
|
500
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
591
|
|
@@ -565,6 +655,16 @@ module Google
|
|
565
655
|
end
|
566
656
|
end
|
567
657
|
|
658
|
+
class AutoCreatedSubnetworkInfo
|
659
|
+
# @private
|
660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
661
|
+
property :internal_range, as: 'internalRange'
|
662
|
+
property :internal_range_ref, as: 'internalRangeRef'
|
663
|
+
property :subnetwork, as: 'subnetwork'
|
664
|
+
property :subnetwork_ref, as: 'subnetworkRef'
|
665
|
+
end
|
666
|
+
end
|
667
|
+
|
568
668
|
class Binding
|
569
669
|
# @private
|
570
670
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -613,6 +713,34 @@ module Google
|
|
613
713
|
end
|
614
714
|
end
|
615
715
|
|
716
|
+
class Destination
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :create_time, as: 'createTime'
|
720
|
+
property :description, as: 'description'
|
721
|
+
collection :endpoints, as: 'endpoints', class: Google::Apis::NetworkconnectivityV1::DestinationEndpoint, decorator: Google::Apis::NetworkconnectivityV1::DestinationEndpoint::Representation
|
722
|
+
|
723
|
+
property :etag, as: 'etag'
|
724
|
+
property :ip_prefix, as: 'ipPrefix'
|
725
|
+
hash :labels, as: 'labels'
|
726
|
+
property :name, as: 'name'
|
727
|
+
property :state_timeline, as: 'stateTimeline', class: Google::Apis::NetworkconnectivityV1::StateTimeline, decorator: Google::Apis::NetworkconnectivityV1::StateTimeline::Representation
|
728
|
+
|
729
|
+
property :uid, as: 'uid'
|
730
|
+
property :update_time, as: 'updateTime'
|
731
|
+
end
|
732
|
+
end
|
733
|
+
|
734
|
+
class DestinationEndpoint
|
735
|
+
# @private
|
736
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
737
|
+
property :asn, :numeric_string => true, as: 'asn'
|
738
|
+
property :csp, as: 'csp'
|
739
|
+
property :state, as: 'state'
|
740
|
+
property :update_time, as: 'updateTime'
|
741
|
+
end
|
742
|
+
end
|
743
|
+
|
616
744
|
class Empty
|
617
745
|
# @private
|
618
746
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -820,6 +948,16 @@ module Google
|
|
820
948
|
end
|
821
949
|
end
|
822
950
|
|
951
|
+
class ListDestinationsResponse
|
952
|
+
# @private
|
953
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
954
|
+
collection :destinations, as: 'destinations', class: Google::Apis::NetworkconnectivityV1::Destination, decorator: Google::Apis::NetworkconnectivityV1::Destination::Representation
|
955
|
+
|
956
|
+
property :next_page_token, as: 'nextPageToken'
|
957
|
+
collection :unreachable, as: 'unreachable'
|
958
|
+
end
|
959
|
+
end
|
960
|
+
|
823
961
|
class ListGroupsResponse
|
824
962
|
# @private
|
825
963
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -869,6 +1007,25 @@ module Google
|
|
869
1007
|
end
|
870
1008
|
end
|
871
1009
|
|
1010
|
+
class ListMulticloudDataTransferConfigsResponse
|
1011
|
+
# @private
|
1012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1013
|
+
collection :multicloud_data_transfer_configs, as: 'multicloudDataTransferConfigs', class: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferConfig, decorator: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferConfig::Representation
|
1014
|
+
|
1015
|
+
property :next_page_token, as: 'nextPageToken'
|
1016
|
+
collection :unreachable, as: 'unreachable'
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class ListMulticloudDataTransferSupportedServicesResponse
|
1021
|
+
# @private
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
+
collection :multicloud_data_transfer_supported_services, as: 'multicloudDataTransferSupportedServices', class: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferSupportedService, decorator: Google::Apis::NetworkconnectivityV1::MulticloudDataTransferSupportedService::Representation
|
1024
|
+
|
1025
|
+
property :next_page_token, as: 'nextPageToken'
|
1026
|
+
end
|
1027
|
+
end
|
1028
|
+
|
872
1029
|
class ListPolicyBasedRoutesResponse
|
873
1030
|
# @private
|
874
1031
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -889,6 +1046,16 @@ module Google
|
|
889
1046
|
end
|
890
1047
|
end
|
891
1048
|
|
1049
|
+
class ListRemoteTransportProfilesResponse
|
1050
|
+
# @private
|
1051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1052
|
+
property :next_page_token, as: 'nextPageToken'
|
1053
|
+
collection :remote_transport_profiles, as: 'remoteTransportProfiles', class: Google::Apis::NetworkconnectivityV1::RemoteTransportProfile, decorator: Google::Apis::NetworkconnectivityV1::RemoteTransportProfile::Representation
|
1054
|
+
|
1055
|
+
collection :unreachable, as: 'unreachable'
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
892
1059
|
class ListRouteTablesResponse
|
893
1060
|
# @private
|
894
1061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -959,6 +1126,16 @@ module Google
|
|
959
1126
|
end
|
960
1127
|
end
|
961
1128
|
|
1129
|
+
class ListTransportsResponse
|
1130
|
+
# @private
|
1131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1132
|
+
property :next_page_token, as: 'nextPageToken'
|
1133
|
+
collection :transports, as: 'transports', class: Google::Apis::NetworkconnectivityV1::Transport, decorator: Google::Apis::NetworkconnectivityV1::Transport::Representation
|
1134
|
+
|
1135
|
+
collection :unreachable, as: 'unreachable'
|
1136
|
+
end
|
1137
|
+
end
|
1138
|
+
|
962
1139
|
class Location
|
963
1140
|
# @private
|
964
1141
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -985,6 +1162,32 @@ module Google
|
|
985
1162
|
end
|
986
1163
|
end
|
987
1164
|
|
1165
|
+
class MulticloudDataTransferConfig
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :create_time, as: 'createTime'
|
1169
|
+
property :description, as: 'description'
|
1170
|
+
property :destinations_active_count, as: 'destinationsActiveCount'
|
1171
|
+
property :destinations_count, as: 'destinationsCount'
|
1172
|
+
property :etag, as: 'etag'
|
1173
|
+
hash :labels, as: 'labels'
|
1174
|
+
property :name, as: 'name'
|
1175
|
+
hash :services, as: 'services', class: Google::Apis::NetworkconnectivityV1::StateTimeline, decorator: Google::Apis::NetworkconnectivityV1::StateTimeline::Representation
|
1176
|
+
|
1177
|
+
property :uid, as: 'uid'
|
1178
|
+
property :update_time, as: 'updateTime'
|
1179
|
+
end
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
class MulticloudDataTransferSupportedService
|
1183
|
+
# @private
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1185
|
+
property :name, as: 'name'
|
1186
|
+
collection :service_configs, as: 'serviceConfigs', class: Google::Apis::NetworkconnectivityV1::ServiceConfig, decorator: Google::Apis::NetworkconnectivityV1::ServiceConfig::Representation
|
1187
|
+
|
1188
|
+
end
|
1189
|
+
end
|
1190
|
+
|
988
1191
|
class NextHopInterconnectAttachment
|
989
1192
|
# @private
|
990
1193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1183,6 +1386,16 @@ module Google
|
|
1183
1386
|
end
|
1184
1387
|
end
|
1185
1388
|
|
1389
|
+
class RemoteTransportProfile
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :create_time, as: 'createTime'
|
1393
|
+
hash :labels, as: 'labels'
|
1394
|
+
property :name, as: 'name'
|
1395
|
+
property :update_time, as: 'updateTime'
|
1396
|
+
end
|
1397
|
+
end
|
1398
|
+
|
1186
1399
|
class Route
|
1187
1400
|
# @private
|
1188
1401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1253,6 +1466,14 @@ module Google
|
|
1253
1466
|
end
|
1254
1467
|
end
|
1255
1468
|
|
1469
|
+
class ServiceConfig
|
1470
|
+
# @private
|
1471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1472
|
+
property :eligibility_criteria, as: 'eligibilityCriteria'
|
1473
|
+
property :support_end_time, as: 'supportEndTime'
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1256
1477
|
class ServiceConnectionMap
|
1257
1478
|
# @private
|
1258
1479
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1278,6 +1499,8 @@ module Google
|
|
1278
1499
|
class ServiceConnectionPolicy
|
1279
1500
|
# @private
|
1280
1501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
property :auto_created_subnet_info, as: 'autoCreatedSubnetInfo', class: Google::Apis::NetworkconnectivityV1::AutoCreatedSubnetworkInfo, decorator: Google::Apis::NetworkconnectivityV1::AutoCreatedSubnetworkInfo::Representation
|
1503
|
+
|
1281
1504
|
property :create_time, as: 'createTime'
|
1282
1505
|
property :description, as: 'description'
|
1283
1506
|
property :etag, as: 'etag'
|
@@ -1384,6 +1607,14 @@ module Google
|
|
1384
1607
|
end
|
1385
1608
|
end
|
1386
1609
|
|
1610
|
+
class StateMetadata
|
1611
|
+
# @private
|
1612
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1613
|
+
property :effective_time, as: 'effectiveTime'
|
1614
|
+
property :state, as: 'state'
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
1387
1618
|
class StateReason
|
1388
1619
|
# @private
|
1389
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1393,6 +1624,14 @@ module Google
|
|
1393
1624
|
end
|
1394
1625
|
end
|
1395
1626
|
|
1627
|
+
class StateTimeline
|
1628
|
+
# @private
|
1629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1630
|
+
collection :states, as: 'states', class: Google::Apis::NetworkconnectivityV1::StateMetadata, decorator: Google::Apis::NetworkconnectivityV1::StateMetadata::Representation
|
1631
|
+
|
1632
|
+
end
|
1633
|
+
end
|
1634
|
+
|
1396
1635
|
class TestIamPermissionsRequest
|
1397
1636
|
# @private
|
1398
1637
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1407,6 +1646,16 @@ module Google
|
|
1407
1646
|
end
|
1408
1647
|
end
|
1409
1648
|
|
1649
|
+
class Transport
|
1650
|
+
# @private
|
1651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1652
|
+
property :create_time, as: 'createTime'
|
1653
|
+
hash :labels, as: 'labels'
|
1654
|
+
property :name, as: 'name'
|
1655
|
+
property :update_time, as: 'updateTime'
|
1656
|
+
end
|
1657
|
+
end
|
1658
|
+
|
1410
1659
|
class VirtualMachine
|
1411
1660
|
# @private
|
1412
1661
|
class Representation < Google::Apis::Core::JsonRepresentation
|