InstanceMaintenanceSchedule

data class InstanceMaintenanceSchedule(val endTime: String? = null, val scheduleDeadlineTime: String? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
fun InstanceMaintenanceSchedule(endTime: String? = null, scheduleDeadlineTime: String? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: 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

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