Node Group Maintenance Window Response
data class NodeGroupMaintenanceWindowResponse(val duration: String, val maintenanceDuration: DurationResponse, val startTime: String)
Time window specified for daily maintenance operations. GCE's internal maintenance will be performed within this window.
Constructors
Link copied to clipboard
fun NodeGroupMaintenanceWindowResponse(duration: String, maintenanceDuration: DurationResponse, startTime: String)