google-apis-networkmanagement_v1 0.69.0 → 0.71.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/networkmanagement_v1/classes.rb +203 -667
- data/lib/google/apis/networkmanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1/representations.rb +57 -233
- data/lib/google/apis/networkmanagement_v1/service.rb +348 -396
- metadata +2 -2
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.71.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 = "20250925"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -124,6 +124,12 @@ module Google
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
+
class EffectiveVpcFlowLogsConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
127
133
|
class Empty
|
128
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
135
|
|
@@ -172,24 +178,12 @@ module Google
|
|
172
178
|
include Google::Apis::Core::JsonObjectSupport
|
173
179
|
end
|
174
180
|
|
175
|
-
class GeoLocation
|
176
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
-
|
178
|
-
include Google::Apis::Core::JsonObjectSupport
|
179
|
-
end
|
180
|
-
|
181
181
|
class GoogleServiceInfo
|
182
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
183
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class Host
|
188
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
-
|
190
|
-
include Google::Apis::Core::JsonObjectSupport
|
191
|
-
end
|
192
|
-
|
193
187
|
class HybridSubnetInfo
|
194
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
189
|
|
@@ -232,24 +226,6 @@ module Google
|
|
232
226
|
include Google::Apis::Core::JsonObjectSupport
|
233
227
|
end
|
234
228
|
|
235
|
-
class ListMonitoringPointsResponse
|
236
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
-
|
238
|
-
include Google::Apis::Core::JsonObjectSupport
|
239
|
-
end
|
240
|
-
|
241
|
-
class ListNetworkMonitoringProvidersResponse
|
242
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
-
|
244
|
-
include Google::Apis::Core::JsonObjectSupport
|
245
|
-
end
|
246
|
-
|
247
|
-
class ListNetworkPathsResponse
|
248
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
-
|
250
|
-
include Google::Apis::Core::JsonObjectSupport
|
251
|
-
end
|
252
|
-
|
253
229
|
class ListOperationsResponse
|
254
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
231
|
|
@@ -262,12 +238,6 @@ module Google
|
|
262
238
|
include Google::Apis::Core::JsonObjectSupport
|
263
239
|
end
|
264
240
|
|
265
|
-
class ListWebPathsResponse
|
266
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
-
|
268
|
-
include Google::Apis::Core::JsonObjectSupport
|
269
|
-
end
|
270
|
-
|
271
241
|
class LoadBalancerBackend
|
272
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
243
|
|
@@ -292,12 +262,6 @@ module Google
|
|
292
262
|
include Google::Apis::Core::JsonObjectSupport
|
293
263
|
end
|
294
264
|
|
295
|
-
class MonitoringPoint
|
296
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
-
|
298
|
-
include Google::Apis::Core::JsonObjectSupport
|
299
|
-
end
|
300
|
-
|
301
265
|
class NatInfo
|
302
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
267
|
|
@@ -310,24 +274,6 @@ module Google
|
|
310
274
|
include Google::Apis::Core::JsonObjectSupport
|
311
275
|
end
|
312
276
|
|
313
|
-
class NetworkInterface
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
-
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
317
|
-
end
|
318
|
-
|
319
|
-
class NetworkMonitoringProvider
|
320
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
-
|
322
|
-
include Google::Apis::Core::JsonObjectSupport
|
323
|
-
end
|
324
|
-
|
325
|
-
class NetworkPath
|
326
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
-
|
328
|
-
include Google::Apis::Core::JsonObjectSupport
|
329
|
-
end
|
330
|
-
|
331
277
|
class Operation
|
332
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
279
|
|
@@ -352,13 +298,13 @@ module Google
|
|
352
298
|
include Google::Apis::Core::JsonObjectSupport
|
353
299
|
end
|
354
300
|
|
355
|
-
class
|
301
|
+
class ProxyConnectionInfo
|
356
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
303
|
|
358
304
|
include Google::Apis::Core::JsonObjectSupport
|
359
305
|
end
|
360
306
|
|
361
|
-
class
|
307
|
+
class QueryOrgVpcFlowLogsConfigsResponse
|
362
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
309
|
|
364
310
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -412,6 +358,12 @@ module Google
|
|
412
358
|
include Google::Apis::Core::JsonObjectSupport
|
413
359
|
end
|
414
360
|
|
361
|
+
class ShowEffectiveFlowLogsConfigsResponse
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
415
367
|
class SingleEdgeResponse
|
416
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
369
|
|
@@ -478,12 +430,6 @@ module Google
|
|
478
430
|
include Google::Apis::Core::JsonObjectSupport
|
479
431
|
end
|
480
432
|
|
481
|
-
class WebPath
|
482
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
-
|
484
|
-
include Google::Apis::Core::JsonObjectSupport
|
485
|
-
end
|
486
|
-
|
487
433
|
class AbortInfo
|
488
434
|
# @private
|
489
435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -660,6 +606,25 @@ module Google
|
|
660
606
|
end
|
661
607
|
end
|
662
608
|
|
609
|
+
class EffectiveVpcFlowLogsConfig
|
610
|
+
# @private
|
611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
612
|
+
property :aggregation_interval, as: 'aggregationInterval'
|
613
|
+
property :cross_project_metadata, as: 'crossProjectMetadata'
|
614
|
+
property :filter_expr, as: 'filterExpr'
|
615
|
+
property :flow_sampling, as: 'flowSampling'
|
616
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
617
|
+
property :metadata, as: 'metadata'
|
618
|
+
collection :metadata_fields, as: 'metadataFields'
|
619
|
+
property :name, as: 'name'
|
620
|
+
property :network, as: 'network'
|
621
|
+
property :scope, as: 'scope'
|
622
|
+
property :state, as: 'state'
|
623
|
+
property :subnet, as: 'subnet'
|
624
|
+
property :vpn_tunnel, as: 'vpnTunnel'
|
625
|
+
end
|
626
|
+
end
|
627
|
+
|
663
628
|
class Empty
|
664
629
|
# @private
|
665
630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -773,14 +738,6 @@ module Google
|
|
773
738
|
end
|
774
739
|
end
|
775
740
|
|
776
|
-
class GeoLocation
|
777
|
-
# @private
|
778
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
779
|
-
property :country, as: 'country'
|
780
|
-
property :formatted_address, as: 'formattedAddress'
|
781
|
-
end
|
782
|
-
end
|
783
|
-
|
784
741
|
class GoogleServiceInfo
|
785
742
|
# @private
|
786
743
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -789,20 +746,6 @@ module Google
|
|
789
746
|
end
|
790
747
|
end
|
791
748
|
|
792
|
-
class Host
|
793
|
-
# @private
|
794
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
795
|
-
property :cloud_instance_id, as: 'cloudInstanceId'
|
796
|
-
property :cloud_project_id, as: 'cloudProjectId'
|
797
|
-
property :cloud_provider, as: 'cloudProvider'
|
798
|
-
property :cloud_region, as: 'cloudRegion'
|
799
|
-
collection :cloud_virtual_network_ids, as: 'cloudVirtualNetworkIds'
|
800
|
-
property :cloud_vpc_id, as: 'cloudVpcId'
|
801
|
-
property :cloud_zone, as: 'cloudZone'
|
802
|
-
property :os, as: 'os'
|
803
|
-
end
|
804
|
-
end
|
805
|
-
|
806
749
|
class HybridSubnetInfo
|
807
750
|
# @private
|
808
751
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -877,39 +820,13 @@ module Google
|
|
877
820
|
end
|
878
821
|
end
|
879
822
|
|
880
|
-
class ListMonitoringPointsResponse
|
881
|
-
# @private
|
882
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
883
|
-
collection :monitoring_points, as: 'monitoringPoints', class: Google::Apis::NetworkmanagementV1::MonitoringPoint, decorator: Google::Apis::NetworkmanagementV1::MonitoringPoint::Representation
|
884
|
-
|
885
|
-
property :next_page_token, as: 'nextPageToken'
|
886
|
-
end
|
887
|
-
end
|
888
|
-
|
889
|
-
class ListNetworkMonitoringProvidersResponse
|
890
|
-
# @private
|
891
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
-
collection :network_monitoring_providers, as: 'networkMonitoringProviders', class: Google::Apis::NetworkmanagementV1::NetworkMonitoringProvider, decorator: Google::Apis::NetworkmanagementV1::NetworkMonitoringProvider::Representation
|
893
|
-
|
894
|
-
property :next_page_token, as: 'nextPageToken'
|
895
|
-
end
|
896
|
-
end
|
897
|
-
|
898
|
-
class ListNetworkPathsResponse
|
899
|
-
# @private
|
900
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
-
collection :network_paths, as: 'networkPaths', class: Google::Apis::NetworkmanagementV1::NetworkPath, decorator: Google::Apis::NetworkmanagementV1::NetworkPath::Representation
|
902
|
-
|
903
|
-
property :next_page_token, as: 'nextPageToken'
|
904
|
-
end
|
905
|
-
end
|
906
|
-
|
907
823
|
class ListOperationsResponse
|
908
824
|
# @private
|
909
825
|
class Representation < Google::Apis::Core::JsonRepresentation
|
910
826
|
property :next_page_token, as: 'nextPageToken'
|
911
827
|
collection :operations, as: 'operations', class: Google::Apis::NetworkmanagementV1::Operation, decorator: Google::Apis::NetworkmanagementV1::Operation::Representation
|
912
828
|
|
829
|
+
collection :unreachable, as: 'unreachable'
|
913
830
|
end
|
914
831
|
end
|
915
832
|
|
@@ -923,15 +840,6 @@ module Google
|
|
923
840
|
end
|
924
841
|
end
|
925
842
|
|
926
|
-
class ListWebPathsResponse
|
927
|
-
# @private
|
928
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
-
property :next_page_token, as: 'nextPageToken'
|
930
|
-
collection :web_paths, as: 'webPaths', class: Google::Apis::NetworkmanagementV1::WebPath, decorator: Google::Apis::NetworkmanagementV1::WebPath::Representation
|
931
|
-
|
932
|
-
end
|
933
|
-
end
|
934
|
-
|
935
843
|
class LoadBalancerBackend
|
936
844
|
# @private
|
937
845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -982,33 +890,6 @@ module Google
|
|
982
890
|
end
|
983
891
|
end
|
984
892
|
|
985
|
-
class MonitoringPoint
|
986
|
-
# @private
|
987
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
988
|
-
property :auto_geo_location_enabled, as: 'autoGeoLocationEnabled'
|
989
|
-
property :connection_status, as: 'connectionStatus'
|
990
|
-
property :create_time, as: 'createTime'
|
991
|
-
property :display_name, as: 'displayName'
|
992
|
-
collection :errors, as: 'errors'
|
993
|
-
property :geo_location, as: 'geoLocation', class: Google::Apis::NetworkmanagementV1::GeoLocation, decorator: Google::Apis::NetworkmanagementV1::GeoLocation::Representation
|
994
|
-
|
995
|
-
property :host, as: 'host', class: Google::Apis::NetworkmanagementV1::Host, decorator: Google::Apis::NetworkmanagementV1::Host::Representation
|
996
|
-
|
997
|
-
property :hostname, as: 'hostname'
|
998
|
-
property :name, as: 'name'
|
999
|
-
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::NetworkmanagementV1::NetworkInterface, decorator: Google::Apis::NetworkmanagementV1::NetworkInterface::Representation
|
1000
|
-
|
1001
|
-
property :originating_ip, as: 'originatingIp'
|
1002
|
-
collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
|
1003
|
-
|
1004
|
-
property :type, as: 'type'
|
1005
|
-
property :update_time, as: 'updateTime'
|
1006
|
-
property :upgrade_available, as: 'upgradeAvailable'
|
1007
|
-
property :upgrade_type, as: 'upgradeType'
|
1008
|
-
property :version, as: 'version'
|
1009
|
-
end
|
1010
|
-
end
|
1011
|
-
|
1012
893
|
class NatInfo
|
1013
894
|
# @private
|
1014
895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1039,55 +920,6 @@ module Google
|
|
1039
920
|
end
|
1040
921
|
end
|
1041
922
|
|
1042
|
-
class NetworkInterface
|
1043
|
-
# @private
|
1044
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
-
property :adapter_description, as: 'adapterDescription'
|
1046
|
-
property :cidr, as: 'cidr'
|
1047
|
-
property :interface_name, as: 'interfaceName'
|
1048
|
-
property :ip_address, as: 'ipAddress'
|
1049
|
-
property :mac_address, as: 'macAddress'
|
1050
|
-
property :speed, :numeric_string => true, as: 'speed'
|
1051
|
-
property :vlan_id, :numeric_string => true, as: 'vlanId'
|
1052
|
-
end
|
1053
|
-
end
|
1054
|
-
|
1055
|
-
class NetworkMonitoringProvider
|
1056
|
-
# @private
|
1057
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1058
|
-
property :create_time, as: 'createTime'
|
1059
|
-
collection :errors, as: 'errors'
|
1060
|
-
property :name, as: 'name'
|
1061
|
-
property :provider_type, as: 'providerType'
|
1062
|
-
property :provider_uri, as: 'providerUri'
|
1063
|
-
property :state, as: 'state'
|
1064
|
-
property :update_time, as: 'updateTime'
|
1065
|
-
end
|
1066
|
-
end
|
1067
|
-
|
1068
|
-
class NetworkPath
|
1069
|
-
# @private
|
1070
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1071
|
-
property :create_time, as: 'createTime'
|
1072
|
-
property :destination, as: 'destination'
|
1073
|
-
property :destination_geo_location, as: 'destinationGeoLocation', class: Google::Apis::NetworkmanagementV1::GeoLocation, decorator: Google::Apis::NetworkmanagementV1::GeoLocation::Representation
|
1074
|
-
|
1075
|
-
property :display_name, as: 'displayName'
|
1076
|
-
property :dual_ended, as: 'dualEnded'
|
1077
|
-
property :monitoring_enabled, as: 'monitoringEnabled'
|
1078
|
-
property :monitoring_policy_display_name, as: 'monitoringPolicyDisplayName'
|
1079
|
-
property :monitoring_policy_id, as: 'monitoringPolicyId'
|
1080
|
-
property :monitoring_status, as: 'monitoringStatus'
|
1081
|
-
property :name, as: 'name'
|
1082
|
-
property :network_protocol, as: 'networkProtocol'
|
1083
|
-
collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
|
1084
|
-
|
1085
|
-
property :provider_ui_uri, as: 'providerUiUri'
|
1086
|
-
property :source_monitoring_point_id, as: 'sourceMonitoringPointId'
|
1087
|
-
property :update_time, as: 'updateTime'
|
1088
|
-
end
|
1089
|
-
end
|
1090
|
-
|
1091
923
|
class Operation
|
1092
924
|
# @private
|
1093
925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1147,15 +979,6 @@ module Google
|
|
1147
979
|
end
|
1148
980
|
end
|
1149
981
|
|
1150
|
-
class ProviderTag
|
1151
|
-
# @private
|
1152
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1153
|
-
property :category, as: 'category'
|
1154
|
-
property :resource_type, as: 'resourceType'
|
1155
|
-
property :value, as: 'value'
|
1156
|
-
end
|
1157
|
-
end
|
1158
|
-
|
1159
982
|
class ProxyConnectionInfo
|
1160
983
|
# @private
|
1161
984
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1173,6 +996,16 @@ module Google
|
|
1173
996
|
end
|
1174
997
|
end
|
1175
998
|
|
999
|
+
class QueryOrgVpcFlowLogsConfigsResponse
|
1000
|
+
# @private
|
1001
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1002
|
+
property :next_page_token, as: 'nextPageToken'
|
1003
|
+
collection :unreachable, as: 'unreachable'
|
1004
|
+
collection :vpc_flow_logs_configs, as: 'vpcFlowLogsConfigs', class: Google::Apis::NetworkmanagementV1::VpcFlowLogsConfig, decorator: Google::Apis::NetworkmanagementV1::VpcFlowLogsConfig::Representation
|
1005
|
+
|
1006
|
+
end
|
1007
|
+
end
|
1008
|
+
|
1176
1009
|
class ReachabilityDetails
|
1177
1010
|
# @private
|
1178
1011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1268,6 +1101,16 @@ module Google
|
|
1268
1101
|
end
|
1269
1102
|
end
|
1270
1103
|
|
1104
|
+
class ShowEffectiveFlowLogsConfigsResponse
|
1105
|
+
# @private
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
+
collection :effective_flow_logs_configs, as: 'effectiveFlowLogsConfigs', class: Google::Apis::NetworkmanagementV1::EffectiveVpcFlowLogsConfig, decorator: Google::Apis::NetworkmanagementV1::EffectiveVpcFlowLogsConfig::Representation
|
1108
|
+
|
1109
|
+
property :next_page_token, as: 'nextPageToken'
|
1110
|
+
collection :unreachable, as: 'unreachable'
|
1111
|
+
end
|
1112
|
+
end
|
1113
|
+
|
1271
1114
|
class SingleEdgeResponse
|
1272
1115
|
# @private
|
1273
1116
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1409,6 +1252,7 @@ module Google
|
|
1409
1252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1410
1253
|
property :aggregation_interval, as: 'aggregationInterval'
|
1411
1254
|
property :create_time, as: 'createTime'
|
1255
|
+
property :cross_project_metadata, as: 'crossProjectMetadata'
|
1412
1256
|
property :description, as: 'description'
|
1413
1257
|
property :filter_expr, as: 'filterExpr'
|
1414
1258
|
property :flow_sampling, as: 'flowSampling'
|
@@ -1417,7 +1261,9 @@ module Google
|
|
1417
1261
|
property :metadata, as: 'metadata'
|
1418
1262
|
collection :metadata_fields, as: 'metadataFields'
|
1419
1263
|
property :name, as: 'name'
|
1264
|
+
property :network, as: 'network'
|
1420
1265
|
property :state, as: 'state'
|
1266
|
+
property :subnet, as: 'subnet'
|
1421
1267
|
property :target_resource_state, as: 'targetResourceState'
|
1422
1268
|
property :update_time, as: 'updateTime'
|
1423
1269
|
property :vpn_tunnel, as: 'vpnTunnel'
|
@@ -1450,28 +1296,6 @@ module Google
|
|
1450
1296
|
property :uri, as: 'uri'
|
1451
1297
|
end
|
1452
1298
|
end
|
1453
|
-
|
1454
|
-
class WebPath
|
1455
|
-
# @private
|
1456
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1457
|
-
property :create_time, as: 'createTime'
|
1458
|
-
property :destination, as: 'destination'
|
1459
|
-
property :display_name, as: 'displayName'
|
1460
|
-
property :interval, as: 'interval'
|
1461
|
-
property :monitoring_enabled, as: 'monitoringEnabled'
|
1462
|
-
property :monitoring_policy_display_name, as: 'monitoringPolicyDisplayName'
|
1463
|
-
property :monitoring_policy_id, as: 'monitoringPolicyId'
|
1464
|
-
property :monitoring_status, as: 'monitoringStatus'
|
1465
|
-
property :name, as: 'name'
|
1466
|
-
collection :provider_tags, as: 'providerTags', class: Google::Apis::NetworkmanagementV1::ProviderTag, decorator: Google::Apis::NetworkmanagementV1::ProviderTag::Representation
|
1467
|
-
|
1468
|
-
property :provider_ui_uri, as: 'providerUiUri'
|
1469
|
-
property :related_network_path_id, as: 'relatedNetworkPathId'
|
1470
|
-
property :source_monitoring_point_id, as: 'sourceMonitoringPointId'
|
1471
|
-
property :update_time, as: 'updateTime'
|
1472
|
-
property :workflow_type, as: 'workflowType'
|
1473
|
-
end
|
1474
|
-
end
|
1475
1299
|
end
|
1476
1300
|
end
|
1477
1301
|
end
|