google-apis-networkmanagement_v1 0.85.0 → 0.86.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 27ae81cf1485958662702aa16d2340727cf6a0d9d1c268835f61fc71b36ae148
|
|
4
|
+
data.tar.gz: 1c7922d1e6d85a0f4bc3296695d54304c0e9a209bdd51d2ec4fd50434b767ac2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0759077eed0abead7b63221d10d78e507869874b3808bab14ced81a1d60ec0ea9c058c2f191f7d5f208189cf1137c259da285c891f196eedf770c02cba16ee67'
|
|
7
|
+
data.tar.gz: 11f0156b90c175d70da9337edfb044c8b3b977ec7d563e998bf19a609996c7185e2234842d2afcaf06a0f1ba97b4811273596564cb87532f66fe2797372f8082
|
data/CHANGELOG.md
CHANGED
|
@@ -42,7 +42,9 @@ module Google
|
|
|
42
42
|
# @return [Array<String>]
|
|
43
43
|
attr_accessor :projects_missing_permission
|
|
44
44
|
|
|
45
|
-
# URI of the resource that caused the abort.
|
|
45
|
+
# URI of the resource that caused the abort. Format: * `projects/`project_id`/
|
|
46
|
+
# global/networks/`network_id`` (VPC network) * `projects/`project_id`/zones/`
|
|
47
|
+
# zone`/instances/`instance_id`` (VM instance)
|
|
46
48
|
# Corresponds to the JSON property `resourceUri`
|
|
47
49
|
# @return [String]
|
|
48
50
|
attr_accessor :resource_uri
|
|
@@ -100,7 +102,8 @@ module Google
|
|
|
100
102
|
# @return [String]
|
|
101
103
|
attr_accessor :runtime
|
|
102
104
|
|
|
103
|
-
# URI of
|
|
105
|
+
# URI of the App Engine version. Format: `apps/`app_id`/services/`service_id`/
|
|
106
|
+
# versions/`version_id``
|
|
104
107
|
# Corresponds to the JSON property `uri`
|
|
105
108
|
# @return [String]
|
|
106
109
|
attr_accessor :uri
|
|
@@ -336,7 +339,8 @@ module Google
|
|
|
336
339
|
# @return [String]
|
|
337
340
|
attr_accessor :location
|
|
338
341
|
|
|
339
|
-
# URI of
|
|
342
|
+
# URI of the Cloud Function. Format: `projects/`project_id`/locations/`location`/
|
|
343
|
+
# functions/`function_id``
|
|
340
344
|
# Corresponds to the JSON property `uri`
|
|
341
345
|
# @return [String]
|
|
342
346
|
attr_accessor :uri
|
|
@@ -373,7 +377,8 @@ module Google
|
|
|
373
377
|
# @return [String]
|
|
374
378
|
attr_accessor :location
|
|
375
379
|
|
|
376
|
-
# URI of
|
|
380
|
+
# URI of the Cloud Run job. Format: `projects/`project_id`/locations/`location`/
|
|
381
|
+
# jobs/`job_id``
|
|
377
382
|
# Corresponds to the JSON property `uri`
|
|
378
383
|
# @return [String]
|
|
379
384
|
attr_accessor :uri
|
|
@@ -432,12 +437,14 @@ module Google
|
|
|
432
437
|
# @return [String]
|
|
433
438
|
attr_accessor :location
|
|
434
439
|
|
|
435
|
-
# URI of Cloud Run service this revision belongs to.
|
|
440
|
+
# URI of Cloud Run service this revision belongs to. Format: `projects/`
|
|
441
|
+
# project_id`/locations/`location`/services/`service_id``
|
|
436
442
|
# Corresponds to the JSON property `serviceUri`
|
|
437
443
|
# @return [String]
|
|
438
444
|
attr_accessor :service_uri
|
|
439
445
|
|
|
440
|
-
# URI of
|
|
446
|
+
# URI of the Cloud Run revision. Format: `projects/`project_id`/locations/`
|
|
447
|
+
# location`/revisions/`revision_id``
|
|
441
448
|
# Corresponds to the JSON property `uri`
|
|
442
449
|
# @return [String]
|
|
443
450
|
attr_accessor :uri
|
|
@@ -475,7 +482,7 @@ module Google
|
|
|
475
482
|
attr_accessor :internal_ip
|
|
476
483
|
|
|
477
484
|
# URI of a Cloud SQL instance network or empty string if the instance does not
|
|
478
|
-
# have one.
|
|
485
|
+
# have one. In format "projects/`project`/global/networks/`network`".
|
|
479
486
|
# Corresponds to the JSON property `networkUri`
|
|
480
487
|
# @return [String]
|
|
481
488
|
attr_accessor :network_uri
|
|
@@ -485,7 +492,7 @@ module Google
|
|
|
485
492
|
# @return [String]
|
|
486
493
|
attr_accessor :region
|
|
487
494
|
|
|
488
|
-
# URI of a Cloud SQL instance
|
|
495
|
+
# URI of a Cloud SQL instance in format "projects/`project`/instances/`instance`"
|
|
489
496
|
# Corresponds to the JSON property `uri`
|
|
490
497
|
# @return [String]
|
|
491
498
|
attr_accessor :uri
|
|
@@ -633,7 +640,9 @@ module Google
|
|
|
633
640
|
# @return [String]
|
|
634
641
|
attr_accessor :psc_google_api_target
|
|
635
642
|
|
|
636
|
-
# URI of the resource that the packet is delivered to.
|
|
643
|
+
# URI of the resource that the packet is delivered to. For example: * `"projects/
|
|
644
|
+
# `project`/zones/`zone`/instances/`instance`"` * `"projects/`project`/regions/`
|
|
645
|
+
# region`/networkEndpointGroups/`network_endpoint_group`"`
|
|
637
646
|
# Corresponds to the JSON property `resourceUri`
|
|
638
647
|
# @return [String]
|
|
639
648
|
attr_accessor :resource_uri
|
|
@@ -668,7 +677,8 @@ module Google
|
|
|
668
677
|
class DirectVpcEgressConnectionInfo
|
|
669
678
|
include Google::Apis::Core::Hashable
|
|
670
679
|
|
|
671
|
-
# URI of
|
|
680
|
+
# URI of the VPC network for direct egress. Format: `projects/`project_id`/
|
|
681
|
+
# global/networks/`network_id``
|
|
672
682
|
# Corresponds to the JSON property `networkUri`
|
|
673
683
|
# @return [String]
|
|
674
684
|
attr_accessor :network_uri
|
|
@@ -688,7 +698,8 @@ module Google
|
|
|
688
698
|
# @return [String]
|
|
689
699
|
attr_accessor :selected_ip_range
|
|
690
700
|
|
|
691
|
-
# URI of direct
|
|
701
|
+
# URI of the subnetwork for direct egress. Format: `projects/`project_id`/
|
|
702
|
+
# regions/`region`/subnetworks/`subnetwork_id``
|
|
692
703
|
# Corresponds to the JSON property `subnetworkUri`
|
|
693
704
|
# @return [String]
|
|
694
705
|
attr_accessor :subnetwork_uri
|
|
@@ -731,7 +742,9 @@ module Google
|
|
|
731
742
|
# @return [String]
|
|
732
743
|
attr_accessor :region
|
|
733
744
|
|
|
734
|
-
# URI of the resource that caused the drop.
|
|
745
|
+
# URI of the resource that caused the drop. Format: * `projects/`project_id`/
|
|
746
|
+
# global/firewalls/`firewall_id`` (firewall rule) * `projects/`project_id`/
|
|
747
|
+
# global/routes/`route_id`` (route)
|
|
735
748
|
# Corresponds to the JSON property `resourceUri`
|
|
736
749
|
# @return [String]
|
|
737
750
|
attr_accessor :resource_uri
|
|
@@ -941,6 +954,13 @@ module Google
|
|
|
941
954
|
# @return [String]
|
|
942
955
|
attr_accessor :cloud_sql_instance
|
|
943
956
|
|
|
957
|
+
# A [DMS Private Connection](https://docs.cloud.google.com/database-migration/
|
|
958
|
+
# docs/reference/rest/v1/projects.locations.privateConnections) name format:
|
|
959
|
+
# projects/`project`/locations/`location`/privateConnections/`privateConnection`.
|
|
960
|
+
# Corresponds to the JSON property `dmsPrivateConnection`
|
|
961
|
+
# @return [String]
|
|
962
|
+
attr_accessor :dms_private_connection
|
|
963
|
+
|
|
944
964
|
# A forwarding rule and its corresponding IP address represent the frontend
|
|
945
965
|
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
|
946
966
|
# for protocol forwarding, Private Service Connect and other network services to
|
|
@@ -1044,6 +1064,7 @@ module Google
|
|
|
1044
1064
|
@cloud_run_job = args[:cloud_run_job] if args.key?(:cloud_run_job)
|
|
1045
1065
|
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
|
|
1046
1066
|
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
|
|
1067
|
+
@dms_private_connection = args[:dms_private_connection] if args.key?(:dms_private_connection)
|
|
1047
1068
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
|
1048
1069
|
@forwarding_rule_target = args[:forwarding_rule_target] if args.key?(:forwarding_rule_target)
|
|
1049
1070
|
@fqdn = args[:fqdn] if args.key?(:fqdn)
|
|
@@ -1073,7 +1094,8 @@ module Google
|
|
|
1073
1094
|
# @return [String]
|
|
1074
1095
|
attr_accessor :destination_ip
|
|
1075
1096
|
|
|
1076
|
-
# URI of the network where this packet is sent to.
|
|
1097
|
+
# URI of the network where this packet is sent to. Format: `projects/`project_id`
|
|
1098
|
+
# /global/networks/`network_id``
|
|
1077
1099
|
# Corresponds to the JSON property `destinationNetworkUri`
|
|
1078
1100
|
# @return [String]
|
|
1079
1101
|
attr_accessor :destination_network_uri
|
|
@@ -1098,7 +1120,8 @@ module Google
|
|
|
1098
1120
|
# @return [String]
|
|
1099
1121
|
attr_accessor :source_ip
|
|
1100
1122
|
|
|
1101
|
-
# URI of the network where this packet originates from.
|
|
1123
|
+
# URI of the network where this packet originates from. Format: `projects/`
|
|
1124
|
+
# project_id`/global/networks/`network_id``
|
|
1102
1125
|
# Corresponds to the JSON property `sourceNetworkUri`
|
|
1103
1126
|
# @return [String]
|
|
1104
1127
|
attr_accessor :source_network_uri
|
|
@@ -1205,8 +1228,9 @@ module Google
|
|
|
1205
1228
|
# @return [String]
|
|
1206
1229
|
attr_accessor :firewall_rule_type
|
|
1207
1230
|
|
|
1208
|
-
# The URI of the VPC network that the firewall rule is associated with
|
|
1209
|
-
# field is not applicable
|
|
1231
|
+
# The URI of the VPC network that the firewall rule is associated with in format
|
|
1232
|
+
# "projects/`project`/global/networks/`network`". This field is not applicable
|
|
1233
|
+
# to hierarchical firewall policy rules.
|
|
1210
1234
|
# Corresponds to the JSON property `networkUri`
|
|
1211
1235
|
# @return [String]
|
|
1212
1236
|
attr_accessor :network_uri
|
|
@@ -1224,7 +1248,11 @@ module Google
|
|
|
1224
1248
|
attr_accessor :policy_priority
|
|
1225
1249
|
|
|
1226
1250
|
# The URI of the firewall policy that this rule is associated with. This field
|
|
1227
|
-
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
|
1251
|
+
# is not applicable to VPC firewall rules and implied VPC firewall rules. Format:
|
|
1252
|
+
# * `locations/global/firewallPolicies/`policy_id`` (hierarchical policy) * `
|
|
1253
|
+
# projects/`project_id`/global/firewallPolicies/`policy_id`` (global network
|
|
1254
|
+
# firewall policy) * `projects/`project_id`/regions/`region`/firewallPolicies/`
|
|
1255
|
+
# policy_id`` (regional network firewall policy)
|
|
1228
1256
|
# Corresponds to the JSON property `policyUri`
|
|
1229
1257
|
# @return [String]
|
|
1230
1258
|
attr_accessor :policy_uri
|
|
@@ -1250,8 +1278,8 @@ module Google
|
|
|
1250
1278
|
# @return [String]
|
|
1251
1279
|
attr_accessor :target_type
|
|
1252
1280
|
|
|
1253
|
-
# The URI of the firewall rule
|
|
1254
|
-
# firewall rules.
|
|
1281
|
+
# The URI of the firewall rule in format "projects/`project`/global/firewalls/`
|
|
1282
|
+
# firewall`". This field is not applicable to implied VPC firewall rules.
|
|
1255
1283
|
# Corresponds to the JSON property `uri`
|
|
1256
1284
|
# @return [String]
|
|
1257
1285
|
attr_accessor :uri
|
|
@@ -1287,7 +1315,9 @@ module Google
|
|
|
1287
1315
|
# @return [String]
|
|
1288
1316
|
attr_accessor :ip_address
|
|
1289
1317
|
|
|
1290
|
-
# URI of the resource that the packet is forwarded to.
|
|
1318
|
+
# URI of the resource that the packet is forwarded to. Format: * `projects/`
|
|
1319
|
+
# project_id`/global/networks/`network_id`` (VPC peering network) * `projects/`
|
|
1320
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (VPN gateway)
|
|
1291
1321
|
# Corresponds to the JSON property `resourceUri`
|
|
1292
1322
|
# @return [String]
|
|
1293
1323
|
attr_accessor :resource_uri
|
|
@@ -1334,7 +1364,8 @@ module Google
|
|
|
1334
1364
|
# @return [String]
|
|
1335
1365
|
attr_accessor :matched_protocol
|
|
1336
1366
|
|
|
1337
|
-
#
|
|
1367
|
+
# URI of a VPC network where the forwarding rule is located in format "projects/`
|
|
1368
|
+
# project`/global/networks/`network`".
|
|
1338
1369
|
# Corresponds to the JSON property `networkUri`
|
|
1339
1370
|
# @return [String]
|
|
1340
1371
|
attr_accessor :network_uri
|
|
@@ -1344,7 +1375,9 @@ module Google
|
|
|
1344
1375
|
# @return [String]
|
|
1345
1376
|
attr_accessor :psc_google_api_target
|
|
1346
1377
|
|
|
1347
|
-
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1378
|
+
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1379
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
1380
|
+
# service_attachment`".
|
|
1348
1381
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
1349
1382
|
# @return [String]
|
|
1350
1383
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -1359,7 +1392,9 @@ module Google
|
|
|
1359
1392
|
# @return [String]
|
|
1360
1393
|
attr_accessor :target
|
|
1361
1394
|
|
|
1362
|
-
# URI of the forwarding rule
|
|
1395
|
+
# URI of the forwarding rule in format "projects/`project`/global/
|
|
1396
|
+
# forwardingRules/`forwarding_rule`" (global) or "projects/`project`/regions/`
|
|
1397
|
+
# region`/forwardingRules/`forwarding_rule`" (regional).
|
|
1363
1398
|
# Corresponds to the JSON property `uri`
|
|
1364
1399
|
# @return [String]
|
|
1365
1400
|
attr_accessor :uri
|
|
@@ -1394,12 +1429,15 @@ module Google
|
|
|
1394
1429
|
class GkeMasterInfo
|
|
1395
1430
|
include Google::Apis::Core::Hashable
|
|
1396
1431
|
|
|
1397
|
-
# URI of
|
|
1432
|
+
# URI of the GKE cluster network. Format: `projects/`project_id`/global/networks/
|
|
1433
|
+
# `network_id``
|
|
1398
1434
|
# Corresponds to the JSON property `clusterNetworkUri`
|
|
1399
1435
|
# @return [String]
|
|
1400
1436
|
attr_accessor :cluster_network_uri
|
|
1401
1437
|
|
|
1402
|
-
# URI of
|
|
1438
|
+
# URI of the GKE cluster. Format: * `projects/`project_id`/locations/`location`/
|
|
1439
|
+
# clusters/`cluster_id`` (regional cluster) * `projects/`project_id`/zones/`zone`
|
|
1440
|
+
# /clusters/`cluster_id`` (zonal cluster)
|
|
1403
1441
|
# Corresponds to the JSON property `clusterUri`
|
|
1404
1442
|
# @return [String]
|
|
1405
1443
|
attr_accessor :cluster_uri
|
|
@@ -1569,7 +1607,8 @@ module Google
|
|
|
1569
1607
|
# @return [String]
|
|
1570
1608
|
attr_accessor :ip_address
|
|
1571
1609
|
|
|
1572
|
-
# URI of the network containing the GKE Pod.
|
|
1610
|
+
# URI of the network containing the GKE Pod. Format: `projects/`project_id`/
|
|
1611
|
+
# global/networks/`network_id``
|
|
1573
1612
|
# Corresponds to the JSON property `networkUri`
|
|
1574
1613
|
# @return [String]
|
|
1575
1614
|
attr_accessor :network_uri
|
|
@@ -1740,7 +1779,8 @@ module Google
|
|
|
1740
1779
|
# @return [String]
|
|
1741
1780
|
attr_accessor :region
|
|
1742
1781
|
|
|
1743
|
-
# URI of
|
|
1782
|
+
# URI of the hybrid subnet. Format: `projects/`project_id`/regions/`region`/
|
|
1783
|
+
# subnetworks/`subnetwork_id``
|
|
1744
1784
|
# Corresponds to the JSON property `uri`
|
|
1745
1785
|
# @return [String]
|
|
1746
1786
|
attr_accessor :uri
|
|
@@ -1786,12 +1826,15 @@ module Google
|
|
|
1786
1826
|
# @return [Array<String>]
|
|
1787
1827
|
attr_accessor :network_tags
|
|
1788
1828
|
|
|
1789
|
-
# URI of a Compute Engine network
|
|
1829
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
1830
|
+
# network`"
|
|
1790
1831
|
# Corresponds to the JSON property `networkUri`
|
|
1791
1832
|
# @return [String]
|
|
1792
1833
|
attr_accessor :network_uri
|
|
1793
1834
|
|
|
1794
|
-
# URI of the PSC network attachment the NIC is attached to (if relevant)
|
|
1835
|
+
# URI of the PSC network attachment the NIC is attached to (if relevant) in
|
|
1836
|
+
# format "projects/`project`/regions/`region`/networkAttachments/`
|
|
1837
|
+
# network_attachment`"
|
|
1795
1838
|
# Corresponds to the JSON property `pscNetworkAttachmentUri`
|
|
1796
1839
|
# @return [String]
|
|
1797
1840
|
attr_accessor :psc_network_attachment_uri
|
|
@@ -1813,7 +1856,8 @@ module Google
|
|
|
1813
1856
|
# @return [String]
|
|
1814
1857
|
attr_accessor :status
|
|
1815
1858
|
|
|
1816
|
-
# URI of a Compute Engine instance
|
|
1859
|
+
# URI of a Compute Engine instance in format "projects/`project`/zones/`zone`/
|
|
1860
|
+
# instances/`instance`"
|
|
1817
1861
|
# Corresponds to the JSON property `uri`
|
|
1818
1862
|
# @return [String]
|
|
1819
1863
|
attr_accessor :uri
|
|
@@ -1842,7 +1886,8 @@ module Google
|
|
|
1842
1886
|
class InterconnectAttachmentInfo
|
|
1843
1887
|
include Google::Apis::Core::Hashable
|
|
1844
1888
|
|
|
1845
|
-
# URI of the Cloud Router to be used for dynamic routing.
|
|
1889
|
+
# URI of the Cloud Router to be used for dynamic routing. Format: `projects/`
|
|
1890
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
1846
1891
|
# Corresponds to the JSON property `cloudRouterUri`
|
|
1847
1892
|
# @return [String]
|
|
1848
1893
|
attr_accessor :cloud_router_uri
|
|
@@ -1852,7 +1897,8 @@ module Google
|
|
|
1852
1897
|
# @return [String]
|
|
1853
1898
|
attr_accessor :display_name
|
|
1854
1899
|
|
|
1855
|
-
# URI of the Interconnect
|
|
1900
|
+
# URI of the Interconnect. Format: `projects/`project_id`/global/interconnects/`
|
|
1901
|
+
# interconnect_id``
|
|
1856
1902
|
# Corresponds to the JSON property `interconnectUri`
|
|
1857
1903
|
# @return [String]
|
|
1858
1904
|
attr_accessor :interconnect_uri
|
|
@@ -1872,7 +1918,8 @@ module Google
|
|
|
1872
1918
|
# @return [String]
|
|
1873
1919
|
attr_accessor :type
|
|
1874
1920
|
|
|
1875
|
-
# URI of
|
|
1921
|
+
# URI of the Interconnect attachment. Format: `projects/`project_id`/regions/`
|
|
1922
|
+
# region`/interconnectAttachments/`attachment_id``
|
|
1876
1923
|
# Corresponds to the JSON property `uri`
|
|
1877
1924
|
# @return [String]
|
|
1878
1925
|
attr_accessor :uri
|
|
@@ -2211,7 +2258,12 @@ module Google
|
|
|
2211
2258
|
# @return [String]
|
|
2212
2259
|
attr_accessor :health_check_firewall_state
|
|
2213
2260
|
|
|
2214
|
-
# URI of
|
|
2261
|
+
# URI of the backend instance or network endpoint. Format: * `projects/`
|
|
2262
|
+
# project_id`/zones/`zone`/instances/`instance_id`` (instance) * `projects/`
|
|
2263
|
+
# project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (zonal NEG) * `
|
|
2264
|
+
# projects/`project_id`/regions/`region`/networkEndpointGroups/`neg_id`` (
|
|
2265
|
+
# regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`neg_id`` (
|
|
2266
|
+
# global NEG)
|
|
2215
2267
|
# Corresponds to the JSON property `uri`
|
|
2216
2268
|
# @return [String]
|
|
2217
2269
|
attr_accessor :uri
|
|
@@ -2234,12 +2286,16 @@ module Google
|
|
|
2234
2286
|
class LoadBalancerBackendInfo
|
|
2235
2287
|
include Google::Apis::Core::Hashable
|
|
2236
2288
|
|
|
2237
|
-
# URI of the backend bucket this backend targets (if applicable)
|
|
2289
|
+
# URI of the backend bucket this backend targets (if applicable) in format "
|
|
2290
|
+
# projects/`project`/global/backendBuckets/`backend_bucket`".
|
|
2238
2291
|
# Corresponds to the JSON property `backendBucketUri`
|
|
2239
2292
|
# @return [String]
|
|
2240
2293
|
attr_accessor :backend_bucket_uri
|
|
2241
2294
|
|
|
2242
|
-
# URI of the backend service this backend belongs to (if applicable)
|
|
2295
|
+
# URI of the backend service this backend belongs to (if applicable) in format "
|
|
2296
|
+
# projects/`project`/regions/`region`/backendServices/`backend_service`" (
|
|
2297
|
+
# regional) or "projects/`project`/global/backendServices/`backend_service`" (
|
|
2298
|
+
# global).
|
|
2243
2299
|
# Corresponds to the JSON property `backendServiceUri`
|
|
2244
2300
|
# @return [String]
|
|
2245
2301
|
attr_accessor :backend_service_uri
|
|
@@ -2254,18 +2310,23 @@ module Google
|
|
|
2254
2310
|
# @return [String]
|
|
2255
2311
|
attr_accessor :health_check_firewalls_config_state
|
|
2256
2312
|
|
|
2257
|
-
# URI of the health check attached to this backend (if applicable).
|
|
2313
|
+
# URI of the health check attached to this backend (if applicable). Format: * `
|
|
2314
|
+
# projects/`project_id`/global/healthChecks/`health_check_id`` * `projects/`
|
|
2315
|
+
# project_id`/regions/`region`/healthChecks/`health_check_id`` * `projects/`
|
|
2316
|
+
# project_id`/global/httpHealthChecks/`health_check_id`` (legacy)
|
|
2258
2317
|
# Corresponds to the JSON property `healthCheckUri`
|
|
2259
2318
|
# @return [String]
|
|
2260
2319
|
attr_accessor :health_check_uri
|
|
2261
2320
|
|
|
2262
|
-
# URI of the instance group this backend belongs to (if applicable)
|
|
2321
|
+
# URI of the instance group this backend belongs to (if applicable) in format "
|
|
2322
|
+
# projects/`project`/zones/`zone`/instanceGroups/`instance_group`".
|
|
2263
2323
|
# Corresponds to the JSON property `instanceGroupUri`
|
|
2264
2324
|
# @return [String]
|
|
2265
2325
|
attr_accessor :instance_group_uri
|
|
2266
2326
|
|
|
2267
|
-
# URI of the backend instance (if applicable)
|
|
2268
|
-
#
|
|
2327
|
+
# URI of the backend instance (if applicable) in format "projects/`project`/
|
|
2328
|
+
# zones/`zone`/instances/`instance`". Populated for instance group backends, and
|
|
2329
|
+
# zonal NEG backends.
|
|
2269
2330
|
# Corresponds to the JSON property `instanceUri`
|
|
2270
2331
|
# @return [String]
|
|
2271
2332
|
attr_accessor :instance_uri
|
|
@@ -2277,7 +2338,11 @@ module Google
|
|
|
2277
2338
|
# @return [String]
|
|
2278
2339
|
attr_accessor :name
|
|
2279
2340
|
|
|
2280
|
-
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2341
|
+
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2342
|
+
# Format: * `projects/`project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (
|
|
2343
|
+
# zonal NEG) * `projects/`project_id`/regions/`region`/networkEndpointGroups/`
|
|
2344
|
+
# neg_id`` (regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`
|
|
2345
|
+
# neg_id`` (global NEG)
|
|
2281
2346
|
# Corresponds to the JSON property `networkEndpointGroupUri`
|
|
2282
2347
|
# @return [String]
|
|
2283
2348
|
attr_accessor :network_endpoint_group_uri
|
|
@@ -2287,7 +2352,9 @@ module Google
|
|
|
2287
2352
|
# @return [String]
|
|
2288
2353
|
attr_accessor :psc_google_api_target
|
|
2289
2354
|
|
|
2290
|
-
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2355
|
+
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2356
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
2357
|
+
# service_attachment`".
|
|
2291
2358
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
2292
2359
|
# @return [String]
|
|
2293
2360
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -2320,7 +2387,11 @@ module Google
|
|
|
2320
2387
|
# @return [String]
|
|
2321
2388
|
attr_accessor :backend_type
|
|
2322
2389
|
|
|
2323
|
-
#
|
|
2390
|
+
# URI of the backend associated with the load balancer. Format: * `projects/`
|
|
2391
|
+
# project_id`/regions/`region`/backendServices/`backend_service_id`` * `projects/
|
|
2392
|
+
# `project_id`/global/backendServices/`backend_service_id`` * `projects/`
|
|
2393
|
+
# project_id`/regions/`region`/targetPools/`target_pool_id`` * `projects/`
|
|
2394
|
+
# project_id`/zones/`zone`/targetInstances/`target_instance_id``
|
|
2324
2395
|
# Corresponds to the JSON property `backendUri`
|
|
2325
2396
|
# @return [String]
|
|
2326
2397
|
attr_accessor :backend_uri
|
|
@@ -2549,7 +2620,8 @@ module Google
|
|
|
2549
2620
|
# @return [String]
|
|
2550
2621
|
attr_accessor :nat_gateway_name
|
|
2551
2622
|
|
|
2552
|
-
# URI of the network where NAT translation takes place.
|
|
2623
|
+
# URI of the VPC network where NAT translation takes place. Format: `projects/`
|
|
2624
|
+
# project_id`/global/networks/`network_id``
|
|
2553
2625
|
# Corresponds to the JSON property `networkUri`
|
|
2554
2626
|
# @return [String]
|
|
2555
2627
|
attr_accessor :network_uri
|
|
@@ -2600,7 +2672,8 @@ module Google
|
|
|
2600
2672
|
# @return [String]
|
|
2601
2673
|
attr_accessor :protocol
|
|
2602
2674
|
|
|
2603
|
-
#
|
|
2675
|
+
# URI of the Cloud Router. Only valid when type is CLOUD_NAT. Format: `projects/`
|
|
2676
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
2604
2677
|
# Corresponds to the JSON property `routerUri`
|
|
2605
2678
|
# @return [String]
|
|
2606
2679
|
attr_accessor :router_uri
|
|
@@ -2647,7 +2720,8 @@ module Google
|
|
|
2647
2720
|
# @return [String]
|
|
2648
2721
|
attr_accessor :matched_ip_range
|
|
2649
2722
|
|
|
2650
|
-
# URI of the subnet matching the source IP address of the test
|
|
2723
|
+
# URI of the subnet matching the source IP address of the test in format "
|
|
2724
|
+
# projects/`project`/regions/`region`/subnetworks/`subnetwork`"
|
|
2651
2725
|
# Corresponds to the JSON property `matchedSubnetUri`
|
|
2652
2726
|
# @return [String]
|
|
2653
2727
|
attr_accessor :matched_subnet_uri
|
|
@@ -2657,7 +2731,8 @@ module Google
|
|
|
2657
2731
|
# @return [String]
|
|
2658
2732
|
attr_accessor :region
|
|
2659
2733
|
|
|
2660
|
-
# URI of a Compute Engine network
|
|
2734
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
2735
|
+
# network`"
|
|
2661
2736
|
# Corresponds to the JSON property `uri`
|
|
2662
2737
|
# @return [String]
|
|
2663
2738
|
attr_accessor :uri
|
|
@@ -2913,7 +2988,8 @@ module Google
|
|
|
2913
2988
|
include Google::Apis::Core::Hashable
|
|
2914
2989
|
|
|
2915
2990
|
# URI of the security profile group associated with this firewall packet
|
|
2916
|
-
# inspection.
|
|
2991
|
+
# inspection. Format: `organizations/`organization_id`/locations/global/
|
|
2992
|
+
# securityProfileGroups/`security_profile_group_id``
|
|
2917
2993
|
# Corresponds to the JSON property `securityProfileGroupUri`
|
|
2918
2994
|
# @return [String]
|
|
2919
2995
|
attr_accessor :security_profile_group_uri
|
|
@@ -3285,7 +3361,8 @@ module Google
|
|
|
3285
3361
|
class ProxyConnectionInfo
|
|
3286
3362
|
include Google::Apis::Core::Hashable
|
|
3287
3363
|
|
|
3288
|
-
# URI of the network where connection is proxied.
|
|
3364
|
+
# URI of the VPC network where connection is proxied. Format: `projects/`
|
|
3365
|
+
# project_id`/global/networks/`network_id``
|
|
3289
3366
|
# Corresponds to the JSON property `networkUri`
|
|
3290
3367
|
# @return [String]
|
|
3291
3368
|
attr_accessor :network_uri
|
|
@@ -3336,7 +3413,8 @@ module Google
|
|
|
3336
3413
|
# @return [String]
|
|
3337
3414
|
attr_accessor :protocol
|
|
3338
3415
|
|
|
3339
|
-
#
|
|
3416
|
+
# URI of the proxy subnet. Format: `projects/`project_id`/regions/`region`/
|
|
3417
|
+
# subnetworks/`subnetwork_id``
|
|
3340
3418
|
# Corresponds to the JSON property `subnetUri`
|
|
3341
3419
|
# @return [String]
|
|
3342
3420
|
attr_accessor :subnet_uri
|
|
@@ -3497,7 +3575,8 @@ module Google
|
|
|
3497
3575
|
# @return [String]
|
|
3498
3576
|
attr_accessor :display_name
|
|
3499
3577
|
|
|
3500
|
-
# URI of a Cloud Redis Instance network
|
|
3578
|
+
# URI of a Cloud Redis Instance network in format "projects/`project`/global/
|
|
3579
|
+
# networks/`network`".
|
|
3501
3580
|
# Corresponds to the JSON property `networkUri`
|
|
3502
3581
|
# @return [String]
|
|
3503
3582
|
attr_accessor :network_uri
|
|
@@ -3517,7 +3596,8 @@ module Google
|
|
|
3517
3596
|
# @return [String]
|
|
3518
3597
|
attr_accessor :region
|
|
3519
3598
|
|
|
3520
|
-
# URI of a Cloud Redis Instance
|
|
3599
|
+
# URI of a Cloud Redis Instance in format "projects/`project`/locations/`
|
|
3600
|
+
# location`/instances/`instance`"
|
|
3521
3601
|
# Corresponds to the JSON property `uri`
|
|
3522
3602
|
# @return [String]
|
|
3523
3603
|
attr_accessor :uri
|
|
@@ -3563,7 +3643,8 @@ module Google
|
|
|
3563
3643
|
attr_accessor :advertised_route_next_hop_uri
|
|
3564
3644
|
|
|
3565
3645
|
# For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the
|
|
3566
|
-
# corresponding IP prefix
|
|
3646
|
+
# corresponding IP prefix in format "projects/`project`/regions/`region`/routers/
|
|
3647
|
+
# `router`".
|
|
3567
3648
|
# Corresponds to the JSON property `advertisedRouteSourceRouterUri`
|
|
3568
3649
|
# @return [String]
|
|
3569
3650
|
attr_accessor :advertised_route_source_router_uri
|
|
@@ -3589,24 +3670,30 @@ module Google
|
|
|
3589
3670
|
attr_accessor :instance_tags
|
|
3590
3671
|
|
|
3591
3672
|
# For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub,
|
|
3592
|
-
# the URI of the corresponding route in NCC Hub's routing table.
|
|
3673
|
+
# the URI of the corresponding route in NCC Hub's routing table. Format: `
|
|
3674
|
+
# projects/`project_id`/locations/global/hubs/`hub_id`/routeTables/`
|
|
3675
|
+
# route_table_id`/routes/`route_id``
|
|
3593
3676
|
# Corresponds to the JSON property `nccHubRouteUri`
|
|
3594
3677
|
# @return [String]
|
|
3595
3678
|
attr_accessor :ncc_hub_route_uri
|
|
3596
3679
|
|
|
3597
|
-
# URI of the NCC Hub the route is advertised by
|
|
3598
|
-
# PEERING_DYNAMIC routes that
|
|
3680
|
+
# URI of the NCC Hub the route is advertised by in format "projects/`project`/
|
|
3681
|
+
# locations/global/hubs/`hub`". PEERING_SUBNET and PEERING_DYNAMIC routes that
|
|
3682
|
+
# are advertised by NCC Hub only.
|
|
3599
3683
|
# Corresponds to the JSON property `nccHubUri`
|
|
3600
3684
|
# @return [String]
|
|
3601
3685
|
attr_accessor :ncc_hub_uri
|
|
3602
3686
|
|
|
3603
|
-
# URI of the destination NCC Spoke
|
|
3604
|
-
#
|
|
3687
|
+
# URI of the destination NCC Spoke in format "projects/`project`/locations/`
|
|
3688
|
+
# location`/spokes/`spoke`" (regional) or "projects/`project`/locations/global/
|
|
3689
|
+
# spokes/`spoke`" (global). PEERING_SUBNET and PEERING_DYNAMIC routes that are
|
|
3690
|
+
# advertised by NCC Hub only.
|
|
3605
3691
|
# Corresponds to the JSON property `nccSpokeUri`
|
|
3606
3692
|
# @return [String]
|
|
3607
3693
|
attr_accessor :ncc_spoke_uri
|
|
3608
3694
|
|
|
3609
|
-
# URI of a VPC network where route is located
|
|
3695
|
+
# URI of a VPC network where route is located in format "projects/`project`/
|
|
3696
|
+
# global/networks/`network`".
|
|
3610
3697
|
# Corresponds to the JSON property `networkUri`
|
|
3611
3698
|
# @return [String]
|
|
3612
3699
|
attr_accessor :network_uri
|
|
@@ -3618,7 +3705,8 @@ module Google
|
|
|
3618
3705
|
# @return [String]
|
|
3619
3706
|
attr_accessor :next_hop
|
|
3620
3707
|
|
|
3621
|
-
# URI of a VPC network where the next hop resource is located
|
|
3708
|
+
# URI of a VPC network where the next hop resource is located in format "
|
|
3709
|
+
# projects/`project`/global/networks/`network`".
|
|
3622
3710
|
# Corresponds to the JSON property `nextHopNetworkUri`
|
|
3623
3711
|
# @return [String]
|
|
3624
3712
|
attr_accessor :next_hop_network_uri
|
|
@@ -3640,7 +3728,7 @@ module Google
|
|
|
3640
3728
|
attr_accessor :originating_route_display_name
|
|
3641
3729
|
|
|
3642
3730
|
# For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating
|
|
3643
|
-
# SUBNET/STATIC route.
|
|
3731
|
+
# SUBNET/STATIC route. Format: `projects/`project_id`/global/routes/`route_id``
|
|
3644
3732
|
# Corresponds to the JSON property `originatingRouteUri`
|
|
3645
3733
|
# @return [String]
|
|
3646
3734
|
attr_accessor :originating_route_uri
|
|
@@ -3685,8 +3773,8 @@ module Google
|
|
|
3685
3773
|
# @return [Array<String>]
|
|
3686
3774
|
attr_accessor :src_port_ranges
|
|
3687
3775
|
|
|
3688
|
-
# URI of a route. SUBNET,
|
|
3689
|
-
# POLICY_BASED routes only.
|
|
3776
|
+
# URI of a route in format "projects/`project`/global/routes/`route`". SUBNET,
|
|
3777
|
+
# STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
|
|
3690
3778
|
# Corresponds to the JSON property `uri`
|
|
3691
3779
|
# @return [String]
|
|
3692
3780
|
attr_accessor :uri
|
|
@@ -3748,7 +3836,8 @@ module Google
|
|
|
3748
3836
|
class ServerlessNegInfo
|
|
3749
3837
|
include Google::Apis::Core::Hashable
|
|
3750
3838
|
|
|
3751
|
-
# URI of the serverless network endpoint group
|
|
3839
|
+
# URI of the serverless network endpoint group in format "projects/`project`/
|
|
3840
|
+
# regions/`region`/networkEndpointGroups/`network_endpoint_group`".
|
|
3752
3841
|
# Corresponds to the JSON property `negUri`
|
|
3753
3842
|
# @return [String]
|
|
3754
3843
|
attr_accessor :neg_uri
|
|
@@ -4341,7 +4430,8 @@ module Google
|
|
|
4341
4430
|
# @return [String]
|
|
4342
4431
|
attr_accessor :location
|
|
4343
4432
|
|
|
4344
|
-
# URI of a VPC connector.
|
|
4433
|
+
# URI of a VPC connector. Format: `projects/`project_id`/locations/`location`/
|
|
4434
|
+
# connectors/`connector_id``
|
|
4345
4435
|
# Corresponds to the JSON property `uri`
|
|
4346
4436
|
# @return [String]
|
|
4347
4437
|
attr_accessor :uri
|
|
@@ -4507,7 +4597,8 @@ module Google
|
|
|
4507
4597
|
# @return [String]
|
|
4508
4598
|
attr_accessor :ip_address
|
|
4509
4599
|
|
|
4510
|
-
# URI of
|
|
4600
|
+
# URI of the VPC network where the VPN gateway is configured. Format: `projects/`
|
|
4601
|
+
# project_id`/global/networks/`network_id``
|
|
4511
4602
|
# Corresponds to the JSON property `networkUri`
|
|
4512
4603
|
# @return [String]
|
|
4513
4604
|
attr_accessor :network_uri
|
|
@@ -4517,14 +4608,18 @@ module Google
|
|
|
4517
4608
|
# @return [String]
|
|
4518
4609
|
attr_accessor :region
|
|
4519
4610
|
|
|
4520
|
-
# URI of
|
|
4611
|
+
# URI of the VPN gateway. Format: * `projects/`project_id`/regions/`region`/
|
|
4612
|
+
# vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `projects/`project_id`/
|
|
4613
|
+
# regions/`region`/targetVpnGateways/`target_vpn_gateway_id`` (Classic VPN
|
|
4614
|
+
# gateway)
|
|
4521
4615
|
# Corresponds to the JSON property `uri`
|
|
4522
4616
|
# @return [String]
|
|
4523
4617
|
attr_accessor :uri
|
|
4524
4618
|
|
|
4525
|
-
#
|
|
4619
|
+
# URI of the VPN tunnel associated with the VPN gateway. There may be multiple
|
|
4526
4620
|
# VPN tunnels configured on a VPN gateway, and only the one relevant to the test
|
|
4527
|
-
# is displayed.
|
|
4621
|
+
# is displayed. Format: `projects/`project_id`/regions/`region`/vpnTunnels/`
|
|
4622
|
+
# vpn_tunnel_id``
|
|
4528
4623
|
# Corresponds to the JSON property `vpnTunnelUri`
|
|
4529
4624
|
# @return [String]
|
|
4530
4625
|
attr_accessor :vpn_tunnel_uri
|
|
@@ -4553,7 +4648,8 @@ module Google
|
|
|
4553
4648
|
# @return [String]
|
|
4554
4649
|
attr_accessor :display_name
|
|
4555
4650
|
|
|
4556
|
-
# URI of
|
|
4651
|
+
# URI of the VPC network where the VPN tunnel is configured. Format: `projects/`
|
|
4652
|
+
# project_id`/global/networks/`network_id``
|
|
4557
4653
|
# Corresponds to the JSON property `networkUri`
|
|
4558
4654
|
# @return [String]
|
|
4559
4655
|
attr_accessor :network_uri
|
|
@@ -4563,7 +4659,10 @@ module Google
|
|
|
4563
4659
|
# @return [String]
|
|
4564
4660
|
attr_accessor :region
|
|
4565
4661
|
|
|
4566
|
-
# URI of a VPN gateway at remote end of the tunnel.
|
|
4662
|
+
# URI of a VPN gateway at remote end of the tunnel. Format: * `projects/`
|
|
4663
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (GCP HA VPN gateway)
|
|
4664
|
+
# * `projects/`project_id`/global/peerVpnGateways/`peer_vpn_gateway_id`` (GCP
|
|
4665
|
+
# peer VPN gateway)
|
|
4567
4666
|
# Corresponds to the JSON property `remoteGateway`
|
|
4568
4667
|
# @return [String]
|
|
4569
4668
|
attr_accessor :remote_gateway
|
|
@@ -4578,7 +4677,10 @@ module Google
|
|
|
4578
4677
|
# @return [String]
|
|
4579
4678
|
attr_accessor :routing_type
|
|
4580
4679
|
|
|
4581
|
-
# URI of the VPN gateway at local end of the tunnel.
|
|
4680
|
+
# URI of the VPN gateway at local end of the tunnel. Format: * `projects/`
|
|
4681
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `
|
|
4682
|
+
# projects/`project_id`/regions/`region`/targetVpnGateways/`
|
|
4683
|
+
# target_vpn_gateway_id`` (Classic VPN gateway)
|
|
4582
4684
|
# Corresponds to the JSON property `sourceGateway`
|
|
4583
4685
|
# @return [String]
|
|
4584
4686
|
attr_accessor :source_gateway
|
|
@@ -4588,7 +4690,8 @@ module Google
|
|
|
4588
4690
|
# @return [String]
|
|
4589
4691
|
attr_accessor :source_gateway_ip
|
|
4590
4692
|
|
|
4591
|
-
# URI of
|
|
4693
|
+
# URI of the VPN tunnel. Format: `projects/`project_id`/regions/`region`/
|
|
4694
|
+
# vpnTunnels/`vpn_tunnel_id``
|
|
4592
4695
|
# Corresponds to the JSON property `uri`
|
|
4593
4696
|
# @return [String]
|
|
4594
4697
|
attr_accessor :uri
|
|
@@ -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.86.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260617"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -783,6 +783,7 @@ module Google
|
|
|
783
783
|
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
|
|
784
784
|
|
|
785
785
|
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
|
786
|
+
property :dms_private_connection, as: 'dmsPrivateConnection'
|
|
786
787
|
property :forwarding_rule, as: 'forwardingRule'
|
|
787
788
|
property :forwarding_rule_target, as: 'forwardingRuleTarget'
|
|
788
789
|
property :fqdn, as: 'fqdn'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.86.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.86.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|