Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.95 KB

CreateDbaasServiceMysqlRequest.md

File metadata and controls

26 lines (18 loc) · 1.95 KB

CreateDbaasServiceMysqlRequest

Properties

Name Type Description Notes
backupSchedule UpdateDbaasServiceMysqlRequestBackupSchedule [optional]
integrations List<CreateDbaasServiceMysqlRequestIntegrationsInner> Service integrations to be enabled when creating the service. [optional]
ipFilter List<String> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
forkFromService String [optional]
recoveryBackupTime String ISO time of a backup to recover from for services that support arbitrary times [optional]
mysqlSettings JsonSchemaMysql [optional]
maintenance UpdateDbaasServiceMysqlRequestMaintenance [optional]
adminUsername String Custom username for admin user. This must be set only when a new service is being created. [optional]
version String MySQL major version [optional]
plan String Subscription plan
adminPassword String Custom password for admin user. Defaults to random string. This must be set only when a new service is being created. [optional]
migration UpdateDbaasServiceMysqlRequestMigration [optional]
binlogRetentionPeriod Long 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]