data class NodePoolManagementArgs(val autoRepair: Output<Boolean>? = null, val autoUpgrade: Output<Boolean>? = null, val maxUnavailable: Output<Int>, val surge: Output<Int>? = null, val surgePercentage: Output<Int>? = null) : ConvertibleToJava<NodePoolManagementArgs>