Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 2.92 KB

UpdateDatabaseRequest.md

File metadata and controls

23 lines (19 loc) · 2.92 KB

Org.OpenAPITools.Model.UpdateDatabaseRequest

Properties

Name Type Description Notes
Region string The Region id where the Managed Database is located. [optional]
Plan string The Plan id for this Managed Database. [optional]
Label string A user-supplied label for this Managed Database. [optional]
Tag string The user-supplied tag for this Managed Database. [optional]
VpcId string The VPC id for this Managed Database. [optional]
MaintenanceDow string The day of week for routine maintenance updates. * `monday` * `tuesday` * `wednesday` * `thursday` * `friday` * `saturday` * `sunday` [optional]
MaintenanceTime string The preferred time (UTC) for routine maintenance updates to occur in 24-hour HH:00 format (e.g. `01:00`, `13:00`, `23:00`, etc.). [optional]
ClusterTimeZone string The configured time zone for the Managed Database in TZ database format (e.g. `UTC`, `America/New_York`, `Europe/London`, etc.). [optional]
TrustedIps List<string> A list of IP addresses allowed to access the Managed Database in CIDR notation (defaults to /32 if excluded). [optional]
MysqlSqlModes List<string> A list of SQL modes to enable on the Managed Database (MySQL engine type only). * `ALLOW_INVALID_DATES` * `ANSI` (Combination Mode) * `ANSI_QUOTES` * `ERROR_FOR_DIVISION_BY_ZERO` * `HIGH_NOT_PRECEDENCE` * `IGNORE_SPACE` * `NO_AUTO_VALUE_ON_ZERO` * `NO_DIR_IN_CREATE` * `NO_ENGINE_SUBSTITUTION` * `NO_UNSIGNED_SUBTRACTION` * `NO_ZERO_DATE` * `NO_ZERO_IN_DATE` * `ONLY_FULL_GROUP_BY` * `PIPES_AS_CONCAT` * `REAL_AS_FLOAT` * `STRICT_ALL_TABLES` * `STRICT_TRANS_TABLES` * `TIME_TRUNCATE_FRACTIONAL` * `TRADITIONAL` (Combination Mode) [optional]
MysqlRequirePrimaryKey bool Require a primary key for all tables on the Managed Database (MySQL engine type only). [optional]
MysqlSlowQueryLog bool Enable or disable slow query logging on the Managed Database (MySQL engine type only). [optional]
MysqlLongQueryTime int The number of seconds to denote a slow query when logging is enabled (MySQL engine type only). [optional]
RedisEvictionPolicy string Set the data eviction policy for the Managed Database (Redis engine type only) [optional]

[Back to Model list] [Back to API list] [Back to README]