Kubernetes Cluster Maintenance Window Auto Upgrade
data class KubernetesClusterMaintenanceWindowAutoUpgrade(val dayOfMonth: Int? = null, val dayOfWeek: String? = null, val duration: Int, val frequency: String, val interval: Int, val notAlloweds: List<KubernetesClusterMaintenanceWindowAutoUpgradeNotAllowed>? = null, val startDate: String? = null, val startTime: String? = null, val utcOffset: String? = null, val weekIndex: String? = null)
Constructors
Link copied to clipboard
constructor(dayOfMonth: Int? = null, dayOfWeek: String? = null, duration: Int, frequency: String, interval: Int, notAlloweds: List<KubernetesClusterMaintenanceWindowAutoUpgradeNotAllowed>? = null, startDate: String? = null, startTime: String? = null, utcOffset: String? = null, weekIndex: String? = null)