Skip to content

Commit 43e4a9e

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.CloudSQLInstanceInfo (Total Keys: 8) - schemas.GKEMasterInfo (Total Keys: 6) - schemas.Step.properties.cloudSqlInstance (Total Keys: 1) - schemas.Step.properties.gkeMaster (Total Keys: 1)
1 parent 9132731 commit 43e4a9e

6 files changed

+180
-34
lines changed

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

Lines changed: 60 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ <h3>Method Details</h3>
151151
},
152152
&quot;result&quot;: &quot;A String&quot;, # The overall result of the test&#x27;s configuration analysis.
153153
&quot;traces&quot;: [ # 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)) ```
155155
&quot;endpointInfo&quot;: { # 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.
156156
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address.
157157
&quot;destinationNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet is sent to.
@@ -168,6 +168,14 @@ <h3>Method Details</h3>
168168
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
169169
},
170170
&quot;causesDrop&quot;: True or False, # This is a step that leads to the final state Drop.
171+
&quot;cloudSqlInstance&quot;: { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
172+
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Cloud SQL instance.
173+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of Cloud SQL instance.
174+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of Cloud SQL instance.
175+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance network or empty string if instance does not have one.
176+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Cloud SQL instance is running.
177+
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
178+
},
171179
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display info of the final state &quot;deliver&quot; and reason.
172180
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
173181
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
@@ -215,6 +223,12 @@ <h3>Method Details</h3>
215223
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
216224
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
217225
},
226+
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
227+
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster network.
228+
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster.
229+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a Google Kubernetes Engine cluster master.
230+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a Google Kubernetes Engine cluster master.
231+
},
218232
&quot;instance&quot;: { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
219233
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine instance.
220234
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of the network interface.
@@ -413,7 +427,7 @@ <h3>Method Details</h3>
413427
},
414428
&quot;result&quot;: &quot;A String&quot;, # The overall result of the test&#x27;s configuration analysis.
415429
&quot;traces&quot;: [ # 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)) ```
417431
&quot;endpointInfo&quot;: { # 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.
418432
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address.
419433
&quot;destinationNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet is sent to.
@@ -430,6 +444,14 @@ <h3>Method Details</h3>
430444
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
431445
},
432446
&quot;causesDrop&quot;: True or False, # This is a step that leads to the final state Drop.
447+
&quot;cloudSqlInstance&quot;: { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
448+
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Cloud SQL instance.
449+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of Cloud SQL instance.
450+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of Cloud SQL instance.
451+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance network or empty string if instance does not have one.
452+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Cloud SQL instance is running.
453+
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
454+
},
433455
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display info of the final state &quot;deliver&quot; and reason.
434456
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
435457
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
@@ -477,6 +499,12 @@ <h3>Method Details</h3>
477499
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
478500
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
479501
},
502+
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
503+
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster network.
504+
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster.
505+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a Google Kubernetes Engine cluster master.
506+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a Google Kubernetes Engine cluster master.
507+
},
480508
&quot;instance&quot;: { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
481509
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine instance.
482510
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of the network interface.
@@ -666,7 +694,7 @@ <h3>Method Details</h3>
666694
},
667695
&quot;result&quot;: &quot;A String&quot;, # The overall result of the test&#x27;s configuration analysis.
668696
&quot;traces&quot;: [ # 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)) ```
670698
&quot;endpointInfo&quot;: { # 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.
671699
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address.
672700
&quot;destinationNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet is sent to.
@@ -683,6 +711,14 @@ <h3>Method Details</h3>
683711
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
684712
},
685713
&quot;causesDrop&quot;: True or False, # This is a step that leads to the final state Drop.
714+
&quot;cloudSqlInstance&quot;: { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
715+
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Cloud SQL instance.
716+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of Cloud SQL instance.
717+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of Cloud SQL instance.
718+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance network or empty string if instance does not have one.
719+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Cloud SQL instance is running.
720+
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
721+
},
686722
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display info of the final state &quot;deliver&quot; and reason.
687723
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
688724
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
@@ -730,6 +766,12 @@ <h3>Method Details</h3>
730766
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
731767
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
732768
},
769+
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
770+
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster network.
771+
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster.
772+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a Google Kubernetes Engine cluster master.
773+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a Google Kubernetes Engine cluster master.
774+
},
733775
&quot;instance&quot;: { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
734776
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine instance.
735777
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of the network interface.
@@ -878,7 +920,7 @@ <h3>Method Details</h3>
878920
},
879921
&quot;result&quot;: &quot;A String&quot;, # The overall result of the test&#x27;s configuration analysis.
880922
&quot;traces&quot;: [ # 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)) ```
882924
&quot;endpointInfo&quot;: { # 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.
883925
&quot;destinationIp&quot;: &quot;A String&quot;, # Destination IP address.
884926
&quot;destinationNetworkUri&quot;: &quot;A String&quot;, # URI of the network where this packet is sent to.
@@ -895,6 +937,14 @@ <h3>Method Details</h3>
895937
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that caused the abort.
896938
},
897939
&quot;causesDrop&quot;: True or False, # This is a step that leads to the final state Drop.
940+
&quot;cloudSqlInstance&quot;: { # For display only. Metadata associated with a Cloud SQL instance. # Display info of a Cloud SQL instance.
941+
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Cloud SQL instance.
942+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of Cloud SQL instance.
943+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of Cloud SQL instance.
944+
&quot;networkUri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance network or empty string if instance does not have one.
945+
&quot;region&quot;: &quot;A String&quot;, # Region in which the Cloud SQL instance is running.
946+
&quot;uri&quot;: &quot;A String&quot;, # URI of a Cloud SQL instance.
947+
},
898948
&quot;deliver&quot;: { # Details of the final state &quot;deliver&quot; and associated resource. # Display info of the final state &quot;deliver&quot; and reason.
899949
&quot;resourceUri&quot;: &quot;A String&quot;, # URI of the resource that the packet is delivered to.
900950
&quot;target&quot;: &quot;A String&quot;, # Target type where the packet is delivered to.
@@ -942,6 +992,12 @@ <h3>Method Details</h3>
942992
&quot;uri&quot;: &quot;A String&quot;, # URI of a Compute Engine forwarding rule.
943993
&quot;vip&quot;: &quot;A String&quot;, # VIP of the forwarding rule.
944994
},
995+
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine cluster master. # Display info of a Google Kubernetes Engine cluster master.
996+
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster network.
997+
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a Google Kubernetes Engine cluster.
998+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a Google Kubernetes Engine cluster master.
999+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a Google Kubernetes Engine cluster master.
1000+
},
9451001
&quot;instance&quot;: { # For display only. Metadata associated with a Compute Engine instance. # Display info of a Compute Engine instance.
9461002
&quot;displayName&quot;: &quot;A String&quot;, # Name of a Compute Engine instance.
9471003
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of the network interface.

docs/dyn/networkmanagement_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h3>Method Details</h3>
131131
Args:
132132
name: string, The resource that owns the locations collection, if applicable. (required)
133133
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, 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.
135135
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
136136
x__xgafv: string, V1 error format.
137137
Allowed values

0 commit comments

Comments
 (0)