Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52884d5

Browse files
committedMar 4, 2025
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.DirectVpcEgressConnectionInfo (Total Keys: 7) - schemas.ServerlessExternalConnectionInfo (Total Keys: 3) - schemas.Step.properties.directVpcEgressConnection.$ref (Total Keys: 1) - schemas.Step.properties.serverlessExternalConnection.$ref (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.DirectVpcEgressConnectionInfo (Total Keys: 7) - schemas.ServerlessExternalConnectionInfo (Total Keys: 3) - schemas.Step.properties.directVpcEgressConnection.$ref (Total Keys: 1) - schemas.Step.properties.serverlessExternalConnection.$ref (Total Keys: 1)
1 parent a7b6ea8 commit 52884d5

4 files changed

+266
-2
lines changed
 

‎docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html

+80
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,13 @@ <h3>Method Details</h3>
264264
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
265265
},
266266
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
267+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
268+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
269+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
270+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
271+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
272+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
273+
},
267274
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
268275
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
269276
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -457,6 +464,9 @@ <h3>Method Details</h3>
457464
],
458465
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
459466
},
467+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
468+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
469+
},
460470
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
461471
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
462472
},
@@ -566,6 +576,13 @@ <h3>Method Details</h3>
566576
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
567577
},
568578
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
579+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
580+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
581+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
582+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
583+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
584+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
585+
},
569586
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
570587
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
571588
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -759,6 +776,9 @@ <h3>Method Details</h3>
759776
],
760777
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
761778
},
779+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
780+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
781+
},
762782
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
763783
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
764784
},
@@ -1047,6 +1067,13 @@ <h3>Method Details</h3>
10471067
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
10481068
},
10491069
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1070+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1071+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1072+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1073+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1074+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1075+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1076+
},
10501077
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
10511078
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
10521079
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -1240,6 +1267,9 @@ <h3>Method Details</h3>
12401267
],
12411268
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
12421269
},
1270+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
1271+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
1272+
},
12431273
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
12441274
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
12451275
},
@@ -1349,6 +1379,13 @@ <h3>Method Details</h3>
13491379
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
13501380
},
13511381
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1382+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1383+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1384+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1385+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1386+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1387+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1388+
},
13521389
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
13531390
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
13541391
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -1542,6 +1579,9 @@ <h3>Method Details</h3>
15421579
],
15431580
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
15441581
},
1582+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
1583+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
1584+
},
15451585
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
15461586
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
15471587
},
@@ -1821,6 +1861,13 @@ <h3>Method Details</h3>
18211861
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
18221862
},
18231863
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1864+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1865+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1866+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1867+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1868+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1869+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1870+
},
18241871
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
18251872
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
18261873
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2014,6 +2061,9 @@ <h3>Method Details</h3>
20142061
],
20152062
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
20162063
},
2064+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2065+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2066+
},
20172067
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
20182068
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
20192069
},
@@ -2123,6 +2173,13 @@ <h3>Method Details</h3>
21232173
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
21242174
},
21252175
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2176+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2177+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2178+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2179+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2180+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2181+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2182+
},
21262183
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
21272184
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
21282185
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2316,6 +2373,9 @@ <h3>Method Details</h3>
23162373
],
23172374
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
23182375
},
2376+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2377+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2378+
},
23192379
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
23202380
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
23212381
},
@@ -2554,6 +2614,13 @@ <h3>Method Details</h3>
25542614
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
25552615
},
25562616
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2617+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2618+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2619+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2620+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2621+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2622+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2623+
},
25572624
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
25582625
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
25592626
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2747,6 +2814,9 @@ <h3>Method Details</h3>
27472814
],
27482815
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
27492816
},
2817+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2818+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2819+
},
27502820
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
27512821
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
27522822
},
@@ -2856,6 +2926,13 @@ <h3>Method Details</h3>
28562926
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
28572927
},
28582928
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2929+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2930+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2931+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2932+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2933+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2934+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2935+
},
28592936
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
28602937
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
28612938
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -3049,6 +3126,9 @@ <h3>Method Details</h3>
30493126
],
30503127
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
30513128
},
3129+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
3130+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
3131+
},
30523132
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
30533133
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
30543134
},

‎docs/dyn/networkmanagement_v1beta1.projects.locations.global_.connectivityTests.html

