InstanceMaintenanceTimeArgs

data class InstanceMaintenanceTimeArgs(val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<InstanceMaintenanceTimeArgs>

Constructors

Link copied to clipboard
constructor(endTime: Output<String>? = null, startTime: Output<String>? = null)

Properties

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

The end time of maintenance. The time must be on the hour at exactly 0 minute and 0 second. The start_time and end_time parameters must be specified at the same time. The end_time value must be 1 to 23 hours later than the start_time value. Specify the time in the HH:mm:ss format. The time must be in UTC+8.

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

The start time of maintenance. The time must be on the hour at exactly 0 minute and 0 second. The start_time and end_time parameters must be specified at the same time. The end_time value must be 1 to 23 hours later than the start_time value. Specify the time in the HH:mm:ss format. The time must be in UTC+8.

Functions

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