Kubernetes Cluster Maintenance Window Node Os Args
data class KubernetesClusterMaintenanceWindowNodeOsArgs(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<KubernetesClusterMaintenanceWindowNodeOsNotAllowedArgs>>? = null, val startDate: Output<String>? = null, val startTime: Output<String>? = null, val utcOffset: Output<String>? = null, val weekIndex: Output<String>? = null) : ConvertibleToJava<KubernetesClusterMaintenanceWindowNodeOsArgs>
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<KubernetesClusterMaintenanceWindowNodeOsNotAllowedArgs>>? = null, startDate: Output<String>? = null, startTime: Output<String>? = null, utcOffset: Output<String>? = null, weekIndex: Output<String>? = null)