ClusterMaintenancePolicyDailyMaintenanceWindow

data class ClusterMaintenancePolicyDailyMaintenanceWindow(val duration: String? = null, val startTime: String)

Constructors

constructor(duration: String? = null, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val duration: String? = null

Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".

Link copied to clipboard