+80
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,13 @@ <h3>Method Details</h3>
265265
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
266266
},
267267
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
268+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
269+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
270+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
271+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
272+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
273+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
274+
},
268275
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
269276
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
270277
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -458,6 +465,9 @@ <h3>Method Details</h3>
458465
],
459466
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
460467
},
468+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
469+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
470+
},
461471
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
462472
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
463473
},
@@ -567,6 +577,13 @@ <h3>Method Details</h3>
567577
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
568578
},
569579
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
580+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
581+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
582+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
583+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
584+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
585+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
586+
},
570587
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
571588
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
572589
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -760,6 +777,9 @@ <h3>Method Details</h3>
760777
],
761778
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
762779
},
780+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
781+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
782+
},
763783
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
764784
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
765785
},
@@ -1050,6 +1070,13 @@ <h3>Method Details</h3>
10501070
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
10511071
},
10521072
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1073+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1074+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1075+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1076+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1077+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1078+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1079+
},
10531080
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
10541081
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
10551082
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -1243,6 +1270,9 @@ <h3>Method Details</h3>
12431270
],
12441271
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
12451272
},
1273+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
1274+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
1275+
},
12461276
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
12471277
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
12481278
},
@@ -1352,6 +1382,13 @@ <h3>Method Details</h3>
13521382
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
13531383
},
13541384
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1385+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1386+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1387+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1388+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1389+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1390+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1391+
},
13551392
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
13561393
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
13571394
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -1545,6 +1582,9 @@ <h3>Method Details</h3>
15451582
],
15461583
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
15471584
},
1585+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
1586+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
1587+
},
15481588
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
15491589
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
15501590
},
@@ -1826,6 +1866,13 @@ <h3>Method Details</h3>
18261866
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
18271867
},
18281868
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
1869+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
1870+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
1871+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
1872+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
1873+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
1874+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
1875+
},
18291876
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
18301877
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
18311878
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2019,6 +2066,9 @@ <h3>Method Details</h3>
20192066
],
20202067
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
20212068
},
2069+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2070+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2071+
},
20222072
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
20232073
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
20242074
},
@@ -2128,6 +2178,13 @@ <h3>Method Details</h3>
21282178
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
21292179
},
21302180
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2181+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2182+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2183+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2184+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2185+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2186+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2187+
},
21312188
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
21322189
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
21332190
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2321,6 +2378,9 @@ <h3>Method Details</h3>
23212378
],
23222379
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
23232380
},
2381+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2382+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2383+
},
23242384
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
23252385
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
23262386
},
@@ -2561,6 +2621,13 @@ <h3>Method Details</h3>
25612621
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
25622622
},
25632623
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2624+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2625+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2626+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2627+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2628+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2629+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2630+
},
25642631
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
25652632
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
25662633
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -2754,6 +2821,9 @@ <h3>Method Details</h3>
27542821
],
27552822
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
27562823
},
2824+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
2825+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
2826+
},
27572827
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
27582828
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
27592829
},
@@ -2863,6 +2933,13 @@ <h3>Method Details</h3>
28632933
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
28642934
},
28652935
&quot;description&quot;: &quot;A String&quot;, # A description of the step. Usually this is a summary of the state.
2936+
&quot;directVpcEgressConnection&quot;: { # For display only. Metadata associated with a serverless direct VPC egress connection. # Display information of a serverless direct VPC egress connection.
2937+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of direct access network.
2938+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Direct VPC egress is deployed.
2939+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the selected IP range.
2940+
&quot;selectedIpRange&quot;: &quot;A String&quot;, # Selected IP range.
2941+
&quot;subnetworkUri&quot;: &quot;A String&quot;, # URI of direct access subnetwork.
2942+
},
28662943
&quot;drop&quot;: { # Details of the final state &quot;drop&quot; and associated resource. # Display information of the final state &quot;drop&quot; and reason.
28672944
&quot;cause&quot;: &quot;A String&quot;, # Cause that the packet is dropped.
28682945
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address of the dropped packet (if relevant).
@@ -3056,6 +3133,9 @@ <h3>Method Details</h3>
30563133
],
30573134
&quot;uri&quot;: &quot;A String&quot;, # URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and POLICY_BASED routes only.
30583135
},
3136+
&quot;serverlessExternalConnection&quot;: { # For display only. Metadata associated with a serverless public connection. # Display information of a serverless public (external) connection.
3137+
&quot;selectedIpAddress&quot;: &quot;A String&quot;, # Selected starting IP address, from the Google dynamic address pool.
3138+
},
30593139
&quot;serverlessNeg&quot;: { # For display only. Metadata associated with the serverless network endpoint group backend. # Display information of a Serverless network endpoint group backend. Used only for return traces.
30603140
&quot;negUri&quot;: &quot;A String&quot;, # URI of the serverless network endpoint group.
30613141
},

‎googleapiclient/discovery_cache/documents/networkmanagement.v1.json

