Skip to content

Commit 52884d5

Browse files
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

File tree

4 files changed

+266
-2
lines changed

4 files changed

+266
-2
lines changed

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

Lines changed: 80 additions & 0 deletions
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
},

0 commit comments

Comments
 (0)