You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/networkmanagement_v1.projects.locations.global_.connectivityTests.html
+60-4Lines changed: 60 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151
151
},
152
152
"result": "A String", # The overall result of the test's configuration analysis.
153
153
"traces": [ # Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
154
-
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered Steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
154
+
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
155
155
"endpointInfo": { # For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model. # Derived from the source and destination endpoints definition, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.
156
156
"destinationIp": "A String", # Destination IP address.
157
157
"destinationNetworkUri": "A String", # URI of the network where this packet is sent to.
@@ -168,6 +168,14 @@ <h3>Method Details</h3>
168
168
"resourceUri": "A String", # URI of the resource that caused the abort.
169
169
},
170
170
"causesDrop": True or False, # This is a step that leads to the final state Drop.
171
+
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
172
+
"displayName": "A String", # Name of a Cloud SQL instance.
173
+
"externalIp": "A String", # External IP address of Cloud SQL instance.
174
+
"internalIp": "A String", # Internal IP address of Cloud SQL instance.
175
+
"networkUri": "A String", # URI of a Cloud SQL instance network or empty string if instance does not have one.
176
+
"region": "A String", # Region in which the Cloud SQL instance is running.
177
+
"uri": "A String", # URI of a Cloud SQL instance.
178
+
},
171
179
"deliver": { # Details of the final state "deliver" and associated resource. # Display info of the final state "deliver" and reason.
172
180
"resourceUri": "A String", # URI of the resource that the packet is delivered to.
173
181
"target": "A String", # Target type where the packet is delivered to.
@@ -215,6 +223,12 @@ <h3>Method Details</h3>
215
223
"uri": "A String", # URI of a Compute Engine forwarding rule.
216
224
"vip": "A String", # VIP of the forwarding rule.
217
225
},
226
+
"gkeMaster": { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
227
+
"clusterNetworkUri": "A String", # URI of a Google Kubernetes Engine cluster network.
228
+
"clusterUri": "A String", # URI of a Google Kubernetes Engine cluster.
229
+
"externalIp": "A String", # External IP address of a Google Kubernetes Engine cluster master.
230
+
"internalIp": "A String", # Internal IP address of a Google Kubernetes Engine cluster master.
231
+
},
218
232
"instance": { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
219
233
"displayName": "A String", # Name of a Compute Engine instance.
220
234
"externalIp": "A String", # External IP address of the network interface.
@@ -413,7 +427,7 @@ <h3>Method Details</h3>
413
427
},
414
428
"result": "A String", # The overall result of the test's configuration analysis.
415
429
"traces": [ # Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
416
-
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered Steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
430
+
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
417
431
"endpointInfo": { # For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model. # Derived from the source and destination endpoints definition, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.
418
432
"destinationIp": "A String", # Destination IP address.
419
433
"destinationNetworkUri": "A String", # URI of the network where this packet is sent to.
@@ -430,6 +444,14 @@ <h3>Method Details</h3>
430
444
"resourceUri": "A String", # URI of the resource that caused the abort.
431
445
},
432
446
"causesDrop": True or False, # This is a step that leads to the final state Drop.
447
+
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
448
+
"displayName": "A String", # Name of a Cloud SQL instance.
449
+
"externalIp": "A String", # External IP address of Cloud SQL instance.
450
+
"internalIp": "A String", # Internal IP address of Cloud SQL instance.
451
+
"networkUri": "A String", # URI of a Cloud SQL instance network or empty string if instance does not have one.
452
+
"region": "A String", # Region in which the Cloud SQL instance is running.
453
+
"uri": "A String", # URI of a Cloud SQL instance.
454
+
},
433
455
"deliver": { # Details of the final state "deliver" and associated resource. # Display info of the final state "deliver" and reason.
434
456
"resourceUri": "A String", # URI of the resource that the packet is delivered to.
435
457
"target": "A String", # Target type where the packet is delivered to.
@@ -477,6 +499,12 @@ <h3>Method Details</h3>
477
499
"uri": "A String", # URI of a Compute Engine forwarding rule.
478
500
"vip": "A String", # VIP of the forwarding rule.
479
501
},
502
+
"gkeMaster": { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
503
+
"clusterNetworkUri": "A String", # URI of a Google Kubernetes Engine cluster network.
504
+
"clusterUri": "A String", # URI of a Google Kubernetes Engine cluster.
505
+
"externalIp": "A String", # External IP address of a Google Kubernetes Engine cluster master.
506
+
"internalIp": "A String", # Internal IP address of a Google Kubernetes Engine cluster master.
507
+
},
480
508
"instance": { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
481
509
"displayName": "A String", # Name of a Compute Engine instance.
482
510
"externalIp": "A String", # External IP address of the network interface.
@@ -666,7 +694,7 @@ <h3>Method Details</h3>
666
694
},
667
695
"result": "A String", # The overall result of the test's configuration analysis.
668
696
"traces": [ # Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
669
-
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered Steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
697
+
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
670
698
"endpointInfo": { # For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model. # Derived from the source and destination endpoints definition, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.
671
699
"destinationIp": "A String", # Destination IP address.
672
700
"destinationNetworkUri": "A String", # URI of the network where this packet is sent to.
@@ -683,6 +711,14 @@ <h3>Method Details</h3>
683
711
"resourceUri": "A String", # URI of the resource that caused the abort.
684
712
},
685
713
"causesDrop": True or False, # This is a step that leads to the final state Drop.
714
+
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
715
+
"displayName": "A String", # Name of a Cloud SQL instance.
716
+
"externalIp": "A String", # External IP address of Cloud SQL instance.
717
+
"internalIp": "A String", # Internal IP address of Cloud SQL instance.
718
+
"networkUri": "A String", # URI of a Cloud SQL instance network or empty string if instance does not have one.
719
+
"region": "A String", # Region in which the Cloud SQL instance is running.
720
+
"uri": "A String", # URI of a Cloud SQL instance.
721
+
},
686
722
"deliver": { # Details of the final state "deliver" and associated resource. # Display info of the final state "deliver" and reason.
687
723
"resourceUri": "A String", # URI of the resource that the packet is delivered to.
688
724
"target": "A String", # Target type where the packet is delivered to.
@@ -730,6 +766,12 @@ <h3>Method Details</h3>
730
766
"uri": "A String", # URI of a Compute Engine forwarding rule.
731
767
"vip": "A String", # VIP of the forwarding rule.
732
768
},
769
+
"gkeMaster": { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
770
+
"clusterNetworkUri": "A String", # URI of a Google Kubernetes Engine cluster network.
771
+
"clusterUri": "A String", # URI of a Google Kubernetes Engine cluster.
772
+
"externalIp": "A String", # External IP address of a Google Kubernetes Engine cluster master.
773
+
"internalIp": "A String", # Internal IP address of a Google Kubernetes Engine cluster master.
774
+
},
733
775
"instance": { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
734
776
"displayName": "A String", # Name of a Compute Engine instance.
735
777
"externalIp": "A String", # External IP address of the network interface.
@@ -878,7 +920,7 @@ <h3>Method Details</h3>
878
920
},
879
921
"result": "A String", # The overall result of the test's configuration analysis.
880
922
"traces": [ # Result may contain a list of traces if a test has multiple possible paths in the network, such as when destination endpoint is a load balancer with multiple backends.
881
-
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered Steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
923
+
{ # Trace represents one simulated packet forwarding path. * Each trace contains multiple ordered steps. * Each step is in a particular state with associated configuration. * State is categorized as final or non-final states. * Each final state has a reason associated. * Each trace must end with a final state (the last step). ``` |---------------------Trace----------------------| Step1(State) Step2(State) --- StepN(State(final)) ```
882
924
"endpointInfo": { # For display only. The specification of the endpoints for the test. EndpointInfo is derived from source and destination Endpoint and validated by the backend data plane model. # Derived from the source and destination endpoints definition, and validated by the data plane model. If there are multiple traces starting from different source locations, then the endpoint_info may be different between traces.
883
925
"destinationIp": "A String", # Destination IP address.
884
926
"destinationNetworkUri": "A String", # URI of the network where this packet is sent to.
@@ -895,6 +937,14 @@ <h3>Method Details</h3>
895
937
"resourceUri": "A String", # URI of the resource that caused the abort.
896
938
},
897
939
"causesDrop": True or False, # This is a step that leads to the final state Drop.
940
+
"cloudSqlInstance": { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
941
+
"displayName": "A String", # Name of a Cloud SQL instance.
942
+
"externalIp": "A String", # External IP address of Cloud SQL instance.
943
+
"internalIp": "A String", # Internal IP address of Cloud SQL instance.
944
+
"networkUri": "A String", # URI of a Cloud SQL instance network or empty string if instance does not have one.
945
+
"region": "A String", # Region in which the Cloud SQL instance is running.
946
+
"uri": "A String", # URI of a Cloud SQL instance.
947
+
},
898
948
"deliver": { # Details of the final state "deliver" and associated resource. # Display info of the final state "deliver" and reason.
899
949
"resourceUri": "A String", # URI of the resource that the packet is delivered to.
900
950
"target": "A String", # Target type where the packet is delivered to.
@@ -942,6 +992,12 @@ <h3>Method Details</h3>
942
992
"uri": "A String", # URI of a Compute Engine forwarding rule.
943
993
"vip": "A String", # VIP of the forwarding rule.
944
994
},
995
+
"gkeMaster": { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
996
+
"clusterNetworkUri": "A String", # URI of a Google Kubernetes Engine cluster network.
997
+
"clusterUri": "A String", # URI of a Google Kubernetes Engine cluster.
998
+
"externalIp": "A String", # External IP address of a Google Kubernetes Engine cluster master.
999
+
"internalIp": "A String", # Internal IP address of a Google Kubernetes Engine cluster master.
1000
+
},
945
1001
"instance": { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
946
1002
"displayName": "A String", # Name of a Compute Engine instance.
947
1003
"externalIp": "A String", # External IP address of the network interface.
Copy file name to clipboardExpand all lines: docs/dyn/networkmanagement_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131
131
Args:
132
132
name: string, The resource that owns the locations collection, if applicable. (required)
133
133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo", and is documented in more detail in [AIP-160](https://google.aip.dev/160).
134
-
pageSize: integer, The maximum number of results to return. If not set, the service will select a default.
134
+
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
135
135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments