AutonomousDatabasePropertiesScheduledOperationDetailArgs

data class AutonomousDatabasePropertiesScheduledOperationDetailArgs(val dayOfWeek: Output<String>? = null, val startTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStartTimeArgs>>? = null, val stopTimes: Output<List<AutonomousDatabasePropertiesScheduledOperationDetailStopTimeArgs>>? = null) : ConvertibleToJava<AutonomousDatabasePropertiesScheduledOperationDetailArgs>

Constructors

Properties

Link copied to clipboard
val dayOfWeek: Output<String>? = null

Possible values: DAY_OF_WEEK_UNSPECIFIED MONDAY TUESDAY WEDNESDAY THURSDAY FRIDAY SATURDAY SUNDAY

Link copied to clipboard

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

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'.

Functions

Link copied to clipboard
open override fun toJava(): AutonomousDatabasePropertiesScheduledOperationDetailArgs