Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.44 KB

UpdateDbaasServiceMysqlRequest.md

File metadata and controls

18 lines (13 loc) · 1.44 KB

UpdateDbaasServiceMysqlRequest

Properties

Name Type Description Notes
maintenance Option<crate::models::UpdateDbaasServiceMysqlRequestMaintenance> [optional]
plan Option<String> Subscription plan [optional]
termination_protection Option<bool> Service is protected against termination and powering off [optional]
ip_filter Option<Vec> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
mysql_settings Option<serde_json::Value> MySQL-specific settings [optional]
migration Option<crate::models::UpdateDbaasServiceMysqlRequestMigration> [optional]
binlog_retention_period Option<i64> The minimum amount of time in seconds to keep binlog entries before deletion. This may be extended for services that require binlog entries for longer than the default for example if using the MySQL Debezium Kafka connector. [optional]
backup_schedule Option<crate::models::UpdateDbaasServiceMysqlRequestBackupSchedule> [optional]

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