NodeGroupMaintenanceWindowArgs

data class NodeGroupMaintenanceWindowArgs(val startTime: Output<String>? = null) : ConvertibleToJava<NodeGroupMaintenanceWindowArgs>

Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.

Constructors

Link copied to clipboard
fun NodeGroupMaintenanceWindowArgs(startTime: Output<String>? = null)

Functions

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

Properties

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

Start time of the window. This must be in UTC format that resolves to one of 00:00, 04:00, 08:00, 12:00, 16:00, or 20:00. For example, both 13:00-5 and 08:00 are valid.