HBaseClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs

data class HBaseClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs(val days: Output<List<String>>, val targetInstanceCount: Output<Int>, val time: Output<String>) : ConvertibleToJava<HBaseClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs>

Constructors

fun HBaseClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs(days: Output<List<String>>, targetInstanceCount: Output<Int>, time: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): HBaseClusterRolesWorkerNodeAutoscaleRecurrenceScheduleArgs

Properties

Link copied to clipboard
val days: Output<List<String>>
Link copied to clipboard

The number of instances which should be run for the Worker Nodes.

Link copied to clipboard
val time: Output<String>