scheduled Operation Details
suspend fun scheduledOperationDetails(value: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailArgs>>)
suspend fun scheduledOperationDetails(value: List<AutonomousDatabasePropertiesScheduledOperationDetailArgs>?)
Parameters
value
(Output) The list and details of the scheduled operations of the Autonomous Database. Structure is documented below.
suspend fun scheduledOperationDetails(vararg values: Output<AutonomousDatabasePropertiesScheduledOperationDetailArgs>)
suspend fun scheduledOperationDetails(values: List<Output<AutonomousDatabasePropertiesScheduledOperationDetailArgs>>)
suspend fun scheduledOperationDetails(vararg values: AutonomousDatabasePropertiesScheduledOperationDetailArgs)
Parameters
values
(Output) The list and details of the scheduled operations of the Autonomous Database. Structure is documented below.
suspend fun scheduledOperationDetails(argument: List<suspend AutonomousDatabasePropertiesScheduledOperationDetailArgsBuilder.() -> Unit>)
suspend fun scheduledOperationDetails(vararg argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailArgsBuilder.() -> Unit)
suspend fun scheduledOperationDetails(argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailArgsBuilder.() -> Unit)
Parameters
argument
(Output) The list and details of the scheduled operations of the Autonomous Database. Structure is documented below.