Package com.exoscale.sdk.model
Class UpdateDbaasServiceMysqlRequest
java.lang.Object
com.exoscale.sdk.model.UpdateDbaasServiceMysqlRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class UpdateDbaasServiceMysqlRequest
extends Object
UpdateDbaasServiceMysqlRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpFilterItem
(String ipFilterItem) backupSchedule
(UpdateDbaasServiceMysqlRequestBackupSchedule backupSchedule) binlogRetentionPeriod
(Long binlogRetentionPeriod) boolean
Return true if this update_dbaas_service_mysql_request object is equal to o.Get backupScheduleThe minimum amount of time in seconds to keep binlog entries before deletion.Allow incoming connections from CIDR address block, e.g.Get maintenanceGet migrationGet mysqlSettingsgetPlan()
Subscription planService is protected against termination and powering offint
hashCode()
maintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) migration
(UpdateDbaasServiceMysqlRequestMigration migration) mysqlSettings
(JsonSchemaMysql mysqlSettings) void
setBackupSchedule
(UpdateDbaasServiceMysqlRequestBackupSchedule backupSchedule) void
setBinlogRetentionPeriod
(Long binlogRetentionPeriod) void
setIpFilter
(List<String> ipFilter) void
setMaintenance
(UpdateDbaasServiceMysqlRequestMaintenance maintenance) void
void
setMysqlSettings
(JsonSchemaMysql mysqlSettings) void
void
setTerminationProtection
(Boolean terminationProtection) terminationProtection
(Boolean terminationProtection) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_MAINTENANCE
- See Also:
-
JSON_PROPERTY_PLAN
- See Also:
-
JSON_PROPERTY_TERMINATION_PROTECTION
- See Also:
-
JSON_PROPERTY_IP_FILTER
- See Also:
-
JSON_PROPERTY_MYSQL_SETTINGS
- See Also:
-
JSON_PROPERTY_MIGRATION
- See Also:
-
JSON_PROPERTY_BINLOG_RETENTION_PERIOD
- See Also:
-
JSON_PROPERTY_BACKUP_SCHEDULE
- See Also:
-
-
Constructor Details
-
UpdateDbaasServiceMysqlRequest
public UpdateDbaasServiceMysqlRequest()
-
-
Method Details
-
maintenance
public UpdateDbaasServiceMysqlRequest maintenance(UpdateDbaasServiceMysqlRequestMaintenance maintenance) -
getMaintenance
Get maintenance- Returns:
- maintenance
-
setMaintenance
-
plan
-
getPlan
Subscription plan- Returns:
- plan
-
setPlan
-
terminationProtection
-
getTerminationProtection
Service is protected against termination and powering off- Returns:
- terminationProtection
-
setTerminationProtection
-
ipFilter
-
addIpFilterItem
-
getIpFilter
Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16'- Returns:
- ipFilter
-
setIpFilter
-
mysqlSettings
-
getMysqlSettings
Get mysqlSettings- Returns:
- mysqlSettings
-
setMysqlSettings
-
migration
-
getMigration
Get migration- Returns:
- migration
-
setMigration
-
binlogRetentionPeriod
-
getBinlogRetentionPeriod
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. minimum: 600 maximum: 86400- Returns:
- binlogRetentionPeriod
-
setBinlogRetentionPeriod
-
backupSchedule
public UpdateDbaasServiceMysqlRequest backupSchedule(UpdateDbaasServiceMysqlRequestBackupSchedule backupSchedule) -
getBackupSchedule
Get backupSchedule- Returns:
- backupSchedule
-
setBackupSchedule
-
equals
Return true if this update_dbaas_service_mysql_request object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-