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