stop Times
suspend fun stopTimes(value: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>)
suspend fun stopTimes(value: List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>?)
Parameters
value
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
suspend fun stopTimes(vararg values: Output<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>)
suspend fun stopTimes(values: List<Output<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>)
suspend fun stopTimes(vararg values: AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs)
Parameters
values
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.
suspend fun stopTimes(argument: List<suspend AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgsBuilder.() -> Unit>)
suspend fun stopTimes(vararg argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgsBuilder.() -> Unit)
suspend fun stopTimes(argument: suspend AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgsBuilder.() -> Unit)
Parameters
argument
Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and 'google.protobuf.Timestamp'.