Skip to content

Commit 69c49f0

Browse files
feat(networkmanagement): update the api
#### networkmanagement:v1 The following keys were added: - schemas.GKEMasterInfo.properties.dnsEndpoint.type (Total Keys: 1) #### networkmanagement:v1beta1 The following keys were added: - schemas.GKEMasterInfo.properties.dnsEndpoint.type (Total Keys: 1)
1 parent 6f51005 commit 69c49f0

File tree

4 files changed

+64
-44
lines changed

4 files changed

+64
-44
lines changed

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

Lines changed: 20 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <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;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.
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 or network. Applicable only to destination endpoint.
143143
&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).
144144
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
145145
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -319,8 +319,9 @@ <h3>Method Details</h3>
319319
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
320320
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a GKE cluster network.
321321
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a GKE cluster.
322-
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster master.
323-
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster master.
322+
&quot;dnsEndpoint&quot;: &quot;A String&quot;, # DNS endpoint of a GKE cluster control plane.
323+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster control plane.
324+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster control plane.
324325
},
325326
&quot;googleService&quot;: { # For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths # Display information of a Google service
326327
&quot;googleServiceType&quot;: &quot;A String&quot;, # Recognized type of a Google Service.
@@ -504,7 +505,7 @@ <h3>Method Details</h3>
504505
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
505506
&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}
506507
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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;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 or network. Applicable only to destination endpoint.
508509
&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).
509510
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
510511
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -616,7 +617,7 @@ <h3>Method Details</h3>
616617
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
617618
&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}
618619
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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;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 or network. Applicable only to destination endpoint.
620621
&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).
621622
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
622623
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -796,8 +797,9 @@ <h3>Method Details</h3>
796797
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
797798
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a GKE cluster network.
798799
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a GKE cluster.
799-
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster master.
800-
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster master.
800+
&quot;dnsEndpoint&quot;: &quot;A String&quot;, # DNS endpoint of a GKE cluster control plane.
801+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster control plane.
802+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster control plane.
801803
},
802804
&quot;googleService&quot;: { # For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths # Display information of a Google service
803805
&quot;googleServiceType&quot;: &quot;A String&quot;, # Recognized type of a Google Service.
@@ -981,7 +983,7 @@ <h3>Method Details</h3>
981983
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
982984
&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}
983985
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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.
986+
&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 or network. Applicable only to destination endpoint.
985987
&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).
986988
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
987989
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -1084,7 +1086,7 @@ <h3>Method Details</h3>
10841086
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
10851087
&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}
10861088
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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.
1089+
&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 or network. Applicable only to destination endpoint.
10881090
&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).
10891091
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
10901092
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -1264,8 +1266,9 @@ <h3>Method Details</h3>
12641266
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
12651267
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a GKE cluster network.
12661268
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a GKE cluster.
1267-
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster master.
1268-
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster master.
1269+
&quot;dnsEndpoint&quot;: &quot;A String&quot;, # DNS endpoint of a GKE cluster control plane.
1270+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster control plane.
1271+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster control plane.
12691272
},
12701273
&quot;googleService&quot;: { # For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths # Display information of a Google service
12711274
&quot;googleServiceType&quot;: &quot;A String&quot;, # Recognized type of a Google Service.
@@ -1449,7 +1452,7 @@ <h3>Method Details</h3>
14491452
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
14501453
&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}
14511454
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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.
1455+
&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 or network. Applicable only to destination endpoint.
14531456
&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).
14541457
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
14551458
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -1511,7 +1514,7 @@ <h3>Method Details</h3>
15111514
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
15121515
&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}
15131516
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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.
1517+
&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 or network. Applicable only to destination endpoint.
15151518
&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).
15161519
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
15171520
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.
@@ -1691,8 +1694,9 @@ <h3>Method Details</h3>
16911694
&quot;gkeMaster&quot;: { # For display only. Metadata associated with a Google Kubernetes Engine (GKE) cluster master. # Display information of a Google Kubernetes Engine cluster master.
16921695
&quot;clusterNetworkUri&quot;: &quot;A String&quot;, # URI of a GKE cluster network.
16931696
&quot;clusterUri&quot;: &quot;A String&quot;, # URI of a GKE cluster.
1694-
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster master.
1695-
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster master.
1697+
&quot;dnsEndpoint&quot;: &quot;A String&quot;, # DNS endpoint of a GKE cluster control plane.
1698+
&quot;externalIp&quot;: &quot;A String&quot;, # External IP address of a GKE cluster control plane.
1699+
&quot;internalIp&quot;: &quot;A String&quot;, # Internal IP address of a GKE cluster control plane.
16961700
},
16971701
&quot;googleService&quot;: { # For display only. Details of a Google Service sending packets to a VPC network. Although the source IP might be a publicly routable address, some Google Services use special routes within Google production infrastructure to reach Compute Engine Instances. https://cloud.google.com/vpc/docs/routes#special_return_paths # Display information of a Google service
16981702
&quot;googleServiceType&quot;: &quot;A String&quot;, # Recognized type of a Google Service.
@@ -1876,7 +1880,7 @@ <h3>Method Details</h3>
18761880
&quot;cloudSqlInstance&quot;: &quot;A String&quot;, # A [Cloud SQL](https://cloud.google.com/sql) instance URI.
18771881
&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}
18781882
&quot;forwardingRuleTarget&quot;: &quot;A String&quot;, # Output only. Specifies the type of the target of the forwarding rule.
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.
1883+
&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 or network. Applicable only to destination endpoint.
18801884
&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).
18811885
&quot;instance&quot;: &quot;A String&quot;, # A Compute Engine instance URI.
18821886
&quot;ipAddress&quot;: &quot;A String&quot;, # The IP address of the endpoint, which can be an external or internal IP.

0 commit comments

Comments
 (0)