+53-1
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@
758758
}
759759
}
760760
},
761-
"revision": "20250212",
761+
"revision": "20250219",
762762
"rootUrl": "https://networkmanagement.googleapis.com/",
763763
"schemas": {
764764
"AbortInfo": {
@@ -1262,6 +1262,33 @@ false
12621262
},
12631263
"type": "object"
12641264
},
1265+
"DirectVpcEgressConnectionInfo": {
1266+
"description": "For display only. Metadata associated with a serverless direct VPC egress connection.",
1267+
"id": "DirectVpcEgressConnectionInfo",
1268+
"properties": {
1269+
"networkUri": {
1270+
"description": "URI of direct access network.",
1271+
"type": "string"
1272+
},
1273+
"region": {
1274+
"description": "Region in which the Direct VPC egress is deployed.",
1275+
"type": "string"
1276+
},
1277+
"selectedIpAddress": {
1278+
"description": "Selected starting IP address, from the selected IP range.",
1279+
"type": "string"
1280+
},
1281+
"selectedIpRange": {
1282+
"description": "Selected IP range.",
1283+
"type": "string"
1284+
},
1285+
"subnetworkUri": {
1286+
"description": "URI of direct access subnetwork.",
1287+
"type": "string"
1288+
}
1289+
},
1290+
"type": "object"
1291+
},
12651292
"DropInfo": {
12661293
"description": "Details of the final state \"drop\" and associated resource.",
12671294
"id": "DropInfo",
@@ -2907,6 +2934,17 @@ false
29072934
},
29082935
"type": "object"
29092936
},
2937+
"ServerlessExternalConnectionInfo": {
2938+
"description": "For display only. Metadata associated with a serverless public connection.",
2939+
"id": "ServerlessExternalConnectionInfo",
2940+
"properties": {
2941+
"selectedIpAddress": {
2942+
"description": "Selected starting IP address, from the Google dynamic address pool.",
2943+
"type": "string"
2944+
}
2945+
},
2946+
"type": "object"
2947+
},
29102948
"ServerlessNegInfo": {
29112949
"description": "For display only. Metadata associated with the serverless network endpoint group backend.",
29122950
"id": "ServerlessNegInfo",
@@ -2997,6 +3035,10 @@ false
29973035
"description": "A description of the step. Usually this is a summary of the state.",
29983036
"type": "string"
29993037
},
3038+
"directVpcEgressConnection": {
3039+
"$ref": "DirectVpcEgressConnectionInfo",
3040+
"description": "Display information of a serverless direct VPC egress connection."
3041+
},
30003042
"drop": {
30013043
"$ref": "DropInfo",
30023044
"description": "Display information of the final state \"drop\" and reason."
@@ -3066,6 +3108,10 @@ false
30663108
"$ref": "RouteInfo",
30673109
"description": "Display information of a Compute Engine route."
30683110
},
3111+
"serverlessExternalConnection": {
3112+
"$ref": "ServerlessExternalConnectionInfo",
3113+
"description": "Display information of a serverless public (external) connection."
3114+
},
30693115
"serverlessNeg": {
30703116
"$ref": "ServerlessNegInfo",
30713117
"description": "Display information of a Serverless network endpoint group backend. Used only for return traces."
@@ -3100,6 +3146,8 @@ false
31003146
"ARRIVE_AT_VPN_GATEWAY",
31013147
"ARRIVE_AT_VPN_TUNNEL",
31023148
"ARRIVE_AT_VPC_CONNECTOR",
3149+
"DIRECT_VPC_EGRESS_CONNECTION",
3150+
"SERVERLESS_EXTERNAL_CONNECTION",
31033151
"NAT",
31043152
"PROXY_CONNECTION",
31053153
"DELIVER",
@@ -3142,6 +3190,8 @@ false,
31423190
false,
31433191
false,
31443192
false,
3193+
false,
3194+
false,
31453195
false
31463196
],
31473197
"enumDescriptions": [
@@ -3172,6 +3222,8 @@ false
31723222
"Forwarding state: arriving at a Cloud VPN gateway.",
31733223
"Forwarding state: arriving at a Cloud VPN tunnel.",
31743224
"Forwarding state: arriving at a VPC connector.",
3225+
"Forwarding state: for packets originating from a serverless endpoint forwarded through Direct VPC egress.",
3226+
"Forwarding state: for packets originating from a serverless endpoint forwarded through public (external) connectivity.",
31753227
"Transition state: packet header translated.",
31763228
"Transition state: original connection is terminated and a new proxied connection is initiated.",
31773229
"Final state: packet could be delivered.",

‎googleapiclient/discovery_cache/documents/networkmanagement.v1beta1.json

+53-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,7 @@
961961
}
962962
}
963963
},
964-
"revision": "20250212",
964+
"revision": "20250219",
965965
"rootUrl": "https://networkmanagement.googleapis.com/",
966966
"schemas": {
967967
"AbortInfo": {
@@ -1465,6 +1465,33 @@ false
14651465
},
14661466
"type": "object"
14671467
},
1468+
"DirectVpcEgressConnectionInfo": {
1469+
"description": "For display only. Metadata associated with a serverless direct VPC egress connection.",
1470+
"id": "DirectVpcEgressConnectionInfo",
1471+
"properties": {
1472+
"networkUri": {
1473+
"description": "URI of direct access network.",
1474+
"type": "string"
1475+
},
1476+
"region": {
1477+
"description": "Region in which the Direct VPC egress is deployed.",
1478+
"type": "string"
1479+
},
1480+
"selectedIpAddress": {
1481+
"description": "Selected starting IP address, from the selected IP range.",
1482+
"type": "string"
1483+
},
1484+
"selectedIpRange": {
1485+
"description": "Selected IP range.",
1486+
"type": "string"
1487+
},
1488+
"subnetworkUri": {
1489+
"description": "URI of direct access subnetwork.",
1490+
"type": "string"
1491+
}
1492+
},
1493+
"type": "object"
1494+
},
14681495
"DropInfo": {
14691496
"description": "Details of the final state \"drop\" and associated resource.",
14701497
"id": "DropInfo",
@@ -3114,6 +3141,17 @@ false
31143141
},
31153142
"type": "object"
31163143
},
3144+
"ServerlessExternalConnectionInfo": {
3145+
"description": "For display only. Metadata associated with a serverless public connection.",
3146+
"id": "ServerlessExternalConnectionInfo",
3147+
"properties": {
3148+
"selectedIpAddress": {
3149+
"description": "Selected starting IP address, from the Google dynamic address pool.",
3150+
"type": "string"
3151+
}
3152+
},
3153+
"type": "object"
3154+
},
31173155
"ServerlessNegInfo": {
31183156
"description": "For display only. Metadata associated with the serverless network endpoint group backend.",
31193157
"id": "ServerlessNegInfo",
@@ -3204,6 +3242,10 @@ false
32043242
"description": "A description of the step. Usually this is a summary of the state.",
32053243
"type": "string"
32063244
},
3245+
"directVpcEgressConnection": {
3246+
"$ref": "DirectVpcEgressConnectionInfo",
3247+
"description": "Display information of a serverless direct VPC egress connection."
3248+
},
32073249
"drop": {
32083250
"$ref": "DropInfo",
32093251
"description": "Display information of the final state \"drop\" and reason."
@@ -3273,6 +3315,10 @@ false
32733315
"$ref": "RouteInfo",
32743316
"description": "Display information of a Compute Engine route."
32753317
},
3318+
"serverlessExternalConnection": {
3319+
"$ref": "ServerlessExternalConnectionInfo",
3320+
"description": "Display information of a serverless public (external) connection."
3321+
},
32763322
"serverlessNeg": {
32773323
"$ref": "ServerlessNegInfo",
32783324
"description": "Display information of a Serverless network endpoint group backend. Used only for return traces."
@@ -3307,6 +3353,8 @@ false
33073353
"ARRIVE_AT_VPN_GATEWAY",
33083354
"ARRIVE_AT_VPN_TUNNEL",
33093355
"ARRIVE_AT_VPC_CONNECTOR",
3356+
"DIRECT_VPC_EGRESS_CONNECTION",
3357+
"SERVERLESS_EXTERNAL_CONNECTION",
33103358
"NAT",
33113359
"PROXY_CONNECTION",
33123360
"DELIVER",
@@ -3349,6 +3397,8 @@ false,
33493397
false,
33503398
false,
33513399
false,
3400+
false,
3401+
false,
33523402
false
33533403
],
33543404
"enumDescriptions": [
@@ -3379,6 +3429,8 @@ false
33793429
"Forwarding state: arriving at a Cloud VPN gateway.",
33803430
"Forwarding state: arriving at a Cloud VPN tunnel.",
33813431
"Forwarding state: arriving at a VPC connector.",
3432+
"Forwarding state: for packets originating from a serverless endpoint forwarded through Direct VPC egress.",
3433+
"Forwarding state: for packets originating from a serverless endpoint forwarded through public (external) connectivity.",
33823434
"Transition state: packet header translated.",
33833435
"Transition state: original connection is terminated and a new proxied connection is initiated.",
33843436
"Final state: packet could be delivered.",

0 commit comments

Comments
 (0)
Please sign in to comment.