google-apis-networkmanagement_v1beta1 0.81.0 → 0.82.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: 0e0ccfb12ad81996ef85f31aee2b5084f2ae6fc559249ca33016b585e6d11323
|
|
4
|
+
data.tar.gz: 358e332f63b1ee7f7633f4110f878bd202621d6c272d606a3ce4e0fc8c73d9b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 201c2ce1819a6c9f72d1383501debf3c08a604963d86b331a361c36166b29a7509f9fb914c7a7eb092f7edb8dbf7f120c813020646a3cf409af68f80954e5370
|
|
7
|
+
data.tar.gz: 252d93965f9a2d44d24d0948743e3cad7195828b2d1dc5e54a4c41117e87c744e56a37a89a7bd5796a7cf8b66c855cbbdf968d4892e7bbf3360720adbc6036eb
|
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
|
|
@@ -1089,7 +1102,8 @@ module Google
|
|
|
1089
1102
|
# @return [String]
|
|
1090
1103
|
attr_accessor :destination_ip
|
|
1091
1104
|
|
|
1092
|
-
# URI of the network where this packet is sent to.
|
|
1105
|
+
# URI of the network where this packet is sent to. Format: `projects/`project_id`
|
|
1106
|
+
# /global/networks/`network_id``
|
|
1093
1107
|
# Corresponds to the JSON property `destinationNetworkUri`
|
|
1094
1108
|
# @return [String]
|
|
1095
1109
|
attr_accessor :destination_network_uri
|
|
@@ -1114,7 +1128,8 @@ module Google
|
|
|
1114
1128
|
# @return [String]
|
|
1115
1129
|
attr_accessor :source_ip
|
|
1116
1130
|
|
|
1117
|
-
# URI of the network where this packet originates from.
|
|
1131
|
+
# URI of the network where this packet originates from. Format: `projects/`
|
|
1132
|
+
# project_id`/global/networks/`network_id``
|
|
1118
1133
|
# Corresponds to the JSON property `sourceNetworkUri`
|
|
1119
1134
|
# @return [String]
|
|
1120
1135
|
attr_accessor :source_network_uri
|
|
@@ -1221,8 +1236,9 @@ module Google
|
|
|
1221
1236
|
# @return [String]
|
|
1222
1237
|
attr_accessor :firewall_rule_type
|
|
1223
1238
|
|
|
1224
|
-
# The URI of the VPC network that the firewall rule is associated with
|
|
1225
|
-
# field is not applicable
|
|
1239
|
+
# The URI of the VPC network that the firewall rule is associated with in format
|
|
1240
|
+
# "projects/`project`/global/networks/`network`". This field is not applicable
|
|
1241
|
+
# to hierarchical firewall policy rules.
|
|
1226
1242
|
# Corresponds to the JSON property `networkUri`
|
|
1227
1243
|
# @return [String]
|
|
1228
1244
|
attr_accessor :network_uri
|
|
@@ -1240,7 +1256,11 @@ module Google
|
|
|
1240
1256
|
attr_accessor :policy_priority
|
|
1241
1257
|
|
|
1242
1258
|
# The URI of the firewall policy that this rule is associated with. This field
|
|
1243
|
-
# is not applicable to VPC firewall rules and implied VPC firewall rules.
|
|
1259
|
+
# is not applicable to VPC firewall rules and implied VPC firewall rules. Format:
|
|
1260
|
+
# * `locations/global/firewallPolicies/`policy_id`` (hierarchical policy) * `
|
|
1261
|
+
# projects/`project_id`/global/firewallPolicies/`policy_id`` (global network
|
|
1262
|
+
# firewall policy) * `projects/`project_id`/regions/`region`/firewallPolicies/`
|
|
1263
|
+
# policy_id`` (regional network firewall policy)
|
|
1244
1264
|
# Corresponds to the JSON property `policyUri`
|
|
1245
1265
|
# @return [String]
|
|
1246
1266
|
attr_accessor :policy_uri
|
|
@@ -1266,8 +1286,8 @@ module Google
|
|
|
1266
1286
|
# @return [String]
|
|
1267
1287
|
attr_accessor :target_type
|
|
1268
1288
|
|
|
1269
|
-
# The URI of the firewall rule
|
|
1270
|
-
# firewall rules.
|
|
1289
|
+
# The URI of the firewall rule in format "projects/`project`/global/firewalls/`
|
|
1290
|
+
# firewall`". This field is not applicable to implied VPC firewall rules.
|
|
1271
1291
|
# Corresponds to the JSON property `uri`
|
|
1272
1292
|
# @return [String]
|
|
1273
1293
|
attr_accessor :uri
|
|
@@ -1303,7 +1323,9 @@ module Google
|
|
|
1303
1323
|
# @return [String]
|
|
1304
1324
|
attr_accessor :ip_address
|
|
1305
1325
|
|
|
1306
|
-
# URI of the resource that the packet is forwarded to.
|
|
1326
|
+
# URI of the resource that the packet is forwarded to. Format: * `projects/`
|
|
1327
|
+
# project_id`/global/networks/`network_id`` (VPC peering network) * `projects/`
|
|
1328
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (VPN gateway)
|
|
1307
1329
|
# Corresponds to the JSON property `resourceUri`
|
|
1308
1330
|
# @return [String]
|
|
1309
1331
|
attr_accessor :resource_uri
|
|
@@ -1350,7 +1372,8 @@ module Google
|
|
|
1350
1372
|
# @return [String]
|
|
1351
1373
|
attr_accessor :matched_protocol
|
|
1352
1374
|
|
|
1353
|
-
#
|
|
1375
|
+
# URI of a VPC network where the forwarding rule is located in format "projects/`
|
|
1376
|
+
# project`/global/networks/`network`".
|
|
1354
1377
|
# Corresponds to the JSON property `networkUri`
|
|
1355
1378
|
# @return [String]
|
|
1356
1379
|
attr_accessor :network_uri
|
|
@@ -1360,7 +1383,9 @@ module Google
|
|
|
1360
1383
|
# @return [String]
|
|
1361
1384
|
attr_accessor :psc_google_api_target
|
|
1362
1385
|
|
|
1363
|
-
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1386
|
+
# URI of the PSC service attachment this forwarding rule targets (if applicable)
|
|
1387
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
1388
|
+
# service_attachment`".
|
|
1364
1389
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
1365
1390
|
# @return [String]
|
|
1366
1391
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -1375,7 +1400,9 @@ module Google
|
|
|
1375
1400
|
# @return [String]
|
|
1376
1401
|
attr_accessor :target
|
|
1377
1402
|
|
|
1378
|
-
# URI of the forwarding rule
|
|
1403
|
+
# URI of the forwarding rule in format "projects/`project`/global/
|
|
1404
|
+
# forwardingRules/`forwarding_rule`" (global) or "projects/`project`/regions/`
|
|
1405
|
+
# region`/forwardingRules/`forwarding_rule`" (regional).
|
|
1379
1406
|
# Corresponds to the JSON property `uri`
|
|
1380
1407
|
# @return [String]
|
|
1381
1408
|
attr_accessor :uri
|
|
@@ -1410,12 +1437,15 @@ module Google
|
|
|
1410
1437
|
class GkeMasterInfo
|
|
1411
1438
|
include Google::Apis::Core::Hashable
|
|
1412
1439
|
|
|
1413
|
-
# URI of
|
|
1440
|
+
# URI of the GKE cluster network. Format: `projects/`project_id`/global/networks/
|
|
1441
|
+
# `network_id``
|
|
1414
1442
|
# Corresponds to the JSON property `clusterNetworkUri`
|
|
1415
1443
|
# @return [String]
|
|
1416
1444
|
attr_accessor :cluster_network_uri
|
|
1417
1445
|
|
|
1418
|
-
# URI of
|
|
1446
|
+
# URI of the GKE cluster. Format: * `projects/`project_id`/locations/`location`/
|
|
1447
|
+
# clusters/`cluster_id`` (regional cluster) * `projects/`project_id`/zones/`zone`
|
|
1448
|
+
# /clusters/`cluster_id`` (zonal cluster)
|
|
1419
1449
|
# Corresponds to the JSON property `clusterUri`
|
|
1420
1450
|
# @return [String]
|
|
1421
1451
|
attr_accessor :cluster_uri
|
|
@@ -1520,7 +1550,8 @@ module Google
|
|
|
1520
1550
|
# @return [String]
|
|
1521
1551
|
attr_accessor :ip_address
|
|
1522
1552
|
|
|
1523
|
-
# URI of the network containing the GKE Pod.
|
|
1553
|
+
# URI of the network containing the GKE Pod. Format: `projects/`project_id`/
|
|
1554
|
+
# global/networks/`network_id``
|
|
1524
1555
|
# Corresponds to the JSON property `networkUri`
|
|
1525
1556
|
# @return [String]
|
|
1526
1557
|
attr_accessor :network_uri
|
|
@@ -1588,7 +1619,8 @@ module Google
|
|
|
1588
1619
|
# @return [String]
|
|
1589
1620
|
attr_accessor :region
|
|
1590
1621
|
|
|
1591
|
-
# URI of
|
|
1622
|
+
# URI of the hybrid subnet. Format: `projects/`project_id`/regions/`region`/
|
|
1623
|
+
# subnetworks/`subnetwork_id``
|
|
1592
1624
|
# Corresponds to the JSON property `uri`
|
|
1593
1625
|
# @return [String]
|
|
1594
1626
|
attr_accessor :uri
|
|
@@ -1634,12 +1666,15 @@ module Google
|
|
|
1634
1666
|
# @return [Array<String>]
|
|
1635
1667
|
attr_accessor :network_tags
|
|
1636
1668
|
|
|
1637
|
-
# URI of a Compute Engine network
|
|
1669
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
1670
|
+
# network`"
|
|
1638
1671
|
# Corresponds to the JSON property `networkUri`
|
|
1639
1672
|
# @return [String]
|
|
1640
1673
|
attr_accessor :network_uri
|
|
1641
1674
|
|
|
1642
|
-
# URI of the PSC network attachment the NIC is attached to (if relevant)
|
|
1675
|
+
# URI of the PSC network attachment the NIC is attached to (if relevant) in
|
|
1676
|
+
# format "projects/`project`/regions/`region`/networkAttachments/`
|
|
1677
|
+
# network_attachment`"
|
|
1643
1678
|
# Corresponds to the JSON property `pscNetworkAttachmentUri`
|
|
1644
1679
|
# @return [String]
|
|
1645
1680
|
attr_accessor :psc_network_attachment_uri
|
|
@@ -1661,7 +1696,8 @@ module Google
|
|
|
1661
1696
|
# @return [String]
|
|
1662
1697
|
attr_accessor :status
|
|
1663
1698
|
|
|
1664
|
-
# URI of a Compute Engine instance
|
|
1699
|
+
# URI of a Compute Engine instance in format "projects/`project`/zones/`zone`/
|
|
1700
|
+
# instances/`instance`"
|
|
1665
1701
|
# Corresponds to the JSON property `uri`
|
|
1666
1702
|
# @return [String]
|
|
1667
1703
|
attr_accessor :uri
|
|
@@ -1690,7 +1726,8 @@ module Google
|
|
|
1690
1726
|
class InterconnectAttachmentInfo
|
|
1691
1727
|
include Google::Apis::Core::Hashable
|
|
1692
1728
|
|
|
1693
|
-
# URI of the Cloud Router to be used for dynamic routing.
|
|
1729
|
+
# URI of the Cloud Router to be used for dynamic routing. Format: `projects/`
|
|
1730
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
1694
1731
|
# Corresponds to the JSON property `cloudRouterUri`
|
|
1695
1732
|
# @return [String]
|
|
1696
1733
|
attr_accessor :cloud_router_uri
|
|
@@ -1700,7 +1737,8 @@ module Google
|
|
|
1700
1737
|
# @return [String]
|
|
1701
1738
|
attr_accessor :display_name
|
|
1702
1739
|
|
|
1703
|
-
# URI of the Interconnect
|
|
1740
|
+
# URI of the Interconnect. Format: `projects/`project_id`/global/interconnects/`
|
|
1741
|
+
# interconnect_id``
|
|
1704
1742
|
# Corresponds to the JSON property `interconnectUri`
|
|
1705
1743
|
# @return [String]
|
|
1706
1744
|
attr_accessor :interconnect_uri
|
|
@@ -1720,7 +1758,8 @@ module Google
|
|
|
1720
1758
|
# @return [String]
|
|
1721
1759
|
attr_accessor :type
|
|
1722
1760
|
|
|
1723
|
-
# URI of
|
|
1761
|
+
# URI of the Interconnect attachment. Format: `projects/`project_id`/regions/`
|
|
1762
|
+
# region`/interconnectAttachments/`attachment_id``
|
|
1724
1763
|
# Corresponds to the JSON property `uri`
|
|
1725
1764
|
# @return [String]
|
|
1726
1765
|
attr_accessor :uri
|
|
@@ -1959,7 +1998,12 @@ module Google
|
|
|
1959
1998
|
# @return [String]
|
|
1960
1999
|
attr_accessor :health_check_firewall_state
|
|
1961
2000
|
|
|
1962
|
-
# URI of
|
|
2001
|
+
# URI of the backend instance or network endpoint. Format: * `projects/`
|
|
2002
|
+
# project_id`/zones/`zone`/instances/`instance_id`` (instance) * `projects/`
|
|
2003
|
+
# project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (zonal NEG) * `
|
|
2004
|
+
# projects/`project_id`/regions/`region`/networkEndpointGroups/`neg_id`` (
|
|
2005
|
+
# regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`neg_id`` (
|
|
2006
|
+
# global NEG)
|
|
1963
2007
|
# Corresponds to the JSON property `uri`
|
|
1964
2008
|
# @return [String]
|
|
1965
2009
|
attr_accessor :uri
|
|
@@ -1982,12 +2026,16 @@ module Google
|
|
|
1982
2026
|
class LoadBalancerBackendInfo
|
|
1983
2027
|
include Google::Apis::Core::Hashable
|
|
1984
2028
|
|
|
1985
|
-
# URI of the backend bucket this backend targets (if applicable)
|
|
2029
|
+
# URI of the backend bucket this backend targets (if applicable) in format "
|
|
2030
|
+
# projects/`project`/global/backendBuckets/`backend_bucket`".
|
|
1986
2031
|
# Corresponds to the JSON property `backendBucketUri`
|
|
1987
2032
|
# @return [String]
|
|
1988
2033
|
attr_accessor :backend_bucket_uri
|
|
1989
2034
|
|
|
1990
|
-
# URI of the backend service this backend belongs to (if applicable)
|
|
2035
|
+
# URI of the backend service this backend belongs to (if applicable) in format "
|
|
2036
|
+
# projects/`project`/regions/`region`/backendServices/`backend_service`" (
|
|
2037
|
+
# regional) or "projects/`project`/global/backendServices/`backend_service`" (
|
|
2038
|
+
# global).
|
|
1991
2039
|
# Corresponds to the JSON property `backendServiceUri`
|
|
1992
2040
|
# @return [String]
|
|
1993
2041
|
attr_accessor :backend_service_uri
|
|
@@ -2002,18 +2050,23 @@ module Google
|
|
|
2002
2050
|
# @return [String]
|
|
2003
2051
|
attr_accessor :health_check_firewalls_config_state
|
|
2004
2052
|
|
|
2005
|
-
# URI of the health check attached to this backend (if applicable).
|
|
2053
|
+
# URI of the health check attached to this backend (if applicable). Format: * `
|
|
2054
|
+
# projects/`project_id`/global/healthChecks/`health_check_id`` * `projects/`
|
|
2055
|
+
# project_id`/regions/`region`/healthChecks/`health_check_id`` * `projects/`
|
|
2056
|
+
# project_id`/global/httpHealthChecks/`health_check_id`` (legacy)
|
|
2006
2057
|
# Corresponds to the JSON property `healthCheckUri`
|
|
2007
2058
|
# @return [String]
|
|
2008
2059
|
attr_accessor :health_check_uri
|
|
2009
2060
|
|
|
2010
|
-
# URI of the instance group this backend belongs to (if applicable)
|
|
2061
|
+
# URI of the instance group this backend belongs to (if applicable) in format "
|
|
2062
|
+
# projects/`project`/zones/`zone`/instanceGroups/`instance_group`".
|
|
2011
2063
|
# Corresponds to the JSON property `instanceGroupUri`
|
|
2012
2064
|
# @return [String]
|
|
2013
2065
|
attr_accessor :instance_group_uri
|
|
2014
2066
|
|
|
2015
|
-
# URI of the backend instance (if applicable)
|
|
2016
|
-
#
|
|
2067
|
+
# URI of the backend instance (if applicable) in format "projects/`project`/
|
|
2068
|
+
# zones/`zone`/instances/`instance`". Populated for instance group backends, and
|
|
2069
|
+
# zonal NEG backends.
|
|
2017
2070
|
# Corresponds to the JSON property `instanceUri`
|
|
2018
2071
|
# @return [String]
|
|
2019
2072
|
attr_accessor :instance_uri
|
|
@@ -2025,7 +2078,11 @@ module Google
|
|
|
2025
2078
|
# @return [String]
|
|
2026
2079
|
attr_accessor :name
|
|
2027
2080
|
|
|
2028
|
-
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2081
|
+
# URI of the network endpoint group this backend belongs to (if applicable)
|
|
2082
|
+
# Format: * `projects/`project_id`/zones/`zone`/networkEndpointGroups/`neg_id`` (
|
|
2083
|
+
# zonal NEG) * `projects/`project_id`/regions/`region`/networkEndpointGroups/`
|
|
2084
|
+
# neg_id`` (regional NEG) * `projects/`project_id`/global/networkEndpointGroups/`
|
|
2085
|
+
# neg_id`` (global NEG)
|
|
2029
2086
|
# Corresponds to the JSON property `networkEndpointGroupUri`
|
|
2030
2087
|
# @return [String]
|
|
2031
2088
|
attr_accessor :network_endpoint_group_uri
|
|
@@ -2035,7 +2092,9 @@ module Google
|
|
|
2035
2092
|
# @return [String]
|
|
2036
2093
|
attr_accessor :psc_google_api_target
|
|
2037
2094
|
|
|
2038
|
-
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2095
|
+
# URI of the PSC service attachment this PSC NEG backend targets (if applicable)
|
|
2096
|
+
# in format "projects/`project`/regions/`region`/serviceAttachments/`
|
|
2097
|
+
# service_attachment`".
|
|
2039
2098
|
# Corresponds to the JSON property `pscServiceAttachmentUri`
|
|
2040
2099
|
# @return [String]
|
|
2041
2100
|
attr_accessor :psc_service_attachment_uri
|
|
@@ -2068,7 +2127,11 @@ module Google
|
|
|
2068
2127
|
# @return [String]
|
|
2069
2128
|
attr_accessor :backend_type
|
|
2070
2129
|
|
|
2071
|
-
#
|
|
2130
|
+
# URI of the backend associated with the load balancer. Format: * `projects/`
|
|
2131
|
+
# project_id`/regions/`region`/backendServices/`backend_service_id`` * `projects/
|
|
2132
|
+
# `project_id`/global/backendServices/`backend_service_id`` * `projects/`
|
|
2133
|
+
# project_id`/regions/`region`/targetPools/`target_pool_id`` * `projects/`
|
|
2134
|
+
# project_id`/zones/`zone`/targetInstances/`target_instance_id``
|
|
2072
2135
|
# Corresponds to the JSON property `backendUri`
|
|
2073
2136
|
# @return [String]
|
|
2074
2137
|
attr_accessor :backend_uri
|
|
@@ -2165,7 +2228,8 @@ module Google
|
|
|
2165
2228
|
# @return [String]
|
|
2166
2229
|
attr_accessor :nat_gateway_name
|
|
2167
2230
|
|
|
2168
|
-
# URI of the network where NAT translation takes place.
|
|
2231
|
+
# URI of the VPC network where NAT translation takes place. Format: `projects/`
|
|
2232
|
+
# project_id`/global/networks/`network_id``
|
|
2169
2233
|
# Corresponds to the JSON property `networkUri`
|
|
2170
2234
|
# @return [String]
|
|
2171
2235
|
attr_accessor :network_uri
|
|
@@ -2216,7 +2280,8 @@ module Google
|
|
|
2216
2280
|
# @return [String]
|
|
2217
2281
|
attr_accessor :protocol
|
|
2218
2282
|
|
|
2219
|
-
#
|
|
2283
|
+
# URI of the Cloud Router. Only valid when type is CLOUD_NAT. Format: `projects/`
|
|
2284
|
+
# project_id`/regions/`region`/routers/`router_id``
|
|
2220
2285
|
# Corresponds to the JSON property `routerUri`
|
|
2221
2286
|
# @return [String]
|
|
2222
2287
|
attr_accessor :router_uri
|
|
@@ -2263,7 +2328,8 @@ module Google
|
|
|
2263
2328
|
# @return [String]
|
|
2264
2329
|
attr_accessor :matched_ip_range
|
|
2265
2330
|
|
|
2266
|
-
# URI of the subnet matching the source IP address of the test
|
|
2331
|
+
# URI of the subnet matching the source IP address of the test in format "
|
|
2332
|
+
# projects/`project`/regions/`region`/subnetworks/`subnetwork`"
|
|
2267
2333
|
# Corresponds to the JSON property `matchedSubnetUri`
|
|
2268
2334
|
# @return [String]
|
|
2269
2335
|
attr_accessor :matched_subnet_uri
|
|
@@ -2273,7 +2339,8 @@ module Google
|
|
|
2273
2339
|
# @return [String]
|
|
2274
2340
|
attr_accessor :region
|
|
2275
2341
|
|
|
2276
|
-
# URI of a Compute Engine network
|
|
2342
|
+
# URI of a Compute Engine network in format "projects/`project`/global/networks/`
|
|
2343
|
+
# network`"
|
|
2277
2344
|
# Corresponds to the JSON property `uri`
|
|
2278
2345
|
# @return [String]
|
|
2279
2346
|
attr_accessor :uri
|
|
@@ -2298,7 +2365,8 @@ module Google
|
|
|
2298
2365
|
include Google::Apis::Core::Hashable
|
|
2299
2366
|
|
|
2300
2367
|
# URI of the security profile group associated with this firewall packet
|
|
2301
|
-
# inspection.
|
|
2368
|
+
# inspection. Format: `organizations/`organization_id`/locations/global/
|
|
2369
|
+
# securityProfileGroups/`security_profile_group_id``
|
|
2302
2370
|
# Corresponds to the JSON property `securityProfileGroupUri`
|
|
2303
2371
|
# @return [String]
|
|
2304
2372
|
attr_accessor :security_profile_group_uri
|
|
@@ -2639,7 +2707,8 @@ module Google
|
|
|
2639
2707
|
class ProxyConnectionInfo
|
|
2640
2708
|
include Google::Apis::Core::Hashable
|
|
2641
2709
|
|
|
2642
|
-
# URI of the network where connection is proxied.
|
|
2710
|
+
# URI of the VPC network where connection is proxied. Format: `projects/`
|
|
2711
|
+
# project_id`/global/networks/`network_id``
|
|
2643
2712
|
# Corresponds to the JSON property `networkUri`
|
|
2644
2713
|
# @return [String]
|
|
2645
2714
|
attr_accessor :network_uri
|
|
@@ -2690,7 +2759,8 @@ module Google
|
|
|
2690
2759
|
# @return [String]
|
|
2691
2760
|
attr_accessor :protocol
|
|
2692
2761
|
|
|
2693
|
-
#
|
|
2762
|
+
# URI of the proxy subnet. Format: `projects/`project_id`/regions/`region`/
|
|
2763
|
+
# subnetworks/`subnetwork_id``
|
|
2694
2764
|
# Corresponds to the JSON property `subnetUri`
|
|
2695
2765
|
# @return [String]
|
|
2696
2766
|
attr_accessor :subnet_uri
|
|
@@ -2851,7 +2921,8 @@ module Google
|
|
|
2851
2921
|
# @return [String]
|
|
2852
2922
|
attr_accessor :display_name
|
|
2853
2923
|
|
|
2854
|
-
# URI of a Cloud Redis Instance network
|
|
2924
|
+
# URI of a Cloud Redis Instance network in format "projects/`project`/global/
|
|
2925
|
+
# networks/`network`".
|
|
2855
2926
|
# Corresponds to the JSON property `networkUri`
|
|
2856
2927
|
# @return [String]
|
|
2857
2928
|
attr_accessor :network_uri
|
|
@@ -2871,7 +2942,8 @@ module Google
|
|
|
2871
2942
|
# @return [String]
|
|
2872
2943
|
attr_accessor :region
|
|
2873
2944
|
|
|
2874
|
-
# URI of a Cloud Redis Instance
|
|
2945
|
+
# URI of a Cloud Redis Instance in format "projects/`project`/locations/`
|
|
2946
|
+
# location`/instances/`instance`"
|
|
2875
2947
|
# Corresponds to the JSON property `uri`
|
|
2876
2948
|
# @return [String]
|
|
2877
2949
|
attr_accessor :uri
|
|
@@ -2917,7 +2989,8 @@ module Google
|
|
|
2917
2989
|
attr_accessor :advertised_route_next_hop_uri
|
|
2918
2990
|
|
|
2919
2991
|
# For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the
|
|
2920
|
-
# corresponding IP prefix
|
|
2992
|
+
# corresponding IP prefix in format "projects/`project`/regions/`region`/routers/
|
|
2993
|
+
# `router`".
|
|
2921
2994
|
# Corresponds to the JSON property `advertisedRouteSourceRouterUri`
|
|
2922
2995
|
# @return [String]
|
|
2923
2996
|
attr_accessor :advertised_route_source_router_uri
|
|
@@ -2943,24 +3016,30 @@ module Google
|
|
|
2943
3016
|
attr_accessor :instance_tags
|
|
2944
3017
|
|
|
2945
3018
|
# For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub,
|
|
2946
|
-
# the URI of the corresponding route in NCC Hub's routing table.
|
|
3019
|
+
# the URI of the corresponding route in NCC Hub's routing table. Format: `
|
|
3020
|
+
# projects/`project_id`/locations/global/hubs/`hub_id`/routeTables/`
|
|
3021
|
+
# route_table_id`/routes/`route_id``
|
|
2947
3022
|
# Corresponds to the JSON property `nccHubRouteUri`
|
|
2948
3023
|
# @return [String]
|
|
2949
3024
|
attr_accessor :ncc_hub_route_uri
|
|
2950
3025
|
|
|
2951
|
-
# URI of the NCC Hub the route is advertised by
|
|
2952
|
-
# PEERING_DYNAMIC routes that
|
|
3026
|
+
# URI of the NCC Hub the route is advertised by in format "projects/`project`/
|
|
3027
|
+
# locations/global/hubs/`hub`". PEERING_SUBNET and PEERING_DYNAMIC routes that
|
|
3028
|
+
# are advertised by NCC Hub only.
|
|
2953
3029
|
# Corresponds to the JSON property `nccHubUri`
|
|
2954
3030
|
# @return [String]
|
|
2955
3031
|
attr_accessor :ncc_hub_uri
|
|
2956
3032
|
|
|
2957
|
-
# URI of the destination NCC Spoke
|
|
2958
|
-
#
|
|
3033
|
+
# URI of the destination NCC Spoke in format "projects/`project`/locations/`
|
|
3034
|
+
# location`/spokes/`spoke`" (regional) or "projects/`project`/locations/global/
|
|
3035
|
+
# spokes/`spoke`" (global). PEERING_SUBNET and PEERING_DYNAMIC routes that are
|
|
3036
|
+
# advertised by NCC Hub only.
|
|
2959
3037
|
# Corresponds to the JSON property `nccSpokeUri`
|
|
2960
3038
|
# @return [String]
|
|
2961
3039
|
attr_accessor :ncc_spoke_uri
|
|
2962
3040
|
|
|
2963
|
-
# URI of a VPC network where route is located
|
|
3041
|
+
# URI of a VPC network where route is located in format "projects/`project`/
|
|
3042
|
+
# global/networks/`network`".
|
|
2964
3043
|
# Corresponds to the JSON property `networkUri`
|
|
2965
3044
|
# @return [String]
|
|
2966
3045
|
attr_accessor :network_uri
|
|
@@ -2972,7 +3051,8 @@ module Google
|
|
|
2972
3051
|
# @return [String]
|
|
2973
3052
|
attr_accessor :next_hop
|
|
2974
3053
|
|
|
2975
|
-
# URI of a VPC network where the next hop resource is located
|
|
3054
|
+
# URI of a VPC network where the next hop resource is located in format "
|
|
3055
|
+
# projects/`project`/global/networks/`network`".
|
|
2976
3056
|
# Corresponds to the JSON property `nextHopNetworkUri`
|
|
2977
3057
|
# @return [String]
|
|
2978
3058
|
attr_accessor :next_hop_network_uri
|
|
@@ -2994,7 +3074,7 @@ module Google
|
|
|
2994
3074
|
attr_accessor :originating_route_display_name
|
|
2995
3075
|
|
|
2996
3076
|
# For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating
|
|
2997
|
-
# SUBNET/STATIC route.
|
|
3077
|
+
# SUBNET/STATIC route. Format: `projects/`project_id`/global/routes/`route_id``
|
|
2998
3078
|
# Corresponds to the JSON property `originatingRouteUri`
|
|
2999
3079
|
# @return [String]
|
|
3000
3080
|
attr_accessor :originating_route_uri
|
|
@@ -3039,8 +3119,8 @@ module Google
|
|
|
3039
3119
|
# @return [Array<String>]
|
|
3040
3120
|
attr_accessor :src_port_ranges
|
|
3041
3121
|
|
|
3042
|
-
# URI of a route. SUBNET,
|
|
3043
|
-
# POLICY_BASED routes only.
|
|
3122
|
+
# URI of a route in format "projects/`project`/global/routes/`route`". SUBNET,
|
|
3123
|
+
# STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
|
|
3044
3124
|
# Corresponds to the JSON property `uri`
|
|
3045
3125
|
# @return [String]
|
|
3046
3126
|
attr_accessor :uri
|
|
@@ -3102,7 +3182,8 @@ module Google
|
|
|
3102
3182
|
class ServerlessNegInfo
|
|
3103
3183
|
include Google::Apis::Core::Hashable
|
|
3104
3184
|
|
|
3105
|
-
# URI of the serverless network endpoint group
|
|
3185
|
+
# URI of the serverless network endpoint group in format "projects/`project`/
|
|
3186
|
+
# regions/`region`/networkEndpointGroups/`network_endpoint_group`".
|
|
3106
3187
|
# Corresponds to the JSON property `negUri`
|
|
3107
3188
|
# @return [String]
|
|
3108
3189
|
attr_accessor :neg_uri
|
|
@@ -3695,7 +3776,8 @@ module Google
|
|
|
3695
3776
|
# @return [String]
|
|
3696
3777
|
attr_accessor :location
|
|
3697
3778
|
|
|
3698
|
-
# URI of a VPC connector.
|
|
3779
|
+
# URI of a VPC connector. Format: `projects/`project_id`/locations/`location`/
|
|
3780
|
+
# connectors/`connector_id``
|
|
3699
3781
|
# Corresponds to the JSON property `uri`
|
|
3700
3782
|
# @return [String]
|
|
3701
3783
|
attr_accessor :uri
|
|
@@ -3861,7 +3943,8 @@ module Google
|
|
|
3861
3943
|
# @return [String]
|
|
3862
3944
|
attr_accessor :ip_address
|
|
3863
3945
|
|
|
3864
|
-
# URI of
|
|
3946
|
+
# URI of the VPC network where the VPN gateway is configured. Format: `projects/`
|
|
3947
|
+
# project_id`/global/networks/`network_id``
|
|
3865
3948
|
# Corresponds to the JSON property `networkUri`
|
|
3866
3949
|
# @return [String]
|
|
3867
3950
|
attr_accessor :network_uri
|
|
@@ -3871,14 +3954,18 @@ module Google
|
|
|
3871
3954
|
# @return [String]
|
|
3872
3955
|
attr_accessor :region
|
|
3873
3956
|
|
|
3874
|
-
# URI of
|
|
3957
|
+
# URI of the VPN gateway. Format: * `projects/`project_id`/regions/`region`/
|
|
3958
|
+
# vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `projects/`project_id`/
|
|
3959
|
+
# regions/`region`/targetVpnGateways/`target_vpn_gateway_id`` (Classic VPN
|
|
3960
|
+
# gateway)
|
|
3875
3961
|
# Corresponds to the JSON property `uri`
|
|
3876
3962
|
# @return [String]
|
|
3877
3963
|
attr_accessor :uri
|
|
3878
3964
|
|
|
3879
|
-
#
|
|
3965
|
+
# URI of the VPN tunnel associated with the VPN gateway. There may be multiple
|
|
3880
3966
|
# VPN tunnels configured on a VPN gateway, and only the one relevant to the test
|
|
3881
|
-
# is displayed.
|
|
3967
|
+
# is displayed. Format: `projects/`project_id`/regions/`region`/vpnTunnels/`
|
|
3968
|
+
# vpn_tunnel_id``
|
|
3882
3969
|
# Corresponds to the JSON property `vpnTunnelUri`
|
|
3883
3970
|
# @return [String]
|
|
3884
3971
|
attr_accessor :vpn_tunnel_uri
|
|
@@ -3907,7 +3994,8 @@ module Google
|
|
|
3907
3994
|
# @return [String]
|
|
3908
3995
|
attr_accessor :display_name
|
|
3909
3996
|
|
|
3910
|
-
# URI of
|
|
3997
|
+
# URI of the VPC network where the VPN tunnel is configured. Format: `projects/`
|
|
3998
|
+
# project_id`/global/networks/`network_id``
|
|
3911
3999
|
# Corresponds to the JSON property `networkUri`
|
|
3912
4000
|
# @return [String]
|
|
3913
4001
|
attr_accessor :network_uri
|
|
@@ -3917,7 +4005,10 @@ module Google
|
|
|
3917
4005
|
# @return [String]
|
|
3918
4006
|
attr_accessor :region
|
|
3919
4007
|
|
|
3920
|
-
# URI of a VPN gateway at remote end of the tunnel.
|
|
4008
|
+
# URI of a VPN gateway at remote end of the tunnel. Format: * `projects/`
|
|
4009
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (GCP HA VPN gateway)
|
|
4010
|
+
# * `projects/`project_id`/global/peerVpnGateways/`peer_vpn_gateway_id`` (GCP
|
|
4011
|
+
# peer VPN gateway)
|
|
3921
4012
|
# Corresponds to the JSON property `remoteGateway`
|
|
3922
4013
|
# @return [String]
|
|
3923
4014
|
attr_accessor :remote_gateway
|
|
@@ -3932,7 +4023,10 @@ module Google
|
|
|
3932
4023
|
# @return [String]
|
|
3933
4024
|
attr_accessor :routing_type
|
|
3934
4025
|
|
|
3935
|
-
# URI of the VPN gateway at local end of the tunnel.
|
|
4026
|
+
# URI of the VPN gateway at local end of the tunnel. Format: * `projects/`
|
|
4027
|
+
# project_id`/regions/`region`/vpnGateways/`vpn_gateway_id`` (HA VPN gateway) * `
|
|
4028
|
+
# projects/`project_id`/regions/`region`/targetVpnGateways/`
|
|
4029
|
+
# target_vpn_gateway_id`` (Classic VPN gateway)
|
|
3936
4030
|
# Corresponds to the JSON property `sourceGateway`
|
|
3937
4031
|
# @return [String]
|
|
3938
4032
|
attr_accessor :source_gateway
|
|
@@ -3942,7 +4036,8 @@ module Google
|
|
|
3942
4036
|
# @return [String]
|
|
3943
4037
|
attr_accessor :source_gateway_ip
|
|
3944
4038
|
|
|
3945
|
-
# URI of
|
|
4039
|
+
# URI of the VPN tunnel. Format: `projects/`project_id`/regions/`region`/
|
|
4040
|
+
# vpnTunnels/`vpn_tunnel_id``
|
|
3946
4041
|
# Corresponds to the JSON property `uri`
|
|
3947
4042
|
# @return [String]
|
|
3948
4043
|
attr_accessor :uri
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1beta1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.82.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
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.82.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.82.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|