ClusterMaintenanceEvent

data class ClusterMaintenanceEvent(val createTime: String? = null, val endTime: String? = null, val operation: String? = null, val schedule: String? = null, val startTime: String? = null, val state: String? = null, val targetVersion: String? = null, val type: String? = null, val updateTime: String? = null, val uuid: String? = null)

Constructors

Link copied to clipboard
constructor(createTime: String? = null, endTime: String? = null, operation: String? = null, schedule: String? = null, startTime: String? = null, state: String? = null, targetVersion: String? = null, type: String? = null, updateTime: String? = null, uuid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createTime: String? = null

(Output) The time when the maintenance event request was created.

Link copied to clipboard
val endTime: String? = null

(Output) The time when the maintenance event ended, either successfully or not. If the maintenance event is split into multiple maintenance windows, end_time is only updated when the whole flow ends.

Link copied to clipboard
val operation: String? = null

(Output) The operation for running the maintenance event. Specified in the format projects//locations//operations/*. If the maintenance event is split into multiple operations (e.g. due to maintenance windows), the latest one is recorded.

Link copied to clipboard
val schedule: String? = null

(Output) The schedule of the maintenance event.

Link copied to clipboard
val startTime: String? = null

(Output) The time when the maintenance event started.

Link copied to clipboard
val state: String? = null

(Output) Indicates the maintenance event state.

Link copied to clipboard
val targetVersion: String? = null

(Output) The target version of the cluster.

Link copied to clipboard
val type: String? = null

(Output) Indicates the maintenance event type.

Link copied to clipboard
val updateTime: String? = null

(Output) The time when the maintenance event message was updated.

Link copied to clipboard
val uuid: String? = null

(Output) UUID of the maintenance event. //*/