GetDatabaseInstanceSettingDenyMaintenancePeriod

data class GetDatabaseInstanceSettingDenyMaintenancePeriod(val endDate: String, val startDate: String, val time: String)

Constructors

constructor(endDate: String, startDate: String, time: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

End date before which maintenance will not take place. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01

Link copied to clipboard

Start date after which maintenance will not take place. The date is in format yyyy-mm-dd i.e., 2020-11-01, or mm-dd, i.e., 11-01

Link copied to clipboard

Time in UTC when the "deny maintenance period" starts on start_date and ends on end_date. The time is in format: HH:mm:SS, i.e., 00:00:00