InstanceMaintenanceScheduleArgs

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

Constructors

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

Functions

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

Properties

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

Output only. The end time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.

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

Output only. The deadline that the maintenance schedule start time can not go beyond, including reschedule. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.

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

Output only. The start time of any upcoming scheduled maintenance for this instance. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits.