Skip to content

Commit d5e3d41

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.Endpoint.properties.fqdn.type (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.Endpoint.properties.fqdn.type (Total Keys: 1)
1 parent 46b6cf4 commit d5e3d41

File tree

4 files changed

+44
-20
lines changed

4 files changed

+44
-20
lines changed

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

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ <h3>Method Details</h3>
139139
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
140140
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
141141
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
142-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
142+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
143+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
143144
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
144145
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
145146
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -503,7 +504,8 @@ <h3>Method Details</h3>
503504
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
504505
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
505506
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
506-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
507+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
508+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
507509
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
508510
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
509511
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -614,7 +616,8 @@ <h3>Method Details</h3>
614616
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
615617
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
616618
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
617-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
619+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
620+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
618621
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
619622
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
620623
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -978,7 +981,8 @@ <h3>Method Details</h3>
978981
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
979982
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
980983
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
981-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
984+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
985+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
982986
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
983987
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
984988
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -1080,7 +1084,8 @@ <h3>Method Details</h3>
10801084
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
10811085
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
10821086
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
1083-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1087+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
1088+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
10841089
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
10851090
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
10861091
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -1444,7 +1449,8 @@ <h3>Method Details</h3>
14441449
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
14451450
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
14461451
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
1447-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1452+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
1453+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
14481454
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
14491455
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
14501456
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -1505,7 +1511,8 @@ <h3>Method Details</h3>
15051511
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
15061512
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
15071513
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
1508-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1514+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
1515+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
15091516
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
15101517
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
15111518
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.
@@ -1869,7 +1876,8 @@ <h3>Method Details</h3>
18691876
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
18701877
&quot;forwardingRule&quot;: &quot;A String&quot;, # A forwarding rule and its corresponding IP address represent the frontend configuration of a Google Cloud load balancer. Forwarding rules are also used for protocol forwarding, Private Service Connect and other network services to provide forwarding information in the control plane. Format: projects/{project}/global/forwardingRules/{id} or projects/{project}/regions/{region}/forwardingRules/{id}
18711878
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
1872-
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine master](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
1879+
&quot;fqdn&quot;: &quot;A String&quot;, # DNS endpoint of [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture). Requires gke_master_cluster to be set, can&#x27;t be used simultaneoulsly with ip_address.
1880+
&quot;gkeMasterCluster&quot;: &quot;A String&quot;, # A cluster URI for [Google Kubernetes Engine cluster control plane](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-architecture).
18731881
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
18741882
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
18751883
&quot;loadBalancerId&quot;: &quot;A String&quot;, # Output only. ID of the load balancer the forwarding rule points to. Empty for forwarding rules not related to load balancers.

0 commit comments

Comments
 (0)