Autonomous Database Properties Scheduled Operation Detail Args
data class AutonomousDatabasePropertiesScheduledOperationDetailArgs(val dayOfWeek: Output<String>? = null, val startTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>? = null, val stopTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesScheduledOperationDetailArgs>
Constructors
Link copied to clipboard
constructor(dayOfWeek: Output<String>? = null, startTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>? = null, stopTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>? = null)
Properties
Link copied to clipboard
val startTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>? = null
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'.
Link copied to clipboard
val stopTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>? = null
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'.