ClusterMaintenancePolicyWindowRecurringWindowWindowArgs

data class ClusterMaintenancePolicyWindowRecurringWindowWindowArgs(val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<ClusterMaintenancePolicyWindowRecurringWindowWindowArgs>

Constructors

constructor(endTime: Output<String>? = null, startTime: Output<String>? = null)

Properties

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

The time that the window ends. The end time must take place after the start time.

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

The time that the window first starts.

Functions

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