GetInstanceMaintenanceSchedule

data class GetInstanceMaintenanceSchedule(val endTime: String, val scheduleDeadlineTime: String, val startTime: String)

Constructors

Link copied to clipboard
constructor(endTime: String, scheduleDeadlineTime: String, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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.