@@ -271,8 +271,8 @@ export interface HealthCheck {
271271 */
272272 tcpConfig ?: HealthCheckTcpConfig
273273 /**
274- * Object to configure a MySQL health check. The check requires MySQL >=3.22,
275- * for older versions, use a TCP health check.
274+ * Object to configure a MySQL health check. The check requires MySQL >=3.22
275+ * or <9.0. For older or newer versions, use a TCP health check.
276276 *
277277 * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
278278 * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'
@@ -1848,8 +1848,8 @@ export type UpdateHealthCheckRequest = {
18481848 */
18491849 tcpConfig ?: HealthCheckTcpConfig
18501850 /**
1851- * Object to configure a MySQL health check. The check requires MySQL >=3.22,
1852- * for older versions, use a TCP health check.
1851+ * Object to configure a MySQL health check. The check requires MySQL >=3.22
1852+ * or <9.0. For older or newer versions, use a TCP health check.
18531853 *
18541854 * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
18551855 * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'
@@ -2864,8 +2864,8 @@ export type ZonedApiUpdateHealthCheckRequest = {
28642864 */
28652865 tcpConfig ?: HealthCheckTcpConfig
28662866 /**
2867- * Object to configure a MySQL health check. The check requires MySQL >=3.22,
2868- * for older versions, use a TCP health check.
2867+ * Object to configure a MySQL health check. The check requires MySQL >=3.22
2868+ * or <9.0. For older or newer versions, use a TCP health check.
28692869 *
28702870 * One-of ('config'): at most one of 'tcpConfig', 'mysqlConfig',
28712871 * 'pgsqlConfig', 'ldapConfig', 'redisConfig', 'httpConfig', 'httpsConfig'
0 commit comments