Hadoop Cluster Roles Worker Node Autoscale Recurrence Schedule
data class HadoopClusterRolesWorkerNodeAutoscaleRecurrenceSchedule(val days: List<String>, val targetInstanceCount: Int, val time: String)
Constructors
Link copied to clipboard
fun HadoopClusterRolesWorkerNodeAutoscaleRecurrenceSchedule(days: List<String>, targetInstanceCount: Int, time: